|
From: Benjamin R. <ben...@ou...> - 2012-09-06 13:03:28
|
On Thu, Sep 6, 2012 at 2:24 AM, Eric Firing <ef...@ha...> wrote: > On 2012/09/05 6:17 PM, Paul Tremblay wrote: > > Hmm. I found that mpl handled my datetime objects just fine: > > Right, mpl has handled python datetime objects for a long time, but the > numpy array with a datetime dtype is a new and different object, and it > will take a bit of work to support it properly. > > Eric > > Pedantic: numpy's datetime64 dtype, not datetime. Ben Root |