Re: [R-SIG-Mac] Problem with dot chart examples in my Mac

2021-02-07 Thread David Carlson
MacOS 11.2 R version 4.0.3 Patched (2021-01-30 r79912) XQuartz 2.8.0_beta3 I get the same result. If I use Command Left Arrow/Command Right Arrow, the plot appears so it is getting to the graphics device's history. Alternatively, maximizing the XQuartz window causes the plot to appear and it remai

Re: [R-SIG-Mac] Problem with dot chart examples in my Mac

2021-02-07 Thread Gregory Coats via R-SIG-Mac
Tom Hopper, On Jan 8, 2021, I first reported that R on Mac gave the error message you reported today. We R Mac users are all getting this error. It is now a month later. I am not aware of any fix. Greg Coats 2021-01-07 22:58:42.997 R[8311:37566] Warning: Expected min height of view: () to be l

Re: [R-SIG-Mac] Problem with dot chart examples in my Mac

2021-02-07 Thread Tom Hopper
I'm seeing the same problem in R 4.0.3 GUI 1.73 Catalina build (7892) on macOS 11.2 with the following commands: > data("VADeaths") > dotchart(VADeaths, main = "Death Rates in Virginia - 1940") I'm also seeing the following error: > 2021-02-07 14:41:15.950 R[4408:267051] Warning: Expected min he

[R-SIG-Mac] Problem with dot chart examples in my Mac

2021-02-07 Thread Parkhurst, David F.
I�m trying to see the result of the dotchart example, i.e. dotchart(VADeaths, main = "Death Rates in Virginia - 1940"). When I enter that and hit return, a blank Quartz 2 [*] window comes up. I�ve checked, and the VADeaths data are present. What should I do to actually see the result of that ca