CLN: Cleanup plotting submodule · Issue #12548 · pandas-dev/pandas (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
- Make
plotting
as subpackage- Split utility functions / non-
MPLPlot
classes to other files.
- Split utility functions / non-
- Move tests under
plotting/*
- Add small unit tests to guarantee utility function APIs.
- Refactor
MPLPlot
class properties. BecauseMPLPlot
now has lots of properties, split them toFigureProperties
andAxesProperties
classes and delegates the logic.
This should makes #12547, #7670, #8018 easier.
Metadata
Metadata
Labels
Development
No branches or pull requests