You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, widgets are very are to move. Manual placement does not use plt.subplots_adjust and knowing the values to place into plt.Axes([...]) is annoying.
My main idea is to have left, right, top, bottom padding kwargs to Animation.timeline_slider and Animation.toggle.
The text was updated successfully, but these errors were encountered:
Currently, widgets are very are to move. Manual placement does not use
plt.subplots_adjust
and knowing the values to place intoplt.Axes([...])
is annoying.My main idea is to have
left, right, top, bottom
padding kwargs toAnimation.timeline_slider
andAnimation.toggle
.The text was updated successfully, but these errors were encountered: