Simon Danisch / Sep 07 2018
Remix of Julia by Nextjournal

Plots.jl GR

ENV["GKSwstype"] = "svg"
Pkg.pkg"add Plots GR; precompile"
using Plots; gr()
scatter(rand(10), rand(10))