From: <md...@us...> - 2009-09-16 14:13:34
|
Revision: 7769 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7769&view=rev Author: mdboom Date: 2009-09-16 14:13:26 +0000 (Wed, 16 Sep 2009) Log Message: ----------- Comment out image display so that documentation generation doesn't block. Modified Paths: -------------- trunk/matplotlib/examples/pylab_examples/to_numeric.py Modified: trunk/matplotlib/examples/pylab_examples/to_numeric.py =================================================================== --- trunk/matplotlib/examples/pylab_examples/to_numeric.py 2009-09-16 14:12:49 UTC (rev 7768) +++ trunk/matplotlib/examples/pylab_examples/to_numeric.py 2009-09-16 14:13:26 UTC (rev 7769) @@ -29,5 +29,5 @@ X.shape = h, w, 3 im = Image.fromstring( "RGB", (w,h), s) -im.show() +# im.show() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |