download_puppy_texture#
- download_puppy_texture(load: bool = True) Texture | str[source]#
Download puppy texture.
- Parameters:
- Returns:
- output
pyvista.DataSet|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_puppy_texture()
>>> dataset.plot(cpos='xy')
See also
- Puppy Texture Dataset
See this dataset in the Dataset Gallery for more info.
- Applying Textures
Example which uses this dataset.