How to increase size of plot using 'ax' and ensure that 'y'-axis ticks are actual values instead of 'le11'

前端 未结 0 1110
一个人的身影
一个人的身影 2020-12-04 16:55

I am trying to plot a bar graph using a dataframe, and I used the below code:

def add_line(ax, xpos, ypos):
    line = plt.Line2D([xpos, xpos], [ypos + .1, yp         


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