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

from pyvista import examples
dataset = examples.download_dragon()
dataset.plot(cpos='xy')

# SEE ALSO:
#     Dragon Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#dragon-dataset
#     See this dataset in the Dataset Gallery for more info.
#     This dataset is used in the following examples:
#     Plot with Floors https://docs.pyvista.org/examples/02-plot/floors.html#floors-example
#     Orbiting https://docs.pyvista.org/examples/02-plot/orbit.html#orbit-example
#     Silhouette Highlight https://docs.pyvista.org/examples/02-plot/silhouette.html#silhouette-example
#     Shadows https://docs.pyvista.org/examples/04-lights/shadows.html#shadows-example

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

