<HTML>
<HEAD>
<TITLE>Axis labels drawn double in plot </TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>As you can see in the attached plot pdf, the y axis labels are double typed with a small offset, making them somewhat useless.<BR>
<BR>
I can see now that this is my fault, as I was passing the x and ylab parameters each time, but I can&#8217;t see why these don&#8217;t overlay perfectly?<BR>
<BR>
The commands to generate the plot were<BR>
<BR>
plot(function(x)dnorm(x,100,15)*100, 50, 150, main = &quot;IQ distribution&quot;, xlab = &quot;IQ&quot;, ylab = &quot;proportion&quot;)<BR>
par(new=TRUE)<BR>
plot(function(x)dnorm(x,100-15,15)*100, 50, 150, main = &quot;IQ distribution&quot;, xlab = &quot;IQ&quot;, ylab = &quot;proportion&quot;)<BR>
par(new=TRUE)<BR>
plot(function(x)dnorm(x,100+15,15)*100, 50, 150, main = &quot;IQ distribution&quot;, xlab = &quot;IQ&quot;, ylab = &quot;proportion&quot;)<BR>
</SPAN></FONT>
</BODY>
</HTML>