pyvista.examples.downloads.download_gourds_texture#
- download_gourds_texture(zoom=False, load=True)[source]#
Download gourds texture.
- Parameters:
- Returns:
pyvista.DataSet
|str
DataSet or filename depending on
load
.
Examples
>>> 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.