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.
Currently, widgets are very are to move. Manual placement does not use
plt.subplots_adjustand knowing the values to place intoplt.Axes([...])is annoying.My main idea is to have
left, right, top, bottompadding kwargs toAnimation.timeline_sliderandAnimation.toggle.