Hi I'm trying to scatter plot 3 data sets on the one graph. I plot the first data set by calling: plot and the next two data sets by calling points points and coloring them different colors to distinguish between the data sets I've also set the xlim and ylim values appropiately The problem is points for one of the data sets will not appear when points is called and only appears when plot is called. However when I call this data set with plot, the other two data sets won't appear when calling points. So at most I can only plot two data sets on one graph. It's quite frustrating because it's such a trivial problem because in my opinion: as long as xlim and ylim is set correctly it should not matter what order I decide to plot my points. Any feedback/comments would be gladly appreciated. -- View this message in context: http://www.nabble.com/Problem-with-scatter-plotting-tp17550100p17550100.html Sent from the R help mailing list archive at Nabble.com.
On May 29, 2008, at 9:56 PM, lek2k wrote:> PLEASE do read the posting guide http://www.R-project.org/posting- > guide.html > and provide commented, minimal, self-contained, reproducible code.I (and certainly many others) have been using multiple points calls for a while now with no problems at all, so I suggest you send us what the posting guide asks, i.e. a minimal reproducible example that we can all run. Btw, I find using lattice easier for these kinds of things. Haris Skiadas Department of Mathematics and Computer Science Hanover College