Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e32eca

Browse files
committed
fixed loadrec
svn path=/trunk/matplotlib/; revision=5139
1 parent 29d8d57 commit 0e32eca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/loadrec.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
ax.plot(a.date, a.adj_close, '-')
1111
fig.autofmt_xdate()
1212

13-
mlab.rec2excel(a, 'test.xls', colnum=4)
13+
# if you have pyExcelerator installed, you can output excel
14+
#import mpl_toolkits.exceltools as exceltools
15+
#exceltools.rec2excel(a, 'test.xls', colnum=4)
1416
show()

0 commit comments

Comments
 (0)