plot_date doesn't pass tz to AutoDateFormater (patch 2020934 submitted)

Hello,

In working with matplotlib to render some time-based data series, I
noticed that specifying a timezone as a kwarg to plot_date doesn't
affect the rendering of tick labels as I expected.

I've submitted a patch on sourceforge:

http://sourceforge.net/tracker/index.php?func=detail&aid=2020934&group_id=80706&atid=560722

It's a pretty trivial 2-line patch to make this work, which I've
tested internally. It doesn't affect any case where the user has
already specified their own Formatter.

Please let me know if there's any other information or assistance I can provide.

Thanks,
Vineet

···

--
Vineet Kumar <vin@...624...>

Thanks Vineet -- committed to svn r5784, so it will be included in
our next bug fix release due out soon.

JDH

···

On Thu, Jul 17, 2008 at 3:44 PM, Vineet Kumar <vin@...624...> wrote:

It's a pretty trivial 2-line patch to make this work, which I've
tested internally. It doesn't affect any case where the user has
already specified their own Formatter.

Please let me know if there's any other information or assistance I can provide.