You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking the bar chart as an example, the errorbar can only show half of it when the error bar is plotted first and then the bar, but that doesn't work if the fill has transparency, I started to turn to your upper_errorbar in ggadd(), but found out that it really just means that ymin=mean, which is the same as the effect of geom_errorbar(aes(ymin=mean,ymax=mean+sd)) in ggplot2, and not really the half of the above errorbar, which is supposed to look like a letter T
The text was updated successfully, but these errors were encountered:
Taking the bar chart as an example, the errorbar can only show half of it when the error bar is plotted first and then the bar, but that doesn't work if the fill has transparency, I started to turn to your
upper_errorbar
inggadd()
, but found out that it really just means thatymin=mean
, which is the same as the effect ofgeom_errorbar(aes(ymin=mean,ymax=mean+sd))
in ggplot2, and not really the half of the above errorbar, which is supposed to look like a letter TThe text was updated successfully, but these errors were encountered: