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

from pyvista import examples
dataset = examples.download_crater_topo()
dataset.plot(cmap='gist_earth', cpos='xy')

# SEE ALSO:
#     Crater Topo Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#crater-topo-dataset
#     See this dataset in the Dataset Gallery for more info.
#     This dataset is used in the following examples:
#     Terrain Following Mesh https://docs.pyvista.org/examples/00-load/terrain_following_mesh.html#terrain-following-mesh-example
#     Topographic Map https://docs.pyvista.org/examples/02-plot/topo_map.html#topo-map-example

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

