# Examples from pyvista.examples.downloads.download_tetrahedron
# =============================================================

# Shrink and plot the dataset to show it is composed of several
# tetrahedrons.
from pyvista import examples
dataset = examples.download_tetrahedron()
dataset.shrink(0.85).plot()

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