Lines keep showing up in my graph. Why is this happening? How do I get rid of them?

前端 未结 0 1454
攒了一身酷
攒了一身酷 2020-12-30 02:01
role = DMGC_combined_df[\'Primary Role\']

wins = DMGC_combined_df[\'wins\']

plt.bar(role,wins)

plt.xlabel("Primary Role")

plt.ylabel("Wins")
         


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