Currently it stays put at at 3 o clock when coord_radial(r_axis_inside = TRUE)
.
Could it be moved with the axis?
library(tidyverse)
ggplot(mpg, aes(class, displ)) +
geom_boxplot() +
coord_radial(r_axis_inside = TRUE) +
theme_classic()

Created on 2024-03-02 with reprex v2.1.0