load_channels#
- load_channels()[source]#
Load a uniform grid of fluvial channels in the subsurface.
- Returns
pyvista.UniformGrid
Dataset.
Examples
>>> from pyvista import examples >>> dataset = examples.load_channels() >>> dataset.plot()
Load a uniform grid of fluvial channels in the subsurface.
pyvista.UniformGrid
Dataset.
Examples
>>> from pyvista import examples
>>> dataset = examples.load_channels()
>>> dataset.plot()