pyvista

Installation
SKILL.md

PyVista - 3D Visualization

Quick Reference

import pyvista as pv

mesh = pv.read('model.vtk')
plotter = pv.Plotter()
plotter.add_mesh(mesh, scalars='property', cmap='viridis')
plotter.show()

Key Classes

Installs
67
GitHub Stars
64
First Seen
Mar 8, 2026
pyvista — steadfastasart/geoscience-skills