mymesh.visualize#
Mesh visualization and plotting
mymesh.visualize is still experimental and may not work as expected
on all systems or in all development environments. For more stable and
full-featured mesh visualization, a mymesh mesh object (M) can be
converted to a pyvista mesh for visualization:
import pyvista as pv
pv_mesh = M.to_pyvista()
pv_mesh.plot()
Visualization#
Visualization Utilities#
|
|
|
|
|
|
|
Set the backend for VisPy. |