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). BUT after calling plot(1:10) again and navigating back to the previous plot I can suddenly see the updated plot (i.e., all the points are now red). 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). Any help would be appreciated Mike
R graphics not updating on Sonoma M3 Pro
5 messages · Michael Grundler, Bryan Hanson, Roy Mendelssohn - NOAA Federal +1 more
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 <mcgrundler at gmail.com> 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 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). BUT after calling plot(1:10) again and navigating back to the previous plot I can suddenly see the updated plot (i.e., all the points are now red). 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). Any help would be appreciated Mike
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac
============= Bryan A. Hanson Prof. Emeritus, DePauw University Chemistry & Biochemistry hanson at depauw.edu profbryanhanson at gmail.com Nerdy blog: ChemoSpec.org I?m at GMT -7 year round
Hi Michael:
On Feb 9, 2024, at 6:00 PM, Michael Grundler <mcgrundler at gmail.com> 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 XQuartz), generally if you are installing from MacPorts or homebrew you are on your own as for help from here. I would also suggest installing from CRAN, and if the problem still persists after re-installing XQuartz, then report the issue. There could be subtle differences in how R gets built in homebrew or MacPorts, (there also may not be) but the people most likely to be able to know how to answer this can?t be certain if there are differences and surely do not have the time to find out. HTH, -Roy
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
<roy.mendelssohn at noaa.gov> wrote:
Hi Michael: On Feb 9, 2024, at 6:00 PM, Michael Grundler <mcgrundler at gmail.com> 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 XQuartz), generally if you are installing from MacPorts or homebrew you are on your own as for help from here. I would also suggest installing from CRAN, and if the problem still persists after re-installing XQuartz, then report the issue. There could be subtle differences in how R gets built in homebrew or MacPorts, (there also may not be) but the people most likely to be able to know how to answer this can?t be certain if there are differences and surely do not have the time to find out. HTH, -Roy
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 <mcgrundler at gmail.com> 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 Mendelssohn - NOAA Federal <roy.mendelssohn at noaa.gov> wrote:
Hi Michael: On Feb 9, 2024, at 6:00 PM, Michael Grundler <mcgrundler at gmail.com>
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 XQuartz), generally if you are installing from MacPorts or homebrew you are on your own as for help from here. I would also suggest installing from CRAN, and if the problem still persists after re-installing XQuartz, then report the issue. There could be subtle differences in how R gets built in homebrew or MacPorts, (there also may not be) but the people most likely to be able to know how to answer this can?t be certain if there are differences and surely do not have the time to find out.
HTH, -Roy
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac