<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px"><div id="yui_3_16_0_1_1445250909914_20268"><span id="yui_3_16_0_1_1445250909914_20267">This query is in continuation to the previous ones in which I am trying to plot a rainfall range in one color and the 2nd range with another color. the same that I have posted too. <br></span></div><div dir="ltr" id="yui_3_16_0_1_1445250909914_20289">Now I just tried with <br></div><div dir="ltr">following changes in my script. <br></div><div dir="ltr">do n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0,&nbsp; nrf-1<br class="" id="yui_3_16_0_1_1445250909914_20385">&nbsp;&nbsp;&nbsp; 101&nbsp;&nbsp; if ((rf(n).ge.0.1).and.(rf(n).lt.2.5)) then <br class="" id="yui_3_16_0_1_1445250909914_20387">&nbsp;&nbsp;&nbsp; 102&nbsp;&nbsp; txres@txFontColor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; RHS should be an integer<br class="" id="yui_3_16_0_1_1445250909914_20389">&nbsp;&nbsp;&nbsp; 103 ;&nbsp; <br class="" id="yui_3_16_0_1_1445250909914_20391">&nbsp;&nbsp;&nbsp; 104&nbsp;&nbsp; else if ((rf(n).ge.2.5).and.(rf(n).lt.7.5)) then<br class="" id="yui_3_16_0_1_1445250909914_20393">&nbsp;&nbsp;&nbsp; 105&nbsp;&nbsp; txres@txFontColor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; RHS should be an integer<br class="" id="yui_3_16_0_1_1445250909914_20395">&nbsp;&nbsp;&nbsp; 106&nbsp;&nbsp; <br class="" id="yui_3_16_0_1_1445250909914_20397">&nbsp;&nbsp;&nbsp; 107&nbsp;&nbsp; else if ((rf(n).ge.7.5).and.(rf(n).lt.15.5)) then<br class="" id="yui_3_16_0_1_1445250909914_20399">&nbsp;&nbsp;&nbsp; 108&nbsp;&nbsp; txres@txFontColor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; RHS should be an integer<br class="" id="yui_3_16_0_1_1445250909914_20401">&nbsp;&nbsp;&nbsp; 109&nbsp;&nbsp; <br class="" id="yui_3_16_0_1_1445250909914_20403">&nbsp;&nbsp;&nbsp; 110&nbsp;&nbsp; end&nbsp; if<br class="" id="yui_3_16_0_1_1445250909914_20405">&nbsp;&nbsp;&nbsp; 111&nbsp;&nbsp; end&nbsp; if<br class="" id="yui_3_16_0_1_1445250909914_20407">&nbsp;&nbsp;&nbsp; 112&nbsp;&nbsp; end&nbsp; if&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br class="" id="yui_3_16_0_1_1445250909914_20409"><br class="" id="yui_3_16_0_1_1445250909914_20425">&nbsp;&nbsp;&nbsp; 121&nbsp;&nbsp; text(n)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = gsn_add_text(wks,plot,"&nbsp;&nbsp; "+sprintf("%9.4g",rf(n)),lon(n),lat(n),txres)<br class="" id="yui_3_16_0_1_1445250909914_20427">&nbsp;&nbsp;&nbsp; 122&nbsp;&nbsp;&nbsp; end do<br class="" id="yui_3_16_0_1_1445250909914_20429"></div><div id="yui_3_16_0_1_1445250909914_20551" dir="ltr">but unable to do so. pls suggest<br></div><div id="yui_3_16_0_1_1445250909914_20550" dir="ltr">I am attaching my script too.<br><span id="yui_3_16_0_1_1445250909914_20267"></span></div><div id="yui_3_16_0_1_1445250909914_20326"><span id="yui_3_16_0_1_1445250909914_20267"></span></div><div id="yui_3_16_0_1_1445250909914_20030">&nbsp;</div><div id="yui_3_16_0_1_1445250909914_19995" class="signature">Geeta.</div></div></body></html>