Re: [R-SIG-Mac] R graphics not updating on Sonoma M3 Pro

2024-02-10 Thread Adrian Dușa
I confirm this happens on my M2 Max, with regular install from CRAN. Best, Adrian On Sat, Feb 10, 2024 at 5:06 AM Michael Grundler wrote: > Thank you. Yes, I can confirm the problem persists after re-installing > XQuartz and installing 4.3.2 from CRAN. > > On Fri, Feb 9, 2024 at 9:33 PM Roy Mend

Re: [R-SIG-Mac] R graphics not updating on Sonoma M3 Pro

2024-02-09 Thread Michael Grundler
Thank you. Yes, I can confirm the problem persists after re-installing XQuartz and installing 4.3.2 from CRAN. On Fri, Feb 9, 2024 at 9:33 PM Roy Mendelssohn - NOAA Federal wrote: > > Hi Michael: > > On Feb 9, 2024, at 6:00 PM, Michael Grundler wrote: > > I'm observing the behavior in Terminal r

Re: [R-SIG-Mac] R graphics not updating on Sonoma M3 Pro

2024-02-09 Thread Roy Mendelssohn - NOAA Federal via R-SIG-Mac
Hi Michael: > On Feb 9, 2024, at 6:00 PM, Michael Grundler wrote: > > I'm observing the behavior in Terminal running R 4.3.2 (from both > homebrew and macports) and in R.app running R 4.4.0 (development). While this may be problem in R (and also the advice given by Bryan Hanson to re-install

Re: [R-SIG-Mac] R graphics not updating on Sonoma M3 Pro

2024-02-09 Thread Bryan Hanson
Did you re-install XQuartz when you upgraded? Generally one needs to when upgrading. Bryan > On Feb 9, 2024, at 7:00 PM, Michael Grundler wrote: > > Hi all, > > I recently upgraded to a new Macbook Pro (Nov 23) with the M3 Pro chip > running Sonoma 14.3.1 and am experiencing some graphics is

[R-SIG-Mac] R graphics not updating on Sonoma M3 Pro

2024-02-09 Thread Michael Grundler
Hi all, I recently upgraded to a new Macbook Pro (Nov 23) with the M3 Pro chip running Sonoma 14.3.1 and am experiencing some graphics issues. plot(1:10) will open a graphics window just fine, but then calling points(1:10, col=2) will not update that plot (i.e., all the points are still black). B