Closed
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.