Error due to ggsave(limitsize=TRUE)
- how to work around this?
#316
Replies: 2 comments 3 replies
-
Hi @gedkitchener-CT |
Beta Was this translation helpful? Give feedback.
-
This should be fixed now with the new commit. please reinstall and test. eb0dc8e |
Beta Was this translation helpful? Give feedback.
-
Hiya, I have set a high-ish number of
context_vars
- as such the prophet decomposition makes many plots (~20), which is making the plot height exceed 50 inches, and makes my script error out.This is frustrating. The model works just fine, but because of this non-vital aspect (plotting), no output gets written at all! It feels like baking a beautiful cake, but because my camera can't fit the whole cake in shot, the cake just vanishes! "Oi, where's my cake gone!"
I've been killing myself all day trying to find a solution. Admittedly, I am new to R, so I'm probably missing something obvious.
I'm fairly certain it's down to the
limitsize=TRUE
default argument inggsave()
.So please, can someone tell me how to change the default in
ggsave()
to belimitsize=FALSE
. I'm quietly confident this will solve my problems.ggplot2
library(Robyn)
?Beta Was this translation helpful? Give feedback.
All reactions