download_honolulu#
- download_honolulu(load: bool = True) PolyData | str[source]#
Download honolulu 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_honolulu()
>>> dataset.plot(
... scalars=dataset.points[:, 2],
... show_scalar_bar=False,
... cmap='gist_earth',
... clim=[-50, 800],
... )
See also
- Honolulu Dataset
See this dataset in the Dataset Gallery for more info.