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

from pyvista import examples
dataset = examples.download_horse_points()
dataset.plot(point_size=1)

# SEE ALSO:
#     Horse Points Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#horse-points-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Horse Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#horse-dataset
#     Farthest Point Sampling https://docs.pyvista.org/examples/01-filter/farthest_point_sampling.html#farthest-point-sampling-example
#     Example using this dataset.

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

