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

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

# SEE ALSO:
#     Pine Roots Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#pine-roots-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Connectivity https://docs.pyvista.org/examples/01-filter/connectivity.html#connectivity-example
#     Example using this dataset.

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

