pyvista.examples.downloads.download_cake_easy_texture#
- download_cake_easy_texture(load=True)[source]#
- Download cake texture. - Parameters:
- Returns:
- pyvista.Texture|- str
- DataSet or filename depending on - load.
 
 - Examples - >>> from pyvista import examples >>> dataset = examples.download_cake_easy_texture() >>> dataset.plot(cpos='xy')   - See also - Cake Easy Texture Dataset
- See this dataset in the Dataset Gallery for more info.