Closed
Description
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
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