RStudio stopped showing plots in the plot pane

Hi,

plots are not showing up in the 'plots' area

I tried

   Tools->Global Options->Rmarkdown
    In "Show output preview in" select "Viewer Pane"
    Uncheck the box "Show output inline for all R Markdown documents"

Also, tried

dev.off()
print(plot(1)) # Basically use print command once

But, did not work

I run

capabilities()
grSoftVersion()

Could you please help me on this issue?
Thanks

Hi,

After updating my RStudio, it appears that the issue has been resolved as the plot is now visible in the plot panel

I'm glad you solved your problem. Just to clarify, very likely the RStudio version you were using didn't support the graphics engine of the (probably newer) R version you have installed and you solved the problem by updating RStudio.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.