matplotlib繪圖以及參數設置

1.matplotlib官方文檔 鏈接 2.matplotlib入門篇 import matplotlib.pyplot as plt plt.figure(figsize=(10,6)) x =[1,2,7] y =[5,7,4] plt.plot(x,y) plt.rcParams['font.sans-serif']=['SimHei'] plt.show() 繪製折線圖 適用場景:折線圖適
相關文章
相關標籤/搜索