boxplots to compare variables

Difficult to say since there are ~ 25 screen colour layouts. Sounds like an error but we would need to see the output.

What we need is a FAQ: How to do a minimal reproducible example ( reprex ) for beginners
handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need.