download_blood_vessels#
- download_blood_vessels(load: bool = True) UnstructuredGrid | str[source]#
Download data representing the bifurcation of blood vessels.
- Parameters:
- Returns:
- output
pyvista.UnstructuredGrid|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_blood_vessels()
>>> dataset.plot()
See also
- Blood Vessels Dataset
See this dataset in the Dataset Gallery for more info.
This dataset is used in the following examples: