11  使用 Plots.jl 绘图

本节运行环境配置
import Pkg; Pkg.activate("..")
using Plots
plot(1:10, rand(10))

使用 Plots.jl 绘制折线图(后端为 GR)