8000 Update pyplot_formatstr.py · benzea/matplotlib@92c7654 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92c7654

Browse files
author
Aseem Bansal
committed
Update pyplot_formatstr.py
1 parent 15b9848 commit 92c7654

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/pyplots/pyplot_formatstr.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import matplotlib.pyplot as plt
22
plt.plot([1,2,3,4], [1,4,9,16], 'ro')
33
plt.axis([0, 6, 0, 20])
4-
5-
4+
plt.show()

0 commit comments

Comments
 (0)
0