Julia语言PyPlot包绘图_2020-03-17Tu

1. 安装PyPlot包it using Pkggrid Pkg.add("PyPlot")im 2.绘制折线图img usingPyPlotco x=1:50ab xlabel("x") y=rand(50) ylabel("y") title("base plot") grid("on") plot(x,y)   3.绘制手绘风格的曲线图 x=1:10 xlabel("x") y=ones(1
相关文章
相关标签/搜索