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

from pyvista import examples
dataset = examples.download_topo_land()
dataset.plot(clim=[-2000, 3000], cmap='gist_earth', show_scalar_bar=False)

# SEE ALSO:
#     Topo Land Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#topo-land-dataset
#     See this dataset in the Dataset Gallery for more info.
#     This dataset is used in the following examples:
#     Geodesic Paths https://docs.pyvista.org/examples/01-filter/geodesic.html#geodesic-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

