Plotting
We provide a number of plotting routines. Note that these plotting routines become available only when a backend of Makie.jl is loaded.
GeoParams.PlotStressStrainrate Function
PlotStressStrainrate(x; kwargs...)Plots deviatoric strain rate versus deviatoric stress for one or more creep laws x (the transpose of PlotStrainrateStress).
GeoParams.PlotStrainrateStress Function
PlotStrainrateStress(x; kwargs...)Plots deviatoric stress versus deviatoric strain rate for one or more creep laws x.
GeoParams.PlotStressViscosity Function
PlotStressViscosity(x; kwargs...)Plots effective viscosity versus deviatoric stress for one or more creep laws x.
GeoParams.PlotStrainrateViscosity Function
PlotStrainrateViscosity(x; kwargs...)Plots effective viscosity versus deviatoric strain rate for one or more creep laws x.
GeoParams.PlotStressTime_0D Function
PlotStressTime_0D(x; εII, kwargs...)Plots the stress evolution over time of a 0-D visco-elasto-(plastic) model for the rheology x.
GeoParams.PlotPressureStressTime_0D Function
PlotPressureStressTime_0D(x; εII, εvol, kwargs...)Plots the pressure and stress evolution over time of a 0-D visco-elasto-(plastic) model for the rheology x.
GeoParams.PlotHeatCapacity Function
PlotHeatCapacity(Cp::AbstractHeatCapacity; kwargs...)Plots heat capacity as a function of temperature for the parameterization Cp.
GeoParams.PlotConductivity Function
PlotConductivity(k::AbstractConductivity; kwargs...)Plots thermal conductivity as a function of temperature for the parameterization k.
GeoParams.PlotMeltFraction Function
PlotMeltFraction(p::AbstractMeltingParam; kwargs...)Plots melt fraction and dϕ/dT as a function of temperature for the parameterization p.
GeoParams.PlotPhaseDiagram Function
PlotPhaseDiagram(p::AbstractPhaseDiagramsStruct, fieldname::Symbol; kwargs...)Plots the field fieldname of a phase diagram as a function of temperature (x-axis) and pressure (y-axis).
GeoParams.PlotDeformationMap Function
PlotDeformationMap(v; kwargs...)Plots a deformation-mechanism map (deformation regime as a function of temperature and stress or strain rate) for the rheology v.
GeoParams.PlotDiffusionCoefArrhenius Function
PlotDiffusionCoefArrhenius(x; kwargs...)Arrhenius plot of the diffusion coefficient (log(D) versus 10⁴/T) for one or more ChemicalDiffusionData structures x.
GeoParams.Plot_TAS_diagram Function
Plot_TAS_diagram(point; kwargs...)Plots a TAS (total-alkali versus silica) classification diagram for the given composition point.
GeoParams.Plot_ZirconAge_PDF Function
Plot_ZirconAge_PDF(time_Ma, PDF_zircons, time_Ma_average, PDF_zircon_average)Plots the zircon-age probability density function computed from a simulation.
source