download_cow#
- download_cow(load: bool = True) PolyData | str[source]#
Download cow dataset.
- Parameters:
- Returns:
- output
pyvista.PolyData|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_cow()
>>> dataset.plot(cpos='xy')
See Also#
- Cow Dataset
See this dataset in the Dataset Gallery for more info.
Used In#
Docstring Examples
DataObjectFilters.cell_validator(1 use)DataObjectFilters.validate_mesh(1 use)DataSet.distinct_cell_types(1 use)DataSetFilters.voxelize_rectilinear(1 use)
Gallery Examples