Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d8d57 commit 0e32ecaCopy full SHA for 0e32eca
1 file changed
examples/loadrec.py
@@ -10,5 +10,7 @@
10
ax.plot(a.date, a.adj_close, '-')
11
fig.autofmt_xdate()
12
13
-mlab.rec2excel(a, 'test.xls', colnum=4)
+# if you have pyExcelerator installed, you can output excel
14
+#import mpl_toolkits.exceltools as exceltools
15
+#exceltools.rec2excel(a, 'test.xls', colnum=4)
16
show()
0 commit comments