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()
https://d33wubrfki0l68.cloudfront.net/0b3883904529da3affad64bf1822644d27834e1c/036e4/_images/pyvista-cell-plot-1_00_00.png