julia> using Plots
julia> @gif for i in 1:10
scatter(rand(10),rand(10))
end
┌ Info: Saved animation to
└ fn = "/tmp/jl_DAZY9K.gif"
Plots.AnimatedGif("/tmp/jl_DAZY9K.gif")
That produces an animation (of course you can tune all details of those plots). But maybe your question isn’t clear.
Please read: Please read: make it easier to help you