matplotlib使用小幫手--給曲線添加標題
plt.figure() plt.plot(DATA1, label='LABEL1') plt.plot(DATA2, label='LABEL2') plt.legend(POSITION ...
plt.figure() plt.plot(DATA1, label='LABEL1') plt.plot(DATA2, label='LABEL2') plt.legend(POSITION ...