plot_deflection_animated (method)

plot_deflection_animated(self, label=None, index=None, indices=None, clim=None, factor=None, field_name=None, is_time=False, ifreq=None, gif_name='animation.gif', gif_path='./', title='')[source]

Create the gif of the animated operational deflection shape.

Parameters
  • self (MeshSolution) – a MeshSolution object

  • label (str) – a label

  • index (int) – an index

  • indices (list) – list of the points to extract (optional)

  • clim (list) – a list of 2 elements for the limits of the colorbar

  • factor (float) – factor to multiply vector field

  • field_name (str) – title of the field to display on plot

  • gif_name (str) – name of the gif file (should end with .gif)

  • gif_path (str) – path where gif will be saved