Skip to content

Move old PlotGrid logic to new CustomPlotGrid logic #2

@evanhanders

Description

@evanhanders

Regular plot grids should be a specific type of generalized (custom) plot grid. Old plot grid class structure does not allow for doing things like plotting horizontal cuts & vertical cuts of 3D sims with proper aspect ratio.

To do:

  • Make CustomPlotGrid class the main PlotGrid class in plot_grid.py
  • Make RegularPlotGrid (what the current PlotGrid class is) a subclass of PlotGrid
  • Make ColorbarPlotGrid a subclass of new PlotGrid, where cbar always = True (very simple to code). Or get rid of it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions