# 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()

# SEE ALSO:
#     Quadratic Pyramid Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#quadratic-pyramid-dataset
#     See this dataset in the Dataset Gallery for more info.

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

