[R] hide solid lines in symbols

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Tue Sep 19 14:17:39 CEST 2000


Jens Schmidt <schmidtj at Rcs1.urz.tu-dresden.de> writes:

> Is it possible creating line plots with symbols so, that the solid line
> doesn't appear in the symbol background. When I fill the symbols with
> color the line is still visible behind the symbols (with 
> plot.default(type="o"))
> 
> plot.default (type="b",lty=1) is not exactly what I want (the space
> between lines and symbols).

Like this?

plot(1:5,type="o",pch=21,bg="white")

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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