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

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

# Return the statistics of the dataset.
mesh

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