<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have 10 y of gridded mean-monthly data and 
I&nbsp;want to draw a graph with </FONT></DIV>
<DIV><FONT face=Arial size=2>time variation of air temperature from January to 
December at a geographic location.</FONT></DIV>
<DIV><FONT face=Arial size=2>I do it with the script given below. It works 
successfully I think.</FONT></DIV>
<DIV><FONT face=Arial size=2>My problem is that the X-axis labelling includes 
</FONT><FONT face=Arial size=2>not only the months but also </FONT></DIV>
<DIV><FONT face=Arial size=2>the year from which my calculations 
started.</FONT></DIV>
<DIV><FONT face=Arial size=2>Please tell me how can I get rid of the year (say 
1961) in the label.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>'set lat 32'<BR>'set lon 34'<BR>'set t 1 
12'<BR>'define temp=ave(ta,t+0,t=360,12)'<BR>'enable print month.gm'<BR>'d 
temp-273'<BR>'d prec'<BR>'draw title&nbsp;mean monthly 
temperatures'<BR>'print'<BR>'disable print' </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Simon</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>Simon Krichak, Principal Research Associate<BR>Dept. of Geophysics and 
Planetary Sciences<BR>Faculty of Exact Sciences<BR>Tel Aviv 
University<BR></DIV></BODY></HTML>