8000 Stem plots could handle dates, no? · Issue #2938 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Stem plots could handle dates, no? #2938
Closed
@lebigot

Description

@lebigot

pyplot.stem() does not work when the data contains dates because axes.stem() forces the data to float (

y = np.asarray(args[0], dtype=np.float)
and
second = np.asarray(args[0], dtype=np.float)
).

Is this really necessary? by removing the conversion to float, plotting dates in the abscissa works, for instance.

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

      0