pyvista.Cell.plot#

Cell.plot(**kwargs)[source]#

Plot this cell.

Parameters:
**kwargsdict, optional

See pyvista.plot() for a description of the optional keyword arguments.

Examples

>>> from pyvista import examples
>>> mesh = examples.load_hexbeam()
>>> cell = mesh.get_cell(0)
>>> cell.plot()
../../../_images/pyvista-Cell-plot-1_00_00.png