Plotter class

Parent class

Class doc

class femedu.plotter.Plotter.Plotter

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, **kwargs)

Create a deformed 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)

setDisplacements(disp)
Parameters:

disp

setMesh(vert, lines)
Parameters:
  • vert

  • lines

setReactions(R)
Parameters:

R – list or tuple of nodal force vectors

setValues(vals)
Parameters:

vals

valuePlot(deformed=False, file=None, **kwargs)

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)