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
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,
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
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
4 matches
Mail list logo