load_globe#
- load_globe() PolyData[source]#
Load a globe source.
- Returns:
pyvista.PolyDataGlobe dataset with earth texture.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.load_globe()
>>> texture = examples.load_globe_texture()
>>> dataset.plot(texture=texture)
See also
- Globe Dataset
See this dataset in the Dataset Gallery for more info.