8000
There was an error while loading. Please reload this page.
coord_radial
Currently only the y axis title moves
library(tidyverse) mpg |> ggplot() + geom_boxplot(aes(x = class, y = displ)) + coord_radial() + scale_y_continuous(position = "right")
Created on 2024-03-02 with reprex v2.1.0
Currently only the y axis title moves
Created on 2024-03-02 with reprex v2.1.0