pyvista.examples.downloads.download_full_head#
- download_full_head(load=True)[source]#
Download the full head image.
Added in version 0.45.0.
- Parameters:
- loadbool,
optional
Load the dataset after downloading it when
True
. Set this toFalse
and only the filename will be returned.
- loadbool,
- Returns:
pyvista.ImageData
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> dataset = examples.download_full_head() >>> dataset.plot(volume=True)