pyvista.examples.downloads.download_structured_grid_two#
- download_structured_grid_two(load=True)[source]#
Download structured grid two dataset.
- Parameters:
- Returns:
pyvista.StructuredGrid
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> dataset = examples.download_structured_grid_two() >>> dataset.plot(show_edges=True)
See also
- Structured Grid Two Dataset
See this dataset in the Dataset Gallery for more info.