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()
_images/index-1_00_00.png
orphan:

Dynamic Examples#

Perlin Noise

Perlin Noise

Extract Edges

Extract Edges

Clipping with Planes & Boxes

Clipping with Planes & Boxes

Gallery generated by Sphinx-Gallery