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:
- output
pyvista.ImageData|pyvista.Texture|str Dataset, texture, or filename of the Saturn’s rings.
- output
Examples
>>> from pyvista import examples >>> texture = examples.planets.download_saturn_rings(texture=True) >>> texture.plot(cpos='xy')
>>> mesh = examples.planets.load_planet_rings() >>> image_path = examples.planets.download_stars_sky_background(load=False) >>> mesh.plot(texture=texture, background=image_path)
See also
- Saturn Rings Dataset
See this dataset in the Dataset Gallery for more info.
load_planet_rings()Load planetary rings as a disc with texture coordinates.
load_planet()Load a planet as a sphere with texture coordinates.
download_saturn_surface()Download the surface of Saturn.
- 3D Earth and Celestial Bodies
Example plot of the solar system.