|
From: <jd...@us...> - 2008-05-14 17:31:11
|
Revision: 5139
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5139&view=rev
Author: jdh2358
Date: 2008-05-14 10:28:26 -0700 (Wed, 14 May 2008)
Log Message:
-----------
fixed loadrec
Modified Paths:
--------------
trunk/matplotlib/examples/loadrec.py
Modified: trunk/matplotlib/examples/loadrec.py
===================================================================
--- trunk/matplotlib/examples/loadrec.py 2008-05-14 16:39:28 UTC (rev 5138)
+++ trunk/matplotlib/examples/loadrec.py 2008-05-14 17:28:26 UTC (rev 5139)
@@ -10,5 +10,7 @@
ax.plot(a.date, a.adj_close, '-')
fig.autofmt_xdate()
-mlab.rec2excel(a, 'test.xls', colnum=4)
+# if you have pyExcelerator installed, you can output excel
+#import mpl_toolkits.exceltools as exceltools
+#exceltools.rec2excel(a, 'test.xls', colnum=4)
show()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|