download_horse_points#
- download_horse_points(load=True)[source]#
Download horse points dataset.
- Parameters:
- Returns:
- output
pyvista.PolyData|str DataSet or filename depending on
load.
- output
Examples
>>> 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.