julia> using Plots julia> gr() Plots.GRBackend() julia> plot(rand(10),rand(10)) julia> savefig("1.png") julia>