-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
Milestone
Description
- Make
plottingas subpackage- Split utility functions / non-
MPLPlotclasses to other files.
- Split utility functions / non-
- Move tests under
plotting/*- Add small unit tests to guarantee utility function APIs.
- Refactor
MPLPlotclass properties. BecauseMPLPlotnow has lots of properties, split them toFigurePropertiesandAxesPropertiesclasses and delegates the logic.