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

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

# SEE ALSO:
#     St Helens Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#st-helens-dataset
#     See this dataset in the Dataset Gallery for more info.
#     This dataset is used in the following examples:
#     Colormap Choices https://docs.pyvista.org/examples/02-plot/colormap.html#colormap-example
#     Lighting Properties https://docs.pyvista.org/examples/02-plot/lighting_mesh.html#lighting-mesh-example
#     Plot with Opacity https://docs.pyvista.org/examples/02-plot/opacity.html#opacity-example
#     Orbiting https://docs.pyvista.org/examples/02-plot/orbit.html#orbit-example
#     Plot Over Line https://docs.pyvista.org/examples/02-plot/plot_over_line.html#plot-over-line-example
#     Plotter Lighting Systems https://docs.pyvista.org/examples/04-lights/plotter_lighting.html#plotter-lighting-example
#     Control Global and Local Plotting Themes https://docs.pyvista.org/examples/02-plot/themes.html#themes-example

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

