From: John H. <jdh...@ac...> - 2006-07-29 18:11:46
|
>>>>> "PGM" == PGM <pgm...@gm...> 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 |