Julia:juliaPro1.0.1 Plots画图并保存

julia> using Plots

julia> gr()
Plots.GRBackend()

julia> plot(rand(10),rand(10))

julia> savefig("1.png")

julia>

猜你喜欢

转载自blog.csdn.net/chd_lkl/article/details/83098168