[R-SIG-Mac] Miniature plot windows
Wright, Erik Scott
ESWRIGHT @end|ng |rom p|tt@edu
Mon Jan 22 15:41:26 CET 2024
Hi all,
I recently upgraded to a new Macbook Pro (Nov 23). Now every plot is miniaturized.
For example, my screen measures about 13.5" x 8.8" with a ruler. When I create a new plot with plot(1:10) or quartz(height=7, width=7), the plot measures 2.0" x 2.0".
It is simple enough to initialize larger plot windows with dev.new or quartz(height=24.5, width=24.5), but the points and font stay miniaturized. Of course, I could rescale every single plot feature by 3.5-fold, but that seems like an inefficient solution.
Any suggestions would be appreciated.
Erik
R version 4.3.2 (2023-10-31)
Platform: aarch64-apple-darwin20 (64-bit)
Running under: macOS Sonoma 14.2.1
More information about the R-SIG-Mac
mailing list