pyvista.examples.planets.load_neptune#
- load_neptune(radius=1.0, lat_resolution=50, lon_resolution=100)[source]#
- Load the planet Neptune as a textured sphere. - Parameters:
- Returns:
- pyvista.PolyData
- Neptune dataset. 
 
 - Examples - >>> import pyvista as pv >>> from pyvista import examples >>> mesh = examples.planets.load_neptune() >>> texture = examples.planets.download_neptune_surface(texture=True) >>> image_path = examples.planets.download_stars_sky_background(load=False) >>> mesh.plot(texture=texture, background=image_path)   - See also - download_neptune_surface()
- Download the surface of Neptune. 
- 3D Earth and Celestial Bodies
- Example plot of the solar system.