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#

View(M[, interactive, bgcolor, color, ...])

Visualize a mesh.

Visualization Utilities#

FaceColor(NFaces, color, face_alpha[, ...])

ParseColor(color[, alpha])

GetTheme(theme, scalars)

set_vispy_backend([preference])

Set the backend for VisPy.