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

# Download and plot the dataset.
from pyvista import examples
mesh = examples.download_plastic_vase()
mesh.plot()

# Return the statistics of the dataset.
mesh

# SEE ALSO:
#     Plastic Vase Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#plastic-vase-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

