Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd35517

Browse files
committed
removed plt.savefigs
1 parent fed0454 commit bd35517

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/pylab_examples/multiple_figs_demo.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,4 @@
2222
ax = plt.gca()
2323
ax.set_xticklabels([])
2424

25-
plt.figure(1)
26-
plt.savefig('fig1')
27-
plt.figure(2)
28-
plt.savefig('fig2')
29-
3025
plt.show()

0 commit comments

Comments
 (0)