# Examples from pyvista.examples.examples.load_random_hills
# =========================================================

from pyvista import examples
mesh = examples.load_random_hills()
mesh.plot()

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