pyvista.examples.downloads.download_beach#
- download_beach(load=True)[source]#
Download the beach NRRD image.
- Parameters:
- Returns:
pyvista.ImageData
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> dataset = examples.download_beach() >>> dataset.plot(rgba=True, cpos="xy")
See also
- Beach Dataset
See this dataset in the Dataset Gallery for more info.