Great, Martijn, the &#39;unit&#39; parameter fixed the size issue. Thank you!<br><br>So are you suggesting that I hide the labels, set dx=5 and use \rput for the 0,5,10,15 labels on the x axis? I was hoping there would be an easier way.
<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psset{unit=8mm, showpoints=false}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \begin{pspicture}(0,0)(17,9)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psaxes[dx=5,linewidth=2pt,labels=none,ticks=x,tickstyle=bottom](17,7)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psline[linestyle=dashed](0,0)(16,7)
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psline (5,0)(16,2)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \rput(0,-0.5){0}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \rput(5,-0.5){5}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \rput(10,-0.5){10}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \rput(15,-0.5){15}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \rput(16,-0.5){Years}
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \rput(1,7.5){Number}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \end{pspicture}<br><br>The code above gives me the exact result I want. Is there an easier way to achieve that look?<br>