python之matplotlib初級學習

‘’’ 假設一天中每隔2個小時氣溫分別是[15,13,14,5,17,20,25,26,27,22,18,15] ‘’’ from matplotlib import pyplot as plt x = range(2,25,2) y = [15,13,14,5,17,20,25,26,27,22,18,15] #圖形中漢字的處理代碼,開始 全局都是使用 import matplotlib fon
相關文章
相關標籤/搜索