Closed
Description
Layouts currently has a lot of multiple inheritance, this is partly due to us having a separate Plot
and GridPlot
class. After meeting with Almar I propose:
- New
Figure
class which mergesGridPlot
,Frame
andRecordMixin
. - Remove
Plot
in favor of creating aFigure
with shape(1, 1)
, i.e. one subplot. We can haveshape=(1, 1)
as default forFigure
@almarklein Does this make it easier to have axes etc.? Anything else to add?
Metadata
Metadata
Assignees
Labels
No labels