Hello,<br><br>I would like to plot an expression on time. The original data are monthly means. The expression is a lat-lon average estimated for each time (that is, month). If I fix lat and lon using the set command and l let time as the varying&nbsp; dimensions, the plot is possible. However I would like to plot the expression on given interval of time, for instance, every 12 (that is a time-plot only for a given month). <br>
<br>Does anybody know how to do this?<br><br>I have tried doing this but it didnĀ“t work<br><br>&#39;set lat -50&#39;<br>&#39;set lon -100&#39;<br>&#39;set t 1 300 12&#39;<br><br>&#39;d ave(ave(z,lon=-60,lon=0),lat=-70,lat=-50)&#39;<br>
<br><br>Thank you.<br><br>Eduardo<br>