using Plots pyplot() p=plot(rand(2), rand(2), rand(2), seriestype=:path) plot!(p, [1.0], [0.5], [1.0], seriestype=:scatter) 'c' argument looks like a single numeric RGB or RGBA sequence, which should ...