GRADSUSRs,<div><br></div><div>  I am trying to plot model level versus pressure at a point (the only varying dimension is in the vertical).  I have run into an issue with controling the x &amp; y axes.  I have searched the manual and archives but have been unable figure out how to control the beginning and ending values for an axis in such a plot.</div><div><br></div><div>The axes ending point that is automatically used in my plot is 1200hPa whereas I want a value closer to 1000hPa.  I have added my script to the end of the email, any advice will be greatly appreciated.</div><div><br></div><div>Thanks,</div><div>MJ</div><div><br></div><div><br></div><div><br></div><div>*************xpress.gs******************</div><div><div>'c'</div><div>'set lon -157.6'</div><div>'set lat 21.525'</div><div>'set lev 0 39'</div><div>'set grads off'</div><div><br></div><div>'set gxout contour'</div><div>'set xyrev on'</div><div>'set yflip on'</div><div>'set xlint 3'</div><div>*'set ylint 100'</div><div>'d pressure'</div><div><br></div><div>'draw ylab Pressure (hPa)'</div><div>'draw xlab Model Level'</div><div>*'draw title ml vs pressure (over sea)'</div><div>*****************************************</div></div>