download_bird_texture#
- download_bird_texture(load: bool = True) Texture | str[source]#
Download bird texture.
- Parameters:
- Returns:
- output
pyvista.Texture|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_bird_texture()
>>> dataset.plot(cpos='xy')