自动绘图没有正确选择绘图的厚度

问题描述

让我们考虑由 autoplot 创建的非常简单的图:

library(ggplot2)
library(quantmod)



start <- as.Date("2013-01-01")
end <- as.Date("2016-10-01")
# Apple stock
getSymbols("AAPL",src = "yahoo",from = start,to = end) 
autoplot(Cl(AAPL),size = 1)

enter image description here

正如您在上面看到的那样,自动绘图选择了最适合绘图的选项,而我选择了 size = 1。您知道问题出在哪里以及如何解决吗?

解决方法

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

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

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