<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Geeta,<br>
    <br>
    you are getting two plots in different files because you set
    res@gsnFrame to True which will produce one file for each plot call.
    You have to set it to False if you want to do an overlay.<br>
    <br>
    To draw multiple lines in one xy-plot see example xy_2.ncl on
    <a class="moz-txt-link-freetext" href="http://ncl.ucar.edu/Applications/xy.shtml">http://ncl.ucar.edu/Applications/xy.shtml</a>.<br>
    <br>
    Bye,<br>
    Karin<br>
    <br>
    <div class="moz-cite-prefix">Am 17.02.17 um 08:19 schrieb Geeta
      Geeta:<br>
    </div>
    <blockquote
      cite="mid:964535848.1183583.1487315991258@mail.yahoo.com"
      type="cite">
      <pre wrap="">Hi. 
I intend to make Xy plots. I have to plot two datasets in one XY plot. 

I tried using overlay and gsn_csm_y as in the example xy23.ncl. Presently I am using gsn-attach_plots. 

<a class="moz-txt-link-freetext" href="http://www.ncl.ucar.edu/Applications/xy.shtml">http://www.ncl.ucar.edu/Applications/xy.shtml</a>. 
I am getting two different plots but not in one figure. 
I also do not know why the X xis is different from the Figure 1. 

thank you for your suggestions.  
Geeta.</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
ncl-talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>
List instructions, subscriber options, unsubscribe:
<a class="moz-txt-link-freetext" href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>