pyvista.examples.downloads.download_cells_nd#
- download_cells_nd(load=True)[source]#
Download example AVS UCD dataset.
- Parameters:
- Returns:
pyvista.UnstructuredGrid
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> dataset = examples.download_cells_nd() >>> dataset.plot(cpos="xy")
See also
- CellsNd Dataset
See this dataset in the Dataset Gallery for more info.