download_gpr_path#
- download_gpr_path(load: bool = True) PolyData | str[source]#
Download GPR example path.
- 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_gpr_path()
>>> dataset.plot()
See Also#
- Gpr Path Dataset
See this dataset in the Dataset Gallery for more info.
Used In#
Docstring Examples
fit_line_to_points(1 use)
Gallery Examples