Hi,<br><br>I&#39;ve created a simple graph that looks almost the way I want it to look.<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \begin{pspicture}(0,0)(17,9)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psaxes[linewidth=2pt,labels=x,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ticks=x,tickstyle=bottom](17,9) 
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psline[linestyle=dashed](0,0)(16,9)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psline (5,0)(16,2)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \end{pspicture}<br><br>The values that are used are the actual values from my source graph. Plotting this with pst-plot makes the graph huge; it covers almost the entire width of the page. (1) I want to scale everything down to approximately half or less - making the 17pt width into the size of 9pt.
<br><br>Secondly, (2) I want to show the ticks and tick labels in an interval of 5. I don&#39;t want 0,1,2,3,4,5,6 etc, I want ticks and labels for nothing else than 0,5,10,15 in the x-axis.<br><br>Is this possible?<br>