<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
When I run the example below under plain TeX the command ylabelPos=right produces overfull boxes.<br><br>%------------------ Plain TeX--------------------<br>\input pst-plot.tex<br>\input pstricks-add.tex<br><br>\pspicture(1,5) <br>&nbsp;\psaxes[xAxis=false,linecolor=red,ylabelPos=right]{-&gt;}(0.5,0)(0.5,5) <br>&nbsp;\endpspicture <br>\bye<br>%--------------------------------------------------<br><br>However, if I run a LaTex version everything is as it should be.<br>As the LaTex version works I asume that I have all the correct files.<br>What am I doing wrong?<br>&nbsp;<br>%------------------ LaTeX------------------------<br>\documentclass{article}<br>\usepackage{pst-plot}<br>\usepackage{pstricks-add}<br><br>\begin{document} <br>&nbsp; \begin{pspicture}(1,5) <br>&nbsp; \psaxes[xAxis=false,linecolor=red,ylabelPos=right]{-&gt;}(0.5,0)(0.5,5) <br>&nbsp; \end{pspicture} <br>&nbsp; \end{document}<br>%-------------------------------------------------<br><br>Thanks for your help,<br>Adam.<br><br /><hr />Beyond Hotmail - see what else you can do with Windows Live. <a href='http://clk.atdmt.com/UKM/go/134665375/direct/01/' target='_new'>Find out more.</a></body>
</html>