I am trying to plot a scatter plot on top of a bar plot using sns.scatterplot()
and df.plot(kind='bar')
; The figure turns out to be fine, but it would be even nicer if I can align each of the scatter points to its corresponding bar with an identical label.