Hello,<br><br>    I am trying to generate a diagram with time as y axis and longitude as
x axis.  Without the calculation of time, it is easy to generate such a
diagram.  When the calculations include time, what would the program
looks like to generate the time-longitude diagram?  The following script only resulted in many one-dimensional diagrams.<br>
<br>########################<br>&quot;set t 1 57&quot;<br>&quot;set x 1 138&quot;<br>&quot;set lat 23.46&quot;<br>&quot;set parea 1.5  9.7 1 8.3&quot;<br>&quot;set gxout shaded&quot;<br>i=2<br>while (i&lt;58)<br>   &quot;set t &quot;i<br>
   &quot;d rainnc(t=&quot;i&quot;) - rainnc(t=&quot;i-1&quot;)&quot;<br>   i=i+1<br>endwhile<br>#######################<br><br>    Thanks much for your help,<br><br>                Yi-Chih<br>