pyvista.examples.downloads.download_head_2#
- download_head_2(load=True)[source]#
 Download head dataset.
- Parameters:
 - Returns:
 pyvista.ImageData|strDataSet or filename depending on
load.
Examples
>>> import pyvista as pv >>> from pyvista import examples >>> dataset = examples.download_head_2() >>> pl = pv.Plotter() >>> _ = pl.add_volume(dataset, cmap='cool', opacity='sigmoid_6') >>> pl.show()
See also
- Head 2 Dataset
 See this dataset in the Dataset Gallery for more info.
- Medical Datasets
 Browse other medical datasets.