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

Skip to content

Commit 13bd248

Browse files
committed
Comment out image display so that documentation generation doesn't block.
svn path=/trunk/matplotlib/; revision=7769
1 parent 0eb1054 commit 13bd248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/pylab_examples/to_numeric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
X.shape = h, w, 3
3030

3131
im = Image.fromstring( "RGB", (w,h), s)
32-
im.show()
32+
# im.show()
3333

0 commit comments

Comments
 (0)