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

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

# SEE ALSO:
#     Face2 Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#face2-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Face Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#face-dataset

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

