download_wavy#
- download_wavy(load: bool = True) MultiBlock | str[source]#
Download PVD file of a 2D wave.
- Parameters:
- Returns:
- output
pyvista.MultiBlock|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_wavy()
>>> dataset.plot()
See Also#
- Wavy Dataset
See this dataset in the Dataset Gallery for more info.
Used In#
Docstring Examples
DataSet.max_cell_dimensionality(1 use)PVDReader(1 use)
Gallery Examples