Simple question. How do you change the standard plotting function so that points are solid and can have a pretty colour? Thanks for the help -- View this message in context: http://r.789695.n4.nabble.com/Colour-Point-Plot-tp2321433p2321433.html Sent from the R help mailing list archive at Nabble.com.
Hi, ?plot will help you. plot(0:18,col="white") points(0:18,0:18,pch=0:18,col=rainbow(19),cex=2) Turn & Fall wrote:> > How do you change the standard plotting function so that points are solid > and can have a pretty colour? >----- A R learner. -- View this message in context: http://r.789695.n4.nabble.com/Colour-Point-Plot-tp2321433p2321862.html Sent from the R help mailing list archive at Nabble.com.