download_lshape#
- download_lshape(load: bool = True) MultiBlock | str[source]#
Download LShape dataset in EnSight format.
- Parameters:
- Returns:
- output
pyvista.MultiBlock|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
Load and plot the dataset.
>>> from pyvista import examples
>>> mesh = examples.download_lshape()['all']
>>> warped = mesh.warp_by_vector(factor=30)
>>> warped.plot(scalars='displacement')
See also
- Lshape Dataset
See this dataset in the Dataset Gallery for more info.