My bar chart is not showing all of the bars in color and would like each to be the same

前端 未结 0 813
陌清茗
陌清茗 2020-12-08 10:56
fig2 = plt.figure(figsize=(8,6))
ax = plt.subplot()
ax.bar(dfdin[\'Date\'], dfdin[\'drop\'])
plt.title("Seated Diner by Reservation", fontsize = 15)
plt.yl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题