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

Skip to content

Commit 28f3011

Browse files
committed
remove extra savefig
1 parent d46ae94 commit 28f3011

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ def test_hist2d():
697697
fig = plt.figure()
698698
ax = fig.add_subplot(111)
699699
ax.hist2d(x,y,bins=10)
700-
fig.savefig('tmp.png')
701700

702701
if __name__=='__main__':
703702
import nose

0 commit comments

Comments
 (0)