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 d46ae94 commit 28f3011Copy full SHA for 28f3011
1 file changed
lib/matplotlib/tests/test_axes.py
@@ -697,7 +697,6 @@ def test_hist2d():
697
fig = plt.figure()
698
ax = fig.add_subplot(111)
699
ax.hist2d(x,y,bins=10)
700
- fig.savefig('tmp.png')
701
702
if __name__=='__main__':
703
import nose
0 commit comments