using AbstractPlotting scene = Scene() # initialize the stepper and give it an output destination st = Stepper(scene, "output") lines!(scene, rand(50)/3, color = :purple, linewidth = 5) step!(st) scatter!(scene, rand(50), color = :orange, markersize = 1) step!(st)