Skip to content
Prev 2982 / 15075 Next

splots -- new package announcement

On Sep 14, 2006, at 3:23 PM, Steven McKinney wrote:

            
IMHO it's a bug in splots:

grid.rect(0.5, 0.5, 1, 1, gp = gpar(col = abris))
^-- this will fill the whole area with the default fill color which  
is white:
 > get.gpar()$fill
[1] "white"

I guess it should read
grid.rect(0.5, 0.5, 1, 1, gp = gpar(col = abris, fill=NULL))

Cheers,
Simon