# Examples from pyvista.PlatonicSolid
# ===================================

# Create and plot a dodecahedron.
import pyvista as pv
dodeca = pv.PlatonicSolid('dodecahedron')
dodeca.plot(categories=True)

# See Platonic Solids for more examples using this filter.

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

