pyvista.examples.downloads.download_bunny_coarse#
- download_bunny_coarse(load=True)[source]#
 Download coarse bunny dataset.
- Parameters:
 - Returns:
 pyvista.PolyData|strDataSet or filename depending on
load.
Examples
>>> from pyvista import examples >>> dataset = examples.download_bunny_coarse() >>> dataset.plot(cpos='xy')
See also
- Bunny Coarse Dataset
 See this dataset in the Dataset Gallery for more info.
This dataset is used in the following examples: