plot_beam#
- plot_beam(notebook=None)[source]#
Plot a beam with displacement.
- Parameters:
- notebookbool,
optional When
True, the resulting plot is placed inline a jupyter notebook. Assumes a jupyter console is active.
- notebookbool,
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import demos
>>> demos.plot_beam()