pyvista.examples.downloads.download_parched_canal_4k#
- download_parched_canal_4k(load=True)[source]#
Download parched canal 4k dataset.
- Parameters:
- Returns:
pyvista.Texture
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> dataset = examples.download_parched_canal_4k() >>> dataset.plot(cpos="xy")
See also
- Parched Canal 4k Dataset
See this dataset in the Dataset Gallery for more info.