Replies: 1 comment
-
What version of Positron are you using? We've fixed a number of issues related to Here's where you can get newer builds: https://github.com/posit-dev/positron/tags |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running hist(), I get "figure margins too large".
Originally, I had 5 histograms stacked on top of each other. In RStudio, I can adjust the graphics parameters to allow this with
par(mfrow = c(5, 1))
I can't get the same to run in Positron, even if I reset graphics, and readjust params to specify
par(mfrow = c(1, 1))
and run only 1 histogram
hist(hist_list_me)
I've maxed out the plots panel to the full extent of a 27" monitor, and tried to adjust the zoom as well, but I'm stuck getting:
Both RStudio and Positron are running the same instance of R 4.4.3.
Has anyone figured this out?
Beta Was this translation helpful? Give feedback.
All reactions