download_flamingo

download_flamingo#

download_flamingo(*, load: bool = True) MultiBlock | str[source]#

Download the flamingo example.

Added in version 0.44.0.

Returns:
outputpyvista.MultiBlock | str

DataSet or filename depending on load.

Examples#

>>> import pyvista as pv
>>> from pyvista import examples
>>> file_3ds = examples.download_flamingo(load=False)
>>> pl = pv.Plotter()
>>> pl.import_3ds(file_3ds)
>>> pl.show()
../../../_images/pyvista-examples-downloads-download_flamingo-b009693feee38c55_00_00.png

See also

Flamingo Dataset

See this dataset in the Dataset Gallery for more info.