前言其实一年前就有想法好好学学python里的画图库matplotlib库,主要是因为每次 ... fig=plt.figure(num=1,figsize=(4,4)) ax=fig.add_subplot(111) ax.plot([1,2,3,4] ...
確定! 回上一頁