Revision: 5080
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5080&view=rev
Author: efiring
Date: 2008-04-27 17:50:17 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Fix invalid title string that broke ps output
Modified Paths:
--------------
trunk/matplotlib/examples/nan_test.py
Modified: trunk/matplotlib/examples/nan_test.py
===================================================================
--- trunk/matplotlib/examples/nan_test.py 2008-04-27 07:55:03 UTC (rev 5079)
+++ trunk/matplotlib/examples/nan_test.py 2008-04-28 00:50:17 UTC (rev 5080)
@@ -11,10 +11,7 @@
xlabel('time (s)')
ylabel('voltage (mV)')
-title('A sine wave with a gap of NaN\'s between 0.4 and 0.6')
+title('A sine wave with a gap of NaNs between 0.4 and 0.6')
grid(True)
-#savefig('simple_plot.png')
-savefig('nan_test')
-
show()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|