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>"set t 1 57"<br>"set x 1 138"<br>"set lat 23.46"<br>"set parea 1.5 9.7 1 8.3"<br>"set gxout shaded"<br>i=2<br>while (i<58)<br> "set t "i<br>
"d rainnc(t="i") - rainnc(t="i-1")"<br> i=i+1<br>endwhile<br>#######################<br><br> Thanks much for your help,<br><br> Yi-Chih<br>