<div dir="ltr">By default,  &#39;gsn_csm_contour&#39; draws and plots each frame.<br> <br>The panel page:<br>   <a href="http://www.ncl.ucar.edu/Applications/panel.shtml">http://www.ncl.ucar.edu/Applications/panel.shtml</a><br><br><pre>  Res@gsnDraw  = False           ; don&#39;t draw
  Res@gsnFrame = False           ; don&#39;t advance frame
</pre>...<br>One approach:<br><br>    Plot = new( 2, &quot;graphic)<br>    Plot(0) =   gsn_csm_contour(Wks_NPIX_FIX,RF_NPIX_FIX,Res) <br>    [snip]<br>    PLot(1) =   gsn_csm_contour(Wks_NPIX_FIX,RF_NPIX_FIX,Res) <br><br>;************************************************<br>  resP                                = True                 ; modify the panel plot<br>  resP@gsnMaximize        = True                 ; make large: ps, pdf, eps<br>; resP@gsnPanelMainString = &quot;A common title&quot;     ; new resource added in NCL V6.4.0<br>  resP@txString           = &quot;A common title&quot;     ; use this for NCL V6.3.0 and earlier<br>               <br>  gsn_panel(wks,Plot,(/2,1/),resP)               ; vertical<br>  gsn_panel(wks,Plot,(/1,2/),resP)               ; horizontal<br>~<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 21, 2016 at 7:55 AM, Geeta Geeta <span dir="ltr">&lt;<a href="mailto:geetag54@yahoo.com" target="_blank">geetag54@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;font-size:16px"><div dir="ltr"><span>I am plotting the orbital data (rain rate) from TRMM. In this data, lat and lon are itself 2 dim. </span></div><div dir="ltr"><span>Rainrate is a 3 dim variable and is varying as per nscan (data along the swath, 9248), npix (49), and nlevel (80).</span></div><div dir="ltr"><span>   </span></div><div dir="ltr"><span>I have extracted all the points within a domain (5-20N/72-84E) which exceed a rain rate of 30mm/hr.  </span></div><div dir="ltr"><span>I got a number of adjacent points where the rain rate is exceeding the above mentioned threshold (RF.txt20080402 file attached. 1st column is rain rate, 2nd column is NSCAN, 3rd column is NPIX and 4th column is NLEVEL.</span></div><div dir="ltr"><span><br></span></div><div dir="ltr"><span>I been able to get a plot of height vs longitudes (nscan) for a fixed point (say 2870/26 where 2870 is nscan and 26 is the npix for which rainrate is more than 30mm/hr..plot attached).</span></div><div dir="ltr"><span> </span></div><div dir="ltr"><span>Now I wish to add ht vs longitude plot for the adjacent point say 2871/26 too in the SAME plot. </span></div><div dir="ltr"><span>But two separate plots are created. </span>I dont know how to go about doing this.  </div><div></div><div> Pls suggest. </div></div></div><br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>