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 mesh (M
) can be converted to a PyVista
mesh:
import pyvista as pv
pvmesh = pv.wrap(M.mymesh2meshio())
Visualization#
|
Visualize a mesh. |
Visualization Utilities#
|
|
|
|
|
|
|
Set the backend for VisPy. |