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.
Used In#
Docstring Examples
AreaPlot.brush(1 use)BarPlot.brush(1 use)BoxPlot.brush(1 use)Brush.texture(1 use)Brush.texture_interpolate(1 use)10 more
Brush.texture_repeat(1 use)LinePlot2D.brush(1 use)PiePlot.brush(1 use)ScatterPlot2D.brush(1 use)StackPlot.brush(1 use)Texture.flip_x(1 use)Texture.flip_y(1 use)Texture.rotate_ccw(1 use)Texture.rotate_cw(1 use)Texture.to_array(1 use)
Gallery Examples