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