pyvista.examples.planets.download_uranus_surface#
- download_uranus_surface(texture=False, load=True)[source]#
Download and the texture of the surface of planet Uranus.
Textures obtained from Solar Textures.
- Parameters:
- Returns:
pyvista.DataSet
,pyvista.Texture
,or
str
Texture, Dataset, or path to the file depending on the
load
andtexture
parameters.
Examples
>>> from pyvista import examples >>> texture = examples.planets.download_uranus_surface(texture=True) >>> texture.plot(zoom='tight', show_axes=False)