From: Peter G. <pgr...@ge...> - 2004-10-14 19:35:05
|
> > also in 0.60.2 i noticed that ticker.DayMultiLocator is used on line > 1518 of matplotlib/axes.py but is not imported That was just after DayMultiLocator was added; it's a bug. You can just add it yourself. I use (a little modified) 60.2 as well on two production servers. It seems very stable at this point. Great majority of my plotting uses plot_date and with the new changes (haven't tried - just read about) I am afraid that lots of my code will break. So might take this opportunity to ask: Does the new date plotting mechanism support the old way of using "seconds from epoch"? It was very efficient as a lot of data (not only mine I would imagine) is simply in that format. -- Peter Groszkowski Gemini Observatory Tel: +1 808 974-2509 670 N. A'ohoku Place Fax: +1 808 935-9235 Hilo, Hawai'i 96720, USA |