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

from pyvista import examples
dataset = examples.download_horse()
dataset.plot(smooth_shading=True)

# SEE ALSO:
#     Horse Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#horse-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Horse Points Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#horse-points-dataset
#     Disabling Mesh Lighting https://docs.pyvista.org/examples/04-lights/mesh_lighting.html#mesh-lighting-example
#     Example using this dataset.

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

