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

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

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