limit plots, difference plots, clean up
Compare changes
Files
16@@ -8,15 +8,10 @@ For this example we create meshes from pyvista surfaces.
@@ -30,13 +25,9 @@ surface3 = Surface(Gaussian2D(**args, height_offset=-200), material_id=2)
Introducing two new plot types: limit plots (max, min) and difference plots. Also reworked the logic for aspect ratios of plots with meshplotlib and added an example for illustration. Also includes several smaller cleanup changes. Commit-wise review highly recommended
If sensible, please add a screenshot something similar to illustrate the merge request.