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

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

# SEE ALSO:
#     Gpr Path Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#gpr-path-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Gpr Data Array Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#gpr-data-array-dataset
#     Drape 2D Surface From Line https://docs.pyvista.org/examples/00-load/create_draped_surface.html#create-draped-surface-example
#     Example using this dataset.

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

