Wrong position of outliers

##position of outlier 0.24 NOK
ggplot(allData, aes(x = index, y = Val, fill = Tip)) +
geom_boxplot(outlier.colour = "red",
outlier.shape = 2,
outlier.size = 2) +
geom_text(aes(label=outlier), na.rm=TRUE, vjust=1.75)+
facet_wrap( ~ CAP, scales = 'free_x')+
scale_y_continuous(limits = c(0.2, 0.5), breaks = seq(0.2,0.5, 0.025))
image

I recommend you use more words to describe your issue

0.34 is below outlier and 0.24 left side

Thank you for clarifying your problem

We don't really have enough info to help you out. Could you ask this with a minimal REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.

If you've never heard of a reprex before, you might want to start by reading this FAQ:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.