load_rectilinear#
- load_rectilinear() RectilinearGrid[source]#
Load a sample uniform grid.
- Returns:
pyvista.RectilinearGridDataset.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.load_rectilinear()
>>> dataset.plot()
See also
- Rectilinear Dataset
See this dataset in the Dataset Gallery for more info.