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

from pyvista import examples
dataset = examples.download_nefertiti()
dataset.plot(cpos='xz')

# SEE ALSO:
#     Nefertiti Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#nefertiti-dataset
#     See this dataset in the Dataset Gallery for more info.
#     This dataset is used in the following examples:
#     Computing Surface Normals https://docs.pyvista.org/examples/01-filter/compute_normals.html#compute-normals-example
#     Extract Edges https://docs.pyvista.org/examples/01-filter/extract_edges.html#extract-edges-example
#     Show Edges https://docs.pyvista.org/examples/02-plot/show_edges.html#show-edges-example
#     Eye Dome Lighting https://docs.pyvista.org/examples/02-plot/edl.html#edl-example
#     Physically Based Rendering https://docs.pyvista.org/examples/02-plot/pbr.html#pbr-example
#     Box Widget https://docs.pyvista.org/examples/03-widgets/box_widget.html#box-widget-example

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

