From 41e3d6908c6616b667e8185a4a7d85d898233cca Mon Sep 17 00:00:00 2001 From: jbisits Date: Wed, 15 Nov 2023 12:28:11 +1100 Subject: [PATCH] =?UTF-8?q?`S`=20->=20`=CF=83=E2=82=80`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext/TLDNSMakieExt/plotrecipes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/TLDNSMakieExt/plotrecipes.jl b/ext/TLDNSMakieExt/plotrecipes.jl index 768c224..53137c4 100644 --- a/ext/TLDNSMakieExt/plotrecipes.jl +++ b/ext/TLDNSMakieExt/plotrecipes.jl @@ -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