-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
using DynamicalBilliards, PyPlot
bd = billiard_bunimovich()
animate_evolution(randominside(bd), bd, 100)
this doesn't work in Jupytter, it only shows the final "state" of the plot.
The function of reference is here: https://github.com/JuliaDynamics/DynamicalBilliards.jl/blob/master/src/plotting/animations.jl
and uses
line[:set_xdata](xpd)
line[:set_ydata](ypd)
on a line, = plot(...)
. This is how the animation is done.
I have no clue how to fix it.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
estradilua