using PyPlot x = [1,2] y = x plot(x,y) size(10,200) savefig("./test.png"). I tried also. savefig(". ... test.png",width=10,height=200).
確定! 回上一頁