[R] plot(...,type='h') and the pdf driver don't play nice

Dirk Eddelbuettel edd at debian.org
Mon Nov 18 21:16:49 CET 2002


With R 1.6.1 on NT, if I do 

   plot(1:10, type='h', lwd=10)

nice rectangular boxes emerge. But in the case of 

   pdf("foo.pdf"); plot(1:10, type='h', lwd=10); dev.off()

the boxes have (IMHO at least) ugly rounded edges. Is that intentional?

Thanks, Dirk

-- 
According to the latest figures, 43% of all signatures are totally worthless.   
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list