Franklin + GR

Examples

animation

using GR

GR.inline("mov")
x = collect(0:0.01:2*pi)
for i = 1:100
    GR.plot(x, sin.(x .+ i / 10.0), size=(400,300))
end

s = GR.show()
CC BY-SA 4.0 The Oracle. Last modified: September 13, 2023. Website built with Franklin.jl and the Julia programming language.