Skip to content

GridPlot -> Figure as the only user-facing layout  #457

Description

@kushalkolar

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:

  1. New Figure class which merges GridPlot, Frame and RecordMixin.
  2. 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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions