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

from pyvista import examples
dataset = examples.download_face()
dataset.plot()

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