Skip to content

Commit

Permalink
better axis lims
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Mar 1, 2022
1 parent 7cbad1e commit 28963fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/perfect_baroclinic_adjustment_calibration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ xlims!(axmain, 350, 1350)
xlims!(axtop, 350, 1350)
ylims!(axmain, 650, 1750)
ylims!(axright, 650, 1750)
xlims!(axright, 0, 0.02)
ylims!(axtop, 0, 0.02)
xlims!(axright, 0, 0.015)
ylims!(axtop, 0, 0.015)

save("distributions_baroclinic_adjustment.svg", f); nothing #hide

Expand Down

0 comments on commit 28963fc

Please sign in to comment.