You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split utility functions / non- MPLPlot classes to other files.
Move tests under plotting/*
Add small unit tests to guarantee utility function APIs.
Refactor MPLPlot class properties. Because MPLPlot now has lots of properties, split them to FigureProperties and AxesProperties classes and delegates the logic.
plotting
as subpackageMPLPlot
classes to other files.plotting/*
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.
The text was updated successfully, but these errors were encountered: