Skip to content

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
julia
PlotStressStrainrate(x; kwargs...)

Plots deviatoric strain rate versus deviatoric stress for one or more creep laws x (the transpose of PlotStrainrateStress).

source
GeoParams.PlotStrainrateStress Function
julia
PlotStrainrateStress(x; kwargs...)

Plots deviatoric stress versus deviatoric strain rate for one or more creep laws x.

source
GeoParams.PlotStressViscosity Function
julia
PlotStressViscosity(x; kwargs...)

Plots effective viscosity versus deviatoric stress for one or more creep laws x.

source
GeoParams.PlotStrainrateViscosity Function
julia
PlotStrainrateViscosity(x; kwargs...)

Plots effective viscosity versus deviatoric strain rate for one or more creep laws x.

source
GeoParams.PlotStressTime_0D Function
julia
PlotStressTime_0D(x; εII, kwargs...)

Plots the stress evolution over time of a 0-D visco-elasto-(plastic) model for the rheology x.

source
GeoParams.PlotPressureStressTime_0D Function
julia
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.

source
GeoParams.PlotHeatCapacity Function
julia
PlotHeatCapacity(Cp::AbstractHeatCapacity; kwargs...)

Plots heat capacity as a function of temperature for the parameterization Cp.

source
GeoParams.PlotConductivity Function
julia
PlotConductivity(k::AbstractConductivity; kwargs...)

Plots thermal conductivity as a function of temperature for the parameterization k.

source
GeoParams.PlotMeltFraction Function
julia
PlotMeltFraction(p::AbstractMeltingParam; kwargs...)

Plots melt fraction and dϕ/dT as a function of temperature for the parameterization p.

source
GeoParams.PlotPhaseDiagram Function
julia
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).

source
GeoParams.PlotDeformationMap Function
julia
PlotDeformationMap(v; kwargs...)

Plots a deformation-mechanism map (deformation regime as a function of temperature and stress or strain rate) for the rheology v.

source
GeoParams.PlotDiffusionCoefArrhenius Function
julia
PlotDiffusionCoefArrhenius(x; kwargs...)

Arrhenius plot of the diffusion coefficient (log(D) versus 10⁴/T) for one or more ChemicalDiffusionData structures x.

source
GeoParams.Plot_TAS_diagram Function
julia
Plot_TAS_diagram(point; kwargs...)

Plots a TAS (total-alkali versus silica) classification diagram for the given composition point.

source
GeoParams.Plot_ZirconAge_PDF Function
julia
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