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

from pyvista import examples
dataset = examples.download_dicom_stack()
dataset.plot(volume=True, zoom=3, show_scalar_bar=False)

# SEE ALSO:
#     Dicom Stack Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#dicom-stack-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.

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

