Skip to content

Commit

Permalink
Merge pull request #538 from kafitzgerald/kafitzgerald-patch-1
Browse files Browse the repository at this point in the history
Comment out saving the animation in NCL_animate_1.py
  • Loading branch information
jukent committed Oct 17, 2023
2 parents 7afb518 + 690676d commit bbca684
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 bbca684

Please sign in to comment.