8000 behavior when plotting no data · Issue #3886 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
behavior when plotting no data #3886
Closed
@eyurtsev

Description

@eyurtsev

Minor issue, but some of the plotting functions work when there's no data and some don't.

# These work
plot([])
scatter([], [])
bar([], [])

# These raise a ValueError
hexbin([], [])
hist([])
hist2d([])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0