download_gourds_texture#
- download_gourds_texture(zoom: bool = False, load: bool = True) Texture | str[source]#
Download gourds texture.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_gourds_texture()
>>> dataset.plot(cpos='xy')
See also
- Gourds Texture Dataset
See this dataset in the Dataset Gallery for more info.