pyvista.examples.downloads.download_chest#
- download_chest(load=True)[source]#
 Download chest dataset.
- Parameters:
 - Returns:
 pyvista.ImageData|strDataSet or filename depending on
load.
Examples
>>> from pyvista import examples >>> dataset = examples.download_chest() >>> dataset.plot(cpos='xy')
See also
- Chest Dataset
 See this dataset in the Dataset Gallery for more info.
- Medical Datasets
 Browse other medical datasets.
- Volume Rendering
 Example using this dataset.