pyvista.examples.examples.load_globe_texture#
- load_globe_texture()[source]#
Load a pyvista.Texture that can be applied to the globe source.
- Returns:
pyvista.TextureDataset.
Examples
>>> from pyvista import examples >>> dataset = examples.load_globe_texture() >>> dataset.plot()
See also
- Globe Texture Dataset
See this dataset in the Dataset Gallery for more info.