[SciPy-user] Sandbox TimeSeries: request
Pierre GM
pgmdevlist at gmail.com
Sun Nov 11 17:40:08 EST 2007
> Functionality that would convert an array of epochs to
> datetime.datetime|mx.datetime|matplotlib.Dates objects would be a big
> plus.
You can already transform a single Date object to datetime with datetime. It
would be pretty straightforward to add a todatetime() method to the DateArray
class, which would solve the first request.
For matplotlib, I'd suggest you give the plotlib module a try: we have
implemented a dynamic location/formatting of ticks that can be pretty
useful...
More information about the SciPy-User
mailing list