Which package changes the streaming to the plot (dynamically)?

Which package changes the streaming to the plot (dynamically)?
is it possibile ?
paul

Plots.jl. Just use plot!

1 Like

Thx, is very interesting .
I am reading the page https://juliaplots.github.io/ and unfortunatly no
info about workin in real time (with stream or with the loop). Do You
can show me any sample ?
Paul

W dniu 2017-01-19 17:46, Christopher Rackauckas pisze:

using Plots
plot(rand(4,4))
plot!(rand(4,4))
1 Like