python matplotlib畫圖是設定線寬

Mr.Jcak發表於2019-04-03

在畫圖時設定linewidth屬性

import matplotlib.pyplot as plt

plt.plot(x, y, linewidth=1)

 

相關文章