在 plot.zoo 中旋转 y 轴文本标签

问题描述

我想将 y-labs 的标签旋转为水平,没有 ggplot 就找不到答案。

有没有办法在 plot.zoo 中旋转它们?

我的意思是那些叫做系列 1:5 的标签,我用红色标出了它们。

data <- xts(matrix(rnorm(1000),ncol = 5),order.by = as.Date(1:200))
plot.zoo(data)

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)