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.
- Load data using a Reader
Example using this dataset.