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

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

# SEE ALSO:
#     Saddle Surface Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#saddle-surface-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Detailed Interpolating Points https://docs.pyvista.org/examples/01-filter/interpolate.html#interpolate-example
#     Example using this dataset.

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

