【发布时间】:2021-06-09 22:24:17
【问题描述】:
我尝试过在 gganimate 中更改从限制到单组到更改 fps 的几件事。还没有成功。谁能弄清楚为什么我的 gif 看起来像这样
totalnew$Date <- tsibble::yearmonth(totalnew$Date)
p3 <- ggplot(totalnew, aes(x = Date, y = value, colour = ecotype)) +
geom_line() +
ggtitle("Monthly Methane Emissions") +
# theme(legend.position = "bottom") +
transition_reveal(as.Date(Date))
动画(p3,高度 = 800,宽度 =800)
【问题讨论】:
-
是的,这是同样的问题。有人可以提出问题吗?我确实使用带有 i5 和 8 GB 内存的非常旧的 2013 Mac Pro
标签: r datetime ggplot2 time-series gganimate