-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ggsave doesn't save the plot, though it displays fine - also crashes plot viewer. #3974
Comments
Since this seems to be an issue with a ggalt extension I'd suggest you open the issue there. If it turns out that this is indeed an issue from ggplot2 you are welcome to reopen |
I have raised at ggalt (hrbrmstr/ggalt#70) I've done some additional testing with the code from geom_xspline() help file to identify:
|
This is a ggalt problem, ggsave isn’t only a wrapper around opening and closing a graphic device |
I have the same problem with ggsave() using ggpattern::geom_rect_pattern() in the plot |
The plot viewer crash occurs on my computer in Rstudio, in the Rgui, and on Rstudio cloud, due to some interaction with geom_xspline() when ggsave() is called- the plot is not saved, even though it displays fine.
See cloud project here (https://rstudio.cloud/project/1219353).
The text was updated successfully, but these errors were encountered: