Try adding pch = 16 to your plot call. HTH, Dennis
On Tue, Nov 16, 2010 at 4:28 AM, DrCJones <[email protected]>wrote: > > for a simple scatterplot: > > plot(X ~ Y, type = 'p', col = 'red') > > this produces red-edged circles, but I want to fill in the circles. > > can this be done? I checked '? plot' already but couldn't find what I was > looking for. > > cheers > > > > > > -- > View this message in context: > http://r.789695.n4.nabble.com/scatterplot-with-filled-circles-tp3044690p3044690.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

