Skip to content

Could the y axis title be moved with the axis when coord_radial(r_axis_inside = TRUE)?  #5734

@davidhodge931

Description

@davidhodge931

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions