I'm trying to remove only the Y-axis of a boxplot I am making using the graphics package in R. I am doing so in order to create my own custom Y-axis.
Setting axes=F is not helpful, as both axes get removed this way.
I was wondering if there is any solution to this. Using graphics or base-r is a must, can't use ggplot.