Re: [Matplotlib-users] [Mac OS 10.4.7, Python 2.4.3] Problem using plot_date

2006-08-23 Thread PGM
On Wednesday 23 August 2006 02:19, David Goldsmith wrote: > First, sorry for the long email. > > I'm having a segmentation fault problem trying to use plot_date, Update numpy. Or matplotlib. Or in matplotlib/dates.py, change line 155 from remainder = x - ix to remainder = float(x) - ix --

[Matplotlib-users] [Mac OS 10.4.7, Python 2.4.3] Problem using plot_date

2006-08-22 Thread David Goldsmith
First, sorry for the long email. I'm having a segmentation fault problem trying to use plot_date, somewhere deep in matplotlib. After giving up trying to figure out what was going wrong from within my "real" code, I wrote a "minimal" sample to try to reproduce (or not) the problem; here it is: