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

from pyvista import examples
dataset = examples.download_brain()
dataset.plot(volume=True)

# SEE ALSO:
#     Brain Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#brain-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Brain Atlas With Sides Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#brain-atlas-with-sides-dataset
#     Medical Datasets https://docs.pyvista.org/api/examples/dataset_gallery.html#medical-dataset-gallery
#     Browse other medical datasets.
#     This dataset is used in the following examples:
#     Gaussian Smoothing https://docs.pyvista.org/examples/01-filter/gaussian_smoothing.html#gaussian-smoothing-example
#     Slicing https://docs.pyvista.org/examples/01-filter/slice.html#slice-example
#     Depth Peeling https://docs.pyvista.org/examples/02-plot/depth_peeling.html#depth-peeling-example
#     Moving Isovalue https://docs.pyvista.org/examples/02-plot/moving_isovalue.html#moving-isovalue-example
#     Plane Widget https://docs.pyvista.org/examples/03-widgets/plane_widget.html#plane-widget-example

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

