Re: [Rd] End of whiskers of boxplots are repeated on PDF device (PR#10499)

2007-12-14 Thread Martin Maechler
> "MT" == Michael Toews <[EMAIL PROTECTED]> > on Thu, 13 Dec 2007 09:00:37 -0800 writes: MT> I've identified the problem for this issue, which is MT> simple to fix. Please see and apply the attached MT> patch. Thanks. +mt Excellent, Michael! This will be fixed in R-patc

[Rd] End of whiskers of boxplots are repeated on PDF device (PR#10499)

2007-12-13 Thread Michael Toews
I've identified the problem for this issue, which is simple to fix. Please see and apply the attached patch. Thanks. +mt Index: src/library/graphics/R/boxplot.R === --- src/library/graphics/R/boxplot.R(revision 43677) +++ src/li

[Rd] End of whiskers of boxplots are repeated on PDF device (PR#10499)

2007-12-06 Thread Michael Toews
As a quick follow up, this problem is apparent in the Postscript device too (and possibly other vector devices). For example: dat <- data.frame(f=factor(rep(1:4, 10)), x=rnorm(40)) postscript("test.ps") plot(dat) dev.off() In Adobe Illustrator, the compound path needs to be "released" to see th

[Rd] End of whiskers of boxplots are repeated on PDF device (PR#10499)

2007-12-06 Thread mwtoews
Full_Name: Michael Toews Version: 2.61 OS: WinXP SP2 Submission from: (NULL) (142.58.206.114) Using boxplot on a PDF device with more than one group (or boxes) produces multiple (and overlain) 1st and 3rd quartile ticks. There are exactly the multiple of boxplot groups as there are of each 1st an