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

Skip to content

Commit a77e995

Browse files
committed
Removed figure saving
1 parent 9acf1dd commit a77e995

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/showcase/anatomy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,4 @@ def text(x, y, text):
140140
plt.text(4.0, -0.4, "Made with http://matplotlib.org",
141141
fontsize=10, ha="right", color='.5')
142142

143-
plt.savefig("anatomy.pdf")
144-
plt.savefig("anatomy.png", dpi=150)
145143
plt.show()

0 commit comments

Comments
 (0)