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
相關文章
相關標籤/搜索