-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasVisualizationplottingplotting
Description
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
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasVisualizationplottingplotting