load_globe_texture#
- load_globe_texture() Texture[source]#
Load a pyvista.Texture that can be applied to the globe source.
- Returns:
pyvista.TextureDataset.
Examples#
Download Python source code | Download Jupyter notebook
>>> 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.
Used In#
Docstring Examples
LinePlot2D(1 use)Plotter.orbit_on_path(1 use)Plotter.show_axes_all(1 use)load_globe(1 use)load_planet(1 use)
Gallery Examples