pyvista.examples.downloads.download_sky_box_nz_texture#
- download_sky_box_nz_texture(load=True)[source]#
Download skybox-nz texture.
- Parameters:
- Returns:
pyvista.Texture
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> dataset = examples.download_sky_box_nz_texture() >>> dataset.plot(cpos="xy")
See also
- Sky Box Nz Texture Dataset
See this dataset in the Dataset Gallery for more info.