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

# Shrink and plot the dataset to show it is composed of several
# pyramids.
from pyvista import examples
dataset = examples.download_quadratic_pyramid()
dataset.shrink(0.4).plot()

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