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
|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')
See also
- Saturn Rings Dataset
See this dataset in the Dataset Gallery for more info.
load_saturn_rings()
Load Saturn’s rings as a textured disc.
load_saturn()
Load the planet Saturn as a textured sphere.
download_saturn_surface()
Download the surface of Saturn.
- 3D Earth and Celestial Bodies
Example plot of the solar system.