ggplot2 ggsave function causes graphics device to not display plots

前端 未结 1 1481
深忆病人
深忆病人 2020-12-18 03:15

I\'ve updated my ggplot2 library and I am now having a problem where after calling ggsave, the graphics device no longer displays the plot. I\'m unable to resolve the issue

相关标签:
1条回答
  • 2020-12-18 03:56

    Seems to be an issue with RStudio. The issue is described here and here.

    The workaround is to install RStudio V0.97.311, or ensure that you execute the ggplot and ggsave lines separately (i.e. don't select and run together in a block with control+enter).

    0 讨论(0)
提交回复
热议问题