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