Re: [Matplotlib-users] dates fail after upgrade [SOLVED]

2006-07-30 Thread Richard Ruth
Thank you for the 'fix'.  Both the demo and my old matplotlib based scripts work again.RichardOn Friday 28 July 2006 17:19, Richard Ruth wrote:> I upgraded to matplotlib-0.87.4  Now I receive an error like the following> every time I try to use matplotlib.dates.  The following error messages> were

Re: [Matplotlib-users] dates fail after upgrade

2006-07-29 Thread John Hunter
> "PGM" == PGM <[EMAIL PROTECTED]> writes: PGM> Richard, in matplotlib/dates.py, change line 155 from PGM> remainder = x - ix to remainder = float(x) - ix Thanks for th tip -- I'll commit this to svn. JDH - Tak

Re: [Matplotlib-users] dates fail after upgrade

2006-07-29 Thread PGM
On Friday 28 July 2006 17:19, Richard Ruth wrote: > I upgraded to matplotlib-0.87.4 Now I receive an error like the following > every time I try to use matplotlib.dates. The following error messages > were generated when I tried to run matplotlib-0.87.4/examples/date_demo1.py > > Any Idea on how

[Matplotlib-users] dates fail after upgrade

2006-07-29 Thread Richard Ruth
I upgraded to matplotlib-0.87.4  Now I receive an error like the following every time I try to use matplotlib.dates.  The following error messages were generated when I tried to run matplotlib-0.87.4/examples/date_demo1.pyAny Idea on how I can get dates working again?(I am running the 2.6.17.6 kern