pyvista.examples.downloads.download_gourds#
- download_gourds(zoom=False, load=True)[source]#
Download gourds dataset.
- Parameters:
- Returns:
pyvista.ImageData
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> dataset = examples.download_gourds() >>> dataset.plot(rgba=True, cpos="xy")
See also
- Gourds Dataset
See this dataset in the Dataset Gallery for more info.
- Gaussian Smoothing
Example using this dataset.