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
相关文章
相关标签/搜索