绘制横向条形图:plt.barh(x,y,height=0.2,color="red",label="第一天")#x,y为横纵坐标数据,height设置条形图的宽度,color设置条形图颜色,label ...
確定! 回上一頁