Skip to content

Commit

Permalink
Update plot_one_degree.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw authored Mar 27, 2024
1 parent 5939ec0 commit 98f37e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/plot_one_degree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ P_plt = @lift interior(P[$n], :, :, 1)

fig = Figure()

title = @lift "$(prettytime(P.times[$n]))"

ax = GeoAxis(fig[1, 1];title, dest = "+proj=natearth2")

x, y, z = nodes(P)
Expand Down

0 comments on commit 98f37e7

Please sign in to comment.