|
From: <jd...@us...> - 2008-06-22 16:16:29
|
Revision: 5632
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5632&view=rev
Author: jdh2358
Date: 2008-06-22 09:16:20 -0700 (Sun, 22 Jun 2008)
Log Message:
-----------
removed save from scatter demo
Modified Paths:
--------------
trunk/matplotlib/examples/pylab_examples/scatter_demo2.py
Modified: trunk/matplotlib/examples/pylab_examples/scatter_demo2.py
===================================================================
--- trunk/matplotlib/examples/pylab_examples/scatter_demo2.py 2008-06-22 16:15:24 UTC (rev 5631)
+++ trunk/matplotlib/examples/pylab_examples/scatter_demo2.py 2008-06-22 16:16:20 UTC (rev 5632)
@@ -15,7 +15,7 @@
ylabel(r'$\Delta_{i+1}$', size='x-large')
title(r'Volume and percent change')
grid(True)
-savefig('scatter_demo2')
+#savefig('scatter_demo2')
colorbar()
show()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|