Simon Danisch / Oct 16 2018
PyPlot
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
pkg"add PyPlot StaticArrays"
using PyPlot fig = figure(); plot(rand(10), rand(10)) fig
using PyPlot fig = figure(); plot(rand(10), rand(10)) fig