pyvista.examples.downloads.download_lshape#
- download_lshape(load=True)[source]#
 Download LShape dataset in EnSight format.
- Parameters:
 - Returns:
 pyvista.MultiBlock|strDataSet or filename depending on
load.
Examples
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.