download_grey_nurse_shark#
- download_grey_nurse_shark(load: bool = True) PolyData | str[source]#
Download grey nurse shark dataset.
Added in version 0.45.
Model by rogerpeng1 on Thingiverse, licensed under Creative Commons Attribution-ShareAlike (CC BY-SA 3.0).
Note
The ShareAlike clause requires derivative works to be distributed under the same license. Incorporating this mesh into a proprietary or differently-licensed work may be restricted.
Required attribution: Grey Nurse Shark by rogerpeng1 (thingiverse.com/thing:137954), licensed under CC BY-SA.
- 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=(-200, -100, -16.0),
... focal_point=(-20.0, 20.0, -2.00),
... viewup=(0.00, 0.00, 1.00),
... )
>>> dataset = examples.download_grey_nurse_shark()
>>> dataset.plot(cpos=cpos, smooth_shading=True)
See also
- Grey Nurse Shark Dataset
See this dataset in the Dataset Gallery for more info.
- Shark Dataset
Similar dataset.
- Great White Shark Dataset
Similar dataset.