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#

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

Visualize a mesh.

Subplot(meshes, shape[, show, return_fig, ...])

Visualization Utilities#

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

ParseColor(color[, alpha])

GetTheme(theme, scalars)

set_vispy_backend([preference])

Set the backend for VisPy.