Re: [R-SIG-Mac] Grids not showing

2021-06-07 Thread Parkhurst, David
Ok, thanks.  As it happens, my old eyes are now seeing grids in the plots 
produced by and printed from my iMac.  I�d like to get them a little more 
prominent, and asking for ggplot help looks the way to go.

From: Simon Urbanek 
Date: Monday, June 7, 2021 at 4:46 PM
To: Parkhurst, David 
Cc: r-sig-mac@r-project.org 
Subject: Re: [R-SIG-Mac] Grids not showing
You may want to ask the ggplot help - since you provided zero details we can't 
tell (you didn't even say what kind of output you're looking at). I have no 
idea if that is related (since you didn't provide any code), but one common 
mistake is to use lwd=0 which leads to undefined behavior across devices (as 
documented).

Cheers,
Simon


> On Jun 8, 2021, at 2:22 AM, Parkhurst, David  wrote:
>
> Avi Gross has been helping me with ggplot lattice plots.  When he sends me 
> graphs he has created (on a windows computer I think), if I view those on my 
> iPad I can see a vague grid in the background on each panel.  I would like to 
> have that effect in the graphs I produce.  However, when I view his graphs on 
> my iMac, or if I use his code to produce a graph on my iMac, the grids 
> disappear.  How can I get the grids to show in the graphs I produce?
>
>[[alternative HTML version deleted]]
>
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>

[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] Grids not showing

2021-06-07 Thread Simon Urbanek


You may want to ask the ggplot help - since you provided zero details we can't 
tell (you didn't even say what kind of output you're looking at). I have no 
idea if that is related (since you didn't provide any code), but one common 
mistake is to use lwd=0 which leads to undefined behavior across devices (as 
documented).

Cheers,
Simon


> On Jun 8, 2021, at 2:22 AM, Parkhurst, David  wrote:
> 
> Avi Gross has been helping me with ggplot lattice plots.  When he sends me 
> graphs he has created (on a windows computer I think), if I view those on my 
> iPad I can see a vague grid in the background on each panel.  I would like to 
> have that effect in the graphs I produce.  However, when I view his graphs on 
> my iMac, or if I use his code to produce a graph on my iMac, the grids 
> disappear.  How can I get the grids to show in the graphs I produce?
> 
>   [[alternative HTML version deleted]]
> 
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


[R-SIG-Mac] Grids not showing

2021-06-07 Thread Parkhurst, David
Avi Gross has been helping me with ggplot lattice plots.  When he sends me 
graphs he has created (on a windows computer I think), if I view those on my 
iPad I can see a vague grid in the background on each panel.  I would like to 
have that effect in the graphs I produce.  However, when I view his graphs on 
my iMac, or if I use his code to produce a graph on my iMac, the grids 
disappear.  How can I get the grids to show in the graphs I produce?

[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


[R-SIG-Mac] Minor bug in R.app GUI

2021-06-07 Thread Duncan Murdoch
When running in R.app (sessionInfo below; this is not quite the latest, 
sorry) I see the following minor issue:


When typing in the console, entering an opening paren causes the GUI to 
insert a matching closing paren.  When it does this, the text in the 
display all drops down half a line.  As soon as I type anything else, it 
pops back up.


Duncan Murdoch

Sessioninfo:


R version 4.0.5 Patched (2021-04-30 r80294)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Catalina 10.15.7

Matrix products: default
BLAS: 
/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
LAPACK: 
/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib


locale:
[1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8

attached base packages:
[1] stats graphics  grDevices utils datasets  methods   base

loaded via a namespace (and not attached):
[1] compiler_4.0.5

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac