# Examples from pyvista.examples.downloads.download_blood_vessels
# ===============================================================

from pyvista import examples
dataset = examples.download_blood_vessels()
dataset.plot()

# SEE ALSO:
#     Blood Vessels Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#blood-vessels-dataset
#     See this dataset in the Dataset Gallery for more info.
#     This dataset is used in the following examples:
#     Parallel Files https://docs.pyvista.org/examples/00-load/read_parallel.html#read-parallel-example
#     Streamlines https://docs.pyvista.org/examples/01-filter/streamlines.html#streamlines-example
#     Integrate Data https://docs.pyvista.org/examples/01-filter/integrate_data.html#integrate-data-example

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

