R Studio not loading any plots

R Studio suddenly won't load any plots. I've tried reinstalling packages, R studio, R Cran, Restarting my laptop. Nothing works. It just loads infinitely without any error message.

Welcome to the forum.

Does this mean if you do something like

plot(x, y)

or

ggplot ( mydata, aes(x, y)) + geom_point()

you simply get a processing signal?

We probably should see some code and sample data. See this FAQ

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.