load_structured#
- load_structured() StructuredGrid[source]#
Load a simple StructuredGrid.
- Returns:
pyvista.StructuredGridDataset.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.load_structured()
>>> dataset.plot()
See also
- Structured Dataset
See this dataset in the Dataset Gallery for more info.