download_cells_nd#
- download_cells_nd(load: bool = True) UnstructuredGrid | str[source]#
Download example AVS UCD dataset.
- Parameters:
- Returns:
- output
pyvista.UnstructuredGrid|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_cells_nd()
>>> dataset.plot(cpos='xy')
See also
- Cells Nd Dataset
See this dataset in the Dataset Gallery for more info.