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

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

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

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

