<div dir="ltr"><div class="gmail_default"><span style="font-family:verdana,sans-serif">Step 1. Make sure your data are all on a common coordinate (time).  If they have different temporal resolution make sure they are all using the same units.</span></div><div class="gmail_default"><span style="font-family:verdana,sans-serif"></span><font face="monospace, monospace">cd_convert()</font></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Step 2. For variables with comparable dimensions you can throw them all at the plotting routine at once. e.g.</div><div class="gmail_default"><font face="monospace, monospace">plot = gsn_csm_xy(wks, var1&amp;time, (/var1, var2, var3, var4,var5/), res)</font></div><div class="gmail_default"><span style="font-family:verdana,sans-serif">if your obs have a different resolution, then plot that separate and use </span><font face="monospace, monospace">overlay(obsplot, wrfplot)</font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="verdana, sans-serif">Some of the examples on the xy page may help though I couldn&#39;t find (in 30s) one that really showed the whole process for you</font></div><div class="gmail_default"><font face="verdana, sans-serif"><br></font></div><div class="gmail_default"><font face="verdana, sans-serif">Good luck.</font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 18, 2015 at 9:59 AM, Luis Cesareo Cana Cascallar <span dir="ltr">&lt;<a href="mailto:luis.cana@ulpgc.es" target="_blank">luis.cana@ulpgc.es</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
Thanks. Indeed, I’m using xy_2.ncl to draw my figure, but just with two time series. What I want is to plot six time series together, all of them sharing the same X and Y axes. 
<div>I understand I have to overlay them, but I don’t know which is the best method.
<div><br>
</div>
<div>Best,</div>
<div><br>
</div>
<div>—Luis</div>
<div><br>
</div>
<div><br>
<div>
<blockquote type="cite">
<div>El 17/6/2015, a las 22:15, Adv &lt;<a href="mailto:advita6@gmail.com" target="_blank">advita6@gmail.com</a>&gt; escribió:</div>
<br>
<div>
<div dir="ltr">
<div>
<div>Hi,<br>
</div>
Please do check these links.<a href="https://www.ncl.ucar.edu/Applications/Scripts/xy_2.ncl" target="_blank">https://www.ncl.ucar.edu/Applications/Scripts/xy_2.ncl</a> and
<br>
<a href="https://www.ncl.ucar.edu/Applications/Scripts/xy_7.ncl" target="_blank">https://www.ncl.ucar.edu/Applications/Scripts/xy_7.ncl</a><br>
<br>
</div>
Goodluck<br>
<div><br>
</div>
</div><div><div class="h5">
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Jun 17, 2015 at 1:40 PM, Luis Cesareo Cana Cascallar
<span dir="ltr">&lt;<a href="mailto:luis.cana@ulpgc.es" target="_blank">luis.cana@ulpgc.es</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear all,<br>
<br>
I’m plotting time series from a WRF run (file.TS) against real observations (excel file, csv). All is fine, but now, I’d like to compare this simulation with other experiments to check which one is the best. How can I add multiple time series to this first
 plot? There are six runs (six TS files) and one file with real data. Could you suggest me one example?<br>
<br>
Best,<br>
<br>
--Luis<br>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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/mailman/listinfo/ncl-talk</a><br>
</blockquote>
</div>
<br>
</div>
</div></div></div>
</blockquote>
</div>
<br>
</div>
</div>
</div>

<br>_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>