pyvista.examples.examples.load_channels#
- load_channels()[source]#
Load a uniform grid of fluvial channels in the subsurface.
- Returns:
pyvista.ImageData
Dataset.
Examples
>>> from pyvista import examples >>> dataset = examples.load_channels() >>> dataset.plot()
See also
- Channels Dataset
See this dataset in the Dataset Gallery for more info.