Do you want to open it at all? Dynamic@Panel@Plot[Sin[x (1 + Clock[2] x)], {x, 0, 6}]
– KubaJul 03 '16 at 17:00
1
@Kuba Amazing!!This not my original idea,but I think this deserve to post a answer.
– yodeJul 03 '16 at 17:18
If you want a continuously running animation that doesn't have the empty space of the Animate panel above it, I would use makeAnimation[Table[Plot[Sin[x (1+a x)],{x,0,6}],{a,0,2,.1}],{.05}], using my answer here.
– JensJul 03 '16 at 23:33
Dynamic@Panel@Plot[Sin[x (1 + Clock[2] x)], {x, 0, 6}]– Kuba Jul 03 '16 at 17:00Animatepanel above it, I would usemakeAnimation[Table[Plot[Sin[x (1+a x)],{x,0,6}],{a,0,2,.1}],{.05}], using my answer here. – Jens Jul 03 '16 at 23:33