pyvista.examples.downloads.download_cow#

download_cow(load=True)[source]#

Download cow 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_cow()
>>> dataset.plot(cpos="xy")
https://d33wubrfki0l68.cloudfront.net/62edb05efed878d7369b6bee2468638ecfda86c0/ce040/_images/pyvista-examples-downloads-download_cow-1_00_00.png

This dataset is used in the following examples: