pyvista.examples.downloads.download_blow#
- download_blow(load=True)[source]#
Download blow dataset.
- Parameters:
- Returns:
pyvista.UnstructuredGrid
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> cpos = [ ... [71.96, 86.1, 28.45], ... [3.5, 12.0, 1.0], ... [-0.18, -0.19, 0.96], ... ] >>> dataset = examples.download_blow() >>> dataset.plot( ... scalars='displacement1', ... component=1, ... cpos=cpos, ... show_scalar_bar=False, ... smooth_shading=True, ... )
See also
- Blow Dataset
See this dataset in the Dataset Gallery for more info.