import Pkg; Pkg.activate("..") using Gadfly
plot(x = 1:10, y = rand(10), Geom.line)
使用 Gadfly.jl 绘制折线图