Simon Danisch / Oct 16 2018

PyPlot

pkg"add PyPlot StaticArrays"
using PyPlot
fig = figure(); 
plot(rand(10), rand(10))
fig
using PyPlot
fig = figure(); 
plot(rand(10), rand(10))
fig