Thanks to visit codestin.com
Credit goes to github.com

Skip to content

plot_date does not respect timezone (argument tz is ignored) #193

Closed
@ddale

Description

@ddale

Original report at SourceForge, opened Wed Feb 9 17:11:10 2011

The function matplotlib.pyplot.plot_date has a keyword argument tz that may contain a time zone for formatting the time values.
This argument is ignored.

matplotlib.version == '1.0.1'

Details

The keyword argument tz is really erroneously ignored in
matplotlib.axes.Axes.xaxis_date (file "axes.py", line 2679)
but it matters for the high level function matplotlib.pyplot.plot_date.

SourceForge Comments

On Mon Feb 21 08:16:09 2011, eike wrote:

See also this discussion on Stack Overflow:
http://stackoverflow.com/questions/4485607/matplotlib-plot-date-keeping-times-in-utc-even-with-custom-timezone

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions