Re: [R] All curves with same y-axis scale

2013-11-05 Thread mohan . radhakrishnan
quot;) points(data$Time,as.numeric(data$Committed),col="grey",pch=3,lwd=2, cex.lab=1.2,cex.axis=1,type="b") points(data$Time,as.numeric(data$Max),col="palevioletred3",pch=16,lwd=2, cex.lab=1.2,cex.axis=1,type="b") dev.off() Thanks, Mohan From: Jim L

Re: [R] All curves with same y-axis scale

2013-11-04 Thread mohan . radhakrishnan
ab=1.2,cex.axis=1,type="b") Thanks. From: Jim Lemon To: mohan.radhakrish...@polarisft.com Cc: r-help@r-project.org Date: 11/04/2013 04:45 PM Subject:Re: [R] All curves with same y-axis scale On 11/04/2013 08:54 PM, mohan.radhakrish...@polarisft.com wrote: > Hi,

Re: [R] All curves with same y-axis scale

2013-11-04 Thread Jim Lemon
On 11/04/2013 08:54 PM, mohan.radhakrish...@polarisft.com wrote: Hi, When I plot 3 curves with the same x-axis and same y-axis, the first two curves honor the y-axis but the last one doesn't. When I remove yaxt="n" for the last curve a new scale appears on the y-axis along with the scales that t

[R] All curves with same y-axis scale

2013-11-04 Thread mohan . radhakrishnan
Hi, When I plot 3 curves with the same x-axis and same y-axis, the first two curves honor the y-axis but the last one doesn't. When I remove yaxt="n" for the last curve a new scale appears on the y-axis along with the scales that the first two curves use. I want all curves to use the same y-axi