download_foot_bones#
- download_foot_bones(load: bool = True) PolyData | str[source]#
Download foot bones 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_foot_bones()
>>> dataset.plot()
See Also#
- Foot Bones Dataset
See this dataset in the Dataset Gallery for more info.
Used In#
Docstring Examples
DataSetFilters.color_labels(1 use)PolyDataFilters.smooth_taubin(1 use)
Gallery Examples