用ggplotly旋转轴标题

时间:2016-10-26 08:01:42

标签: r ggplot2 plotly

使用angle,可以使用element_text library(ggplot2) gg <- ggplot(data.frame(x=1:5, y=rnorm(5)), aes(x=x, y=y)) + geom_point() + theme(axis.title.y = element_text(size = rel(1.8), angle = 0)) 参数旋转轴标题:

ggplotly

enter image description here

但是当我将此图形转换为带有library(plotly) ggplotly(gg) 的图形图形时,轴标题不会旋转:

> packageVersion("ggplot2")
[1] ‘2.1.0’
> packageVersion("plotly")
[1] ‘4.5.2’

enter image description here

有没有办法旋转轴标题?

UIAlertViewDelegate

0 个答案:

没有答案