Skip to content

Commit

Permalink
Merge pull request #171 from jbisits/fixvarname
Browse files Browse the repository at this point in the history
`S` -> `σ₀`
  • Loading branch information
jbisits authored Nov 15, 2023
2 parents e3078be + 41e3d69 commit 70e3e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/TLDNSMakieExt/plotrecipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function TLDNS.animate_density(computed_output::AbstractString, variable::Abstra
ax = [Axis(fig[1, i], title = i == 1 ? time_title : "") for i 1:2]

lines!(ax[1], σ_profile, z)
ax[1].xlabel = "S gkg⁻¹"
ax[1].xlabel = "σ₀ kgm⁻³"
ax[1].ylabel = "z"
ax[1].xaxisposition = :top
ax[1].xticklabelrotation = π / 4
Expand Down

0 comments on commit 70e3e85

Please sign in to comment.