Skip to content

Commit

Permalink
Comment out saving animation in NCL_animate_1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald committed Oct 2, 2023
1 parent 7afb518 commit 690676d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gallery/Animations/NCL_animate_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ def animate(i):
anim = animation.FuncAnimation(fig, animate, frames=30, interval=200)

# Uncomment this line to save the created animation
anim.save('animate_1.gif', writer='pillow', fps=5)
#anim.save('animate_1.gif', writer='pillow', fps=5)

0 comments on commit 690676d

Please sign in to comment.