AttributeError: 'BarContainer' object has no attribute 'yaxis'

前端 未结 0 1105
眼角桃花
眼角桃花 2021-01-29 10:12

I have plotted a bar plot. I want the yaxis display values in percentage.

My code:

import matplotlib.ticker as mtick

df = 
     name    qty
0    Aple    2         


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