download_shark#
- download_shark(load: bool = True) PolyData | str[source]#
Download shark 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
>>> import pyvista as pv
>>> cpos = pv.CameraPosition(
... position=(-2.3195e02, -3.3930e01, 1.2981e02),
... focal_point=(-8.7100e00, 1.9000e-01, -1.1740e01),
... viewup=(-1.4000e-01, 9.9000e-01, 2.0000e-02),
... )
>>> dataset = examples.download_shark()
>>> dataset.plot(cpos=cpos, smooth_shading=True)
See also
- Shark Dataset
See this dataset in the Dataset Gallery for more info.
- Great White Shark Dataset
Similar dataset.
- Grey Nurse Shark Dataset
Similar dataset.