# Examples from pyvista.examples.examples.load_sphere_vectors
# ===========================================================

from pyvista import examples
mesh = examples.load_sphere_vectors()
mesh.point_data

# SEE ALSO:
#     Sphere Vectors Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#sphere-vectors-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

