pyvista.examples.planets.download_jupiter_surface#
- download_jupiter_surface(texture=False, load=True)[source]#
 Download the surface of the planet Jupiter.
Textures obtained from Solar Textures.
- Parameters:
 - Returns:
 pyvista.DataSet|pyvista.Texture|strTexture, Dataset, or path to the file depending on the
loadandtextureparameters.
Examples
>>> from pyvista import examples >>> texture = examples.planets.download_jupiter_surface(texture=True) >>> texture.plot(zoom='tight', show_axes=False)
See also
- Jupiter Surface Dataset
 See this dataset in the Dataset Gallery for more info.
load_jupiter()Load Jupiter as a textured sphere.
- 3D Earth and Celestial Bodies
 Example plot of the solar system.