statannot
statannot copied to clipboard
barplot, correct y position of annotation line
In the current implementation, in the case of a barplot, the y positions are computed based on the real data points. This makes sense in the case of the boxplot, where all the data points are plotted. However, the final seaborn barplot output is composed of the bar + error bars. We should only take into account the y position of the error bars.
Example:
Is there a way to manually set the position? I'm facing this problem both with barplots and boxplot without outliers...
I have the same problem