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

from pyvista import examples
dataset = examples.download_wavy()
dataset.plot()

# SEE ALSO:
#     Wavy Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#wavy-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Load data using a Reader https://docs.pyvista.org/examples/00-load/reader.html#reader-example
#     Example using this dataset.

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

