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
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 merges GridPlot, Frame and RecordMixin.
Remove Plot in favor of creating a Figure with shape (1, 1), i.e. one subplot. We can have shape=(1, 1) as default for Figure
@almarklein Does this make it easier to have axes etc.? Anything else to add?