pyvista.examples.planets.download_saturn_rings#
- download_saturn_rings(texture=False, load=True)[source]#
Download the texture of Saturn’s rings.
Textures obtained from Solar Textures.
- Parameters:
- Returns:
pyvista.ImageData
,pyvista.Texture
,or
str
Dataset, texture, or filename of the Saturn’s rings.
Examples
>>> from pyvista import examples >>> texture = examples.planets.download_saturn_rings(texture=True) >>> texture.plot(cpos='xy')