8000 add ending newline to pause_resume.py · matplotlib/matplotlib@8d84206 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d84206

Browse files
committed
add ending newline to pause_resume.py
1 parent 8dcce25 commit 8d84206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation/pause_resume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ def update(self, i):
4343

4444

4545
PauseAnimation()
46-
plt.show()
46+
plt.show()

0 commit comments

Comments
 (0)
0