Skip to content

Could the x and y axis position move when coord_radial is used? #5735

Closed
@davidhodge931

Description

@davidhodge931

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

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