pyvista.examples.downloads.download_wavy#
- download_wavy(load=True)[source]#
Download PVD file of a 2D wave.
- Parameters:
- Returns:
pyvista.MultiBlock
|str
DataSet or filename depending on
load
.
Examples
>>> 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.