Dynamic PyVista Examples#
This is a demostration of PyVista’s dynamic Sphinx-Gallery scraper implemented in pyvista/pyvista#
The dynamic in-browser renderings are made possible by PyVista’s pyvista-plot
directive:
.. pyvista-plot::
import pyvista as pv
mesh = pv.Wavelet()
mesh.plot()
import pyvista as pv
mesh = pv.Wavelet()
mesh.plot()

- orphan: