Python 數據可視化——Matplotlib

原始數據展示(這張表記錄了某個公園的火災情況,X和Y代表的是座標位置,area代表的是燒燬面積) import pandas forest_fires = pandas.read_csv('forest_fires.csv') print(forest_fires.head(5))   在使用matplotlib庫的時候,都會默認地縮寫爲plt import matplotlib.pyplot
相關文章
相關標籤/搜索