Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald authored Dec 12, 2023
1 parent 03d2f0e commit 8973a83
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Gallery/Animations/NCL_animate_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,12 @@ def animate(i):
cmap="inferno",
add_colorbar=False)

gv.set_titles_and_labels(ax,
maintitle="January Global Surface Temperature (K) - Day " +
str(tas.coords['time'].values[i])[:13],
xlabel="",
ylabel="")
gv.set_titles_and_labels(
ax,
maintitle="January Global Surface Temperature (K) - Day " +
str(tas.coords['time'].values[i])[:13],
xlabel="",
ylabel="")


# Run the animation initiated with the frame from init and progressed with the animate function
Expand Down

0 comments on commit 8973a83

Please sign in to comment.