Title: Axis labels drawn double in plot
As you can see in the attached plot pdf, the y axis labels are double typed with a small offset, making them somewhat useless.

I can see now that this is my fault, as I was passing the x and ylab parameters each time, but I can’t see why these don’t overlay perfectly?

The commands to generate the plot were

plot(function(x)dnorm(x,100,15)*100, 50, 150, main = "IQ distribution", xlab = "IQ", ylab = "proportion")
par(new=TRUE)
plot(function(x)dnorm(x,100-15,15)*100, 50, 150, main = "IQ distribution", xlab = "IQ", ylab = "proportion")
par(new=TRUE)
plot(function(x)dnorm(x,100+15,15)*100, 50, 150, main = "IQ distribution", xlab = "IQ", ylab = "proportion")

Attachment: norm.pdf
Description: Binary data

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to