download_horse_points#
- download_horse_points(load: bool = True) PolyData | str[source]#
Download horse points dataset.
- Parameters:
- Returns:
- output
pyvista.PolyData|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_horse_points()
>>> dataset.plot(point_size=1)
See also
- Horse Points Dataset
See this dataset in the Dataset Gallery for more info.
- Farthest Point Sampling
Example using this dataset.