8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b9848 commit 92c7654Copy full SHA for 92c7654
doc/pyplots/pyplot_formatstr.py
@@ -1,5 +1,4 @@
1
import matplotlib.pyplot as plt
2
plt.plot([1,2,3,4], [1,4,9,16], 'ro')
3
plt.axis([0, 6, 0, 20])
4
-
5
+plt.show()
0 commit comments