download_sky_box_nz_texture#
- download_sky_box_nz_texture(load: bool = True) Texture | str[source]#
Download skybox-nz texture.
- Parameters:
- Returns:
- output
pyvista.Texture|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> 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.