u-anurag / OpenSeesPy

OpenSeesPy-Visualization: This branch is to work on Plotting commands to Python-based visualization of OpenSees models.
https://openseespydoc.readthedocs.io/en/latest/src/Plotting_Development_Guide.html
5 stars 2 forks source link

Updated Animations to display time, other small patches #60

Closed cslotboom closed 4 years ago

cslotboom commented 4 years ago

Made the following changes:

  1. Sliders now work with time instead of animation frame.
  2. Added more space bellow plots so that the slider doesn't overlap with the axis text.
  3. Changed the variable is_manual to is_paused to be more explicit
  4. removed repeat=False from animation
  5. made the animation turn on or off from a click anywhere (it used to only turn off if you clicked the slider).
  6. Fixed a bug in the fiber animator where time wasn't being updated properly if the user specified a reduction factor.
  7. Updated some documentation.