pyvista.Cell.plot#
- Cell.plot(**kwargs)[source]#
Plot this cell.
- Parameters:
- **kwargs
dict
,optional
See
pyvista.plot()
for a description of the optional keyword arguments.
- **kwargs
Examples
>>> from pyvista import examples >>> mesh = examples.load_hexbeam() >>> cell = mesh.get_cell(0) >>> cell.plot()