issues
search
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:
Sliders now work with time instead of animation frame.
Added more space bellow plots so that the slider doesn't overlap with the axis text.
Changed the variable is_manual to is_paused to be more explicit
removed repeat=False from animation
made the animation turn on or off from a click anywhere (it used to only turn off if you clicked the slider).
Fixed a bug in the fiber animator where time wasn't being updated properly if the user specified a reduction factor.
Updated some documentation.
Made the following changes: