Changing bar chart colors in python

前端 未结 0 939
粉色の甜心
粉色の甜心 2020-12-08 08:28
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         


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