Skip to content

Commit

Permalink
Update figure
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Dec 20, 2024
1 parent 32a48fc commit c09f367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/idealized_single_column_simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fig = Figure(size=(1000, 800))

axτ = Axis(fig[1, 1:3], xlabel="Time (days)", ylabel="Zonal momentum \n flux (N m⁻²)", xaxisposition=:top)
axQ = Axis(fig[2, 1:3], xlabel="Time (days)", ylabel="Heat flux \n (W m⁻²)")
axh = Axis(fig[3, 1:3], xlabel="Time (days)", ylabel="Heat flux \n (W m⁻²)")
axh = Axis(fig[3, 1:3], xlabel="Time (days)", ylabel="Sea ice thickness \n (m)")
axT = Axis(fig[4, 1], xlabel="Temperature (ᵒC)", ylabel="z (m)")
axS = Axis(fig[4, 2], xlabel="Salinity (g kg⁻¹)", ylabel="z (m)")
axu = Axis(fig[4, 3], xlabel="Velocities (m s⁻¹)", ylabel="z (m)", yaxisposition=:right)
Expand Down

0 comments on commit c09f367

Please sign in to comment.