Skip to content

Changing position of axis labes does not work #2029

Closed
@danton267

Description

@danton267
library(plotly)
library(ggplot2)

p <- ggplot(mtcars) +
  geom_point(aes(disp, mpg)) +
  scale_x_continuous(position = 'top')

ggplotly(p)

scale_x_continuous(position = 'top' should move x-labels to the top, however, it does nothing.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions