RStudio stopped showing plots in the plot pane and opened in new window.

Hello,

Rstudio suddenly stopped showing plots in the plot pane, Instead they open in a new window.

How can i solve this problem?

Hi Bedo!

Can you share the output of
.Options$device

and of
dev.list()

I think you might have some graphical devices initialized and thus your plots are being rendered there.

If this is the case, simply running
dev.off()
should do the trick.

Hope this helps :slight_smile:
Cheers!


This post was published by an Appsilon team member. Our company can help you get the most out of RShiny and Posit/RStudio products.

Check our open positions here.

Appsilon: Building impactful RShiny Dashboards and providing R coding services.
Appsilon_GIFsmall_whitebg

Hello,

thanks for your replay.

This is my result for .options$device()


as you see, it opened also in another window, but was empty.

this one is result for dev.list() and dev.off()

This topic was automatically closed 42 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.