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

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

# Return the statistics of the dataset.
mesh

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