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

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

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