matplotlib绘图命令折线图plot,柱状图bar,直方图hist,饼图pie,散点图scatter
①折线图plot1.绘制折线图—单个坐标系importmatplotlib.pyplotaspltimportrandomplt.rcParams['font.sans-serif']=['SimHei']#用来正常显示中文标签plt.rcParams['axes.unicode_minus']=False#用来正常显示负号plt.figure(figsize=(20,8),dpi=80)#设置画