Makie inplace plot recipe

Ok. If the first argument is Axis instead of Figure, multiple executions work without errors.

fig = Figure() 
ax = fig[1, 1] = Axis(fig)
myplot(ax, rand(10), rand(10), plot_color=:black)
myplot(ax, rand(10), rand(10), plot_color=:green)