matplotlib畫時間序列圖

數據儲存在csv文件裏面,格式是這樣的 python 導入後直接開畫web import pandas as pd import matplotlib.pyplot as plt df = pd.read_csv(r'E:\python\wind.csv') plt.plot(df['time'],df['V1']) plt.ylabel(u'風速',fontproperties='SimHe
相關文章
相關標籤/搜索