download_gourds_pnm#
- download_gourds_pnm(load: bool = True) ImageData | str[source]#
Download gourds dataset from pnm file.
- Parameters:
- Returns:
- output
pyvista.ImageData|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_gourds_pnm()
>>> dataset.plot(rgba=True, cpos='xy')
See also
- Gourds Pnm Dataset
See this dataset in the Dataset Gallery for more info.