PyPlot.jl icon indicating copy to clipboard operation
PyPlot.jl copied to clipboard

how to animate pyplot() bexkend ? While not woers lik in gr()!

Open programistawpf opened this issue 6 years ago • 2 comments

How to animate pyplot() beckend ? While not woers lik in gr()!

using Plots ; pyplot()
for i=1:20
display(plot(rand(50)))
end

Only last plot is displayed (Unfortunatly I cant to use gr() beckend on win 7 :/) Paul

programistawpf avatar Feb 08 '19 06:02 programistawpf

You can add sleep(0.3) in your loop.

MaxandreJ avatar Feb 26 '19 23:02 MaxandreJ

Thanks it worikin :)

programistawpf avatar Mar 13 '19 14:03 programistawpf