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

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

# SEE ALSO:
#     Chest Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#chest-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Medical Datasets https://docs.pyvista.org/api/examples/dataset_gallery.html#medical-dataset-gallery
#     Browse other medical datasets.
#     Volume Rendering https://docs.pyvista.org/examples/02-plot/volume_rendering.html#volume-rendering-example
#     Example using this dataset.

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

