download_gourds#
- download_gourds(zoom: bool = False, load: bool = True) ImageData | str[source]#
Download gourds dataset.
Examples#
Download Python source code | Download Jupyter notebook
>>> 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.