RStudio suddenly stopped showing plots in the plot pane

后端 未结 8 1267
一生所求
一生所求 2021-02-04 03:59

RStudio is not showing the generated plots in the plot pane anymore. Instead they open in a separate file with the name "Quartz". Here\'s my session info.:



        
8条回答
  •  误落风尘
    2021-02-04 04:44

    I am working with Rmarkdown, and in my case I solved this problem like this:

    1. Go to Tools->Global Options->Rmarkdown

    2. In "Show output preview in" select "Viewer Pane"

    3. Uncheck the box "Show output inline for all R Markdown documents"

提交回复
热议问题