I\'m trying to make a plot using geom_box. My current code is:
ggplot()+ geom_boxplot(aes(x=Condition,y=pct,color = Condition), data=all_sub2_eyes)+ geom_