# Examples from pyvista.examples.downloads.download_topo_global
# =============================================================

from pyvista import examples
dataset = examples.download_topo_global()
dataset.plot(cmap='gist_earth')

# SEE ALSO:
#     Topo Global Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#topo-global-dataset
#     See this dataset in the Dataset Gallery for more info.
#     This dataset is used in the following examples:
#     Computing Surface Normals https://docs.pyvista.org/examples/01-filter/compute_normals.html#compute-normals-example
#     Background Image https://docs.pyvista.org/examples/02-plot/background_image.html#background-image-example

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

