# Examples from pyvista.examples.examples.load_spline
# ===================================================

from pyvista import examples
spline = examples.load_spline()
spline.plot()

# SEE ALSO:
#     Spline Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#spline-dataset
#     See this dataset in the Dataset Gallery for more info.

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

