I haven't heard of `drawnow`, but AFAIK the best solution for plotting animations is Plots.jl <http://plots.readthedocs.io/en/latest/>
On Friday, May 27, 2016 at 4:20:17 PM UTC-4, new to Julia wrote: > > Hi all: > > In matlab, I can make a movie by simply using drawnow for all time k. I > want to do something similar in Julia, and I find that when I use drawnow > in Julia, and the figure does not plot a continuous movie. > > I am wondering that how to fix it? Thank you very much! > > >
