-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
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
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request