Re: [R] Odd gridding pattern when plotting

2011-10-05 Thread Balko, Justin
- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: Saturday, October 01, 2011 8:45 AM To: Balko, Justin Cc: dcarl...@tamu.edu; r-help@r-project.org Subject: Re: [R] Odd gridding pattern when plotting I think you found a bug introduced in R-2.13.x that has been fixed in R-2.13.2 which

Re: [R] Odd gridding pattern when plotting

2011-10-01 Thread Uwe Ligges
: David L Carlson [mailto:dcarl...@tamu.edu] Sent: Friday, September 30, 2011 1:54 PM To: Balko, Justin; r-help@r-project.org Subject: RE: [R] Odd gridding pattern when plotting From ?image " Images for large z on a regular grid are more efficient with useRaster enabled and can prevent rare

Re: [R] Odd gridding pattern when plotting

2011-09-30 Thread Balko, Justin
option in R to always use rastering when drawing in the interface? Thanks again, Justin -Original Message- From: David L Carlson [mailto:dcarl...@tamu.edu] Sent: Friday, September 30, 2011 1:54 PM To: Balko, Justin; r-help@r-project.org Subject: RE: [R] Odd gridding pattern when plotting

Re: [R] Odd gridding pattern when plotting

2011-09-30 Thread David L Carlson
>From ?image " Images for large z on a regular grid are more efficient with useRaster enabled and can prevent rare anti-aliasing artifacts, but may not be supported by all graphics devices. " Adding useRaster=TRUE to the two image() calls gets rid of the white grid lines. -Original Message--