File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2009-01-30 Remove support for pyExcelerator in exceltools -- use xlwt
2+ instead - JDH
3+
142009-01-29 Document 'resolution' kwarg for polar plots. Support it
25 when using pyplot.polar, not just Figure.add_axes. - MGD
36
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ list may help describe what changes may be necessary in your code.
1919
2020Changes for 0.98.x
2121==================
22+ * Remove support for pyExcelerator in exceltools -- use xlwt
23+ instead
2224
2325* Changed the defaults of acorr and xcorr to use usevlines=True,
2426 maxlags=10 and normed=True since these are the best defaults
Original file line number Diff line number Diff line change 2222import copy
2323import numpy as np
2424
25- try :
26- import xlwt as excel
27- except ImportError :
28- try :
29- import pyExcelerator as excel
30- except ImportError :
31- raise ImportError ('You must install xlwt or pyExcelterator to use the exceltools' )
25+ import xlwt as excel
3226
3327import matplotlib .cbook as cbook
3428import matplotlib .mlab as mlab
You can’t perform that action at this time.
0 commit comments