Skip to content

[Bioc-devel] [R-SIG-Mac] splots -- new package announcement

3 messages · Steven McKinney, Oleg Sklyar, Hervé Pagès

#
Thanks very much Simon,

Your suggested fix works for my situation.

After changing

grid.rect(0.5, 0.5, 1, 1, gp = gpar(col = abris))

to

grid.rect(0.5, 0.5, 1, 1, gp = gpar(col = abris, fill="transparent"))

in plotScreen(), I get a proper rendering of the
demo graphic in the Quartz window using R.app.



Best regards

Steven McKinney

Statistician
Molecular Oncology and Breast Cancer Program
British Columbia Cancer Research Centre

email: smckinney at bccrc.ca

tel: 604-675-8000 x7561

BCCRC
Molecular Oncology
675 West 10th Ave, Floor 4
Vancouver B.C. 
V5Z 1L3
Canada




-----Original Message-----
From: Simon Urbanek [mailto:simon.urbanek at r-project.org]
Sent: Thu 9/14/2006 1:31 PM
To: Steven McKinney; Paul Murrell
Cc: Bioc-devel at stat.math.ethz.ch; R SIG Mac List
Subject: Re: [R-SIG-Mac] splots -- new package announcement
On Sep 14, 2006, at 4:20 PM, Simon Urbanek wrote:

            
Actually it should be fill="transparent" I presume [gpar(fill=NULL)  
returns an empty list despite the docs indicating otherwise .. hmm...  
an issue with grid as well?].

Cheers,
Simon
#
The following modification has been introduced. The code committed to 
BioC svn as revision 19830, please update. The tarball will take several 
days until the build system runs through. Thanks all for pointing out to 
the solution:

80: grid.rect(0.5, 0.5, 1, 1, gp = gpar(col = abris, fill = "transparent"))

Best,
Oleg
Steven McKinney wrote: