Plotter3D class
Parent class
Class doc
- class femedu.plotter.Plotter3D.Plotter3d
 class: representing a Plotter object
- addForces(axs)
 add nodal forces to the plot shown in axs
- Parameters:
 axs – axis on which to plot
- displacementPlot(file=None)
 Create a deformed 3d system plot
If file is given, store the plot to that file. Use proper file extensions to indicate the desired format (.png, .pdf)
- Parameters:
 file – filename (str)
- valuePlot(deformed=False, file=None)
 Create a plot using colors to identify magnitude of internal force.
If file is given, store the plot to that file. Use proper file extensions to indicate the desired format (.png, .pdf)
- Parameters:
 deformed – True | False
file – filename (str)