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