Skip to content

DEPR: passing ax to plotting methods #62442

@jbrockmendel

Description

@jbrockmendel

IIUC (a big if), we allow users to plot multiple objects on the same figure by passing an ax argument to plotting methods. I think this is part/all of the reason why we need all the statefulness in #54485.

What if we deprecate that argument, so all obj.plot(...) calls get a new ax object? Would that break any use cases we really care about? Would it allow us to simplify the code enough to make it actually maintainable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions