Any Idea on how I can get dates working again?
(I am running the 2.6.17.6 kernel on a 64-bit linux system)
Example:
matplotlib-0.87.4/examples]$ python date_demo1.py
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/matplotlib/backends/backend_gtk.py", line 284, in expose_event
self._render_figure(self._pixmap, w, h)
File "/usr/lib64/python2.4/site-packages/matplotlib/backends/backend_gtkagg.py", line 73, in _render_figure
FigureCanvasAgg.draw(self)
File "/usr/lib64/python2.4/site-packages/matplotlib/backends/backend_agg.py", line 391, in draw
self.figure.draw(renderer)
File "/usr/lib64/python2.4/site-packages/matplotlib/figure.py", line 532, in draw
for a in self.axes: a.draw(renderer)
File "/usr/lib64/python2.4/site-packages/matplotlib/axes.py", line 1045, in draw
a.draw(renderer)
File "/usr/lib64/python2.4/site-packages/matplotlib/axis.py", line 548, in draw
majorLabels = [self.major.formatter(val, i) for i, val in enumerate(majorLocs)]
File "/usr/lib64/python2.4/site-packages/matplotlib/dates.py", line 247, in __call__
dt = num2date(x, self.tz)
File "/usr/lib64/python2.4/site-packages/matplotlib/dates.py", line 205, in num2date
if not iterable(x): return _from_ordinalf(x, tz)
File "/usr/lib64/python2.4/site-packages/matplotlib/dates.py", line 156, in _from_ordinalf
hour, remainder = divmod(24*remainder, 1)
ValueError: need more than 0 values to unpack
Traceback (most recent call last):
Richard
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users