brendanjmeade / result_manager

Graphical result viewer for celeri
0 stars 0 forks source link

Mesh plotting - a 2D option #20

Open brendanjmeade opened 1 month ago

brendanjmeade commented 1 month ago

Meshes are geometrically complicated 3D objects. We can plot them in 3D using pyvista. However, before taking that leap it may be worthwhile considering a simpler plotting approach using bokeh. Specifically: Plotting length vs. depth vs. slip rate as a scatter plot. Length vs. depth is somewhat vaguely defined but would turn everything into a 2D plot regardless of dip. Just a thought.