Thanks to visit codestin.com Credit goes to github.com
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 fed0454 commit bd35517Copy full SHA for bd35517
1 file changed
examples/pylab_examples/multiple_figs_demo.py
@@ -22,9 +22,4 @@
22
ax = plt.gca()
23
ax.set_xticklabels([])
24
25
-plt.figure(1)
26
-plt.savefig('fig1')
27
-plt.figure(2)
28
-plt.savefig('fig2')
29
-
30
plt.show()
0 commit comments