pyvista.examples.downloads.download_pine_roots#

download_pine_roots(load=True)[source]#

Download pine roots dataset.

Parameters:
loadbool, default: True

Load the dataset after downloading it when True. Set this to False and only the filename will be returned.

Returns:
pyvista.PolyData | str

DataSet or filename depending on load.

Examples

>>> from pyvista import examples
>>> dataset = examples.download_pine_roots()
>>> dataset.plot()
https://d33wubrfki0l68.cloudfront.net/41ac4fdb2ae0fbf89a29faeb0155ec5c2df30167/7b6e8/_images/pyvista-examples-downloads-download_pine_roots-1_00_00.png

See Connectivity for an example using this dataset.