load_channels#
- load_channels() ImageData[source]#
Load a uniform grid of fluvial channels in the subsurface.
- Returns:
pyvista.ImageDataDataset.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.load_channels()
>>> dataset.plot()
See Also#
- Channels Dataset
See this dataset in the Dataset Gallery for more info.
Used In#
Docstring Examples
DataSetFilters.color_labels(1 use)DataSetFilters.split_values(1 use)ImageDataFilters.contour_labels(1 use)Plotter.add_line_widget(1 use)Plotter.add_mesh_slice(1 use)WidgetComponent.add_line_widget(1 use)WidgetComponent.add_mesh_slice(1 use)
Gallery Examples