Currently only the y axis title moves ``` r library(tidyverse) mpg |> ggplot() + geom_boxplot(aes(x = class, y = displ)) + coord_radial() + scale_y_continuous(position = "right") ``` <!-- --> <sup>Created on 2024-03-02 with [reprex v2.1.0](https://reprex.tidyverse.org)</sup>