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