pyvista.examples.downloads.download_blood_vessels#
- download_blood_vessels(load=True)[source]#
 Download data representing the bifurcation of blood vessels.
- Parameters:
 - Returns:
 pyvista.UnstructuredGrid|strDataSet or filename depending on
load.
Examples
>>> 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: