From 98f37e731ebd035363c341779aa199f77aa9ae83 Mon Sep 17 00:00:00 2001 From: Jago Strong-Wright Date: Wed, 27 Mar 2024 17:07:34 -0400 Subject: [PATCH] Update plot_one_degree.jl --- scripts/plot_one_degree.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/plot_one_degree.jl b/scripts/plot_one_degree.jl index 4ad6224..e73fbcd 100644 --- a/scripts/plot_one_degree.jl +++ b/scripts/plot_one_degree.jl @@ -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)