<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Cheryl,<br>
    Take a look at the bar chart examples here:<br>
    <a class="moz-txt-link-freetext" href="http://www.ncl.ucar.edu/Applications/bar.shtml">http://www.ncl.ucar.edu/Applications/bar.shtml</a><br>
    <br>
    Specifically #14 and #16.. #14 shows you how to overlay a XY plot on
    a bar chart plot. Example #16 shows how to create a stacked bar
    chart. <br>
    <br>
    Combining those two examples is one way to go. <br>
    <br>
    Another way would be to draw the red bars, then overlay the yellow
    bars, then overlay the green, then lighter blue, then dark blue,
    then add the timeseries. You could do all this by creating numerous
    plots and then using the overlay procedure.
    (<a class="moz-txt-link-freetext" href="http://www.ncl.ucar.edu/Document/Functions/Built-in/overlay.shtml">http://www.ncl.ucar.edu/Document/Functions/Built-in/overlay.shtml</a>)
    Note that in this case the red bars would need to be technically the
    sum of all the bars, the yellow bars would be the sum of (dark
    blue+light blue + green+yellow), and so on. <br>
    <br>
    See xy_32.ncl at the bottom of the overlay examples page here:<br>
    <a class="moz-txt-link-freetext" href="http://www.ncl.ucar.edu/Applications/overlay.shtml#xy_32">http://www.ncl.ucar.edu/Applications/overlay.shtml#xy_32</a><br>
    to see overlay being used in a similar way to how you would need to
    use it.&nbsp; <br>
    <br>
    Hope all of that helps.<br>
    Good luck,<br>
    Adam<br>
    <br>
    <div class="moz-cite-prefix">On 02/21/2014 12:30 PM, cheryl Ma
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAPTg03i7HZa1cXBAu4QWWZcDa0PWLtEK02zYvOD9ipAGwtHyWA@mail.gmail.com"
      type="cite">
      <div dir="ltr"><span
          style="font-family:arial,sans-serif;font-size:13px">Hi all,&nbsp;</span>
        <div style="font-family:arial,sans-serif;font-size:13px"><br>
        </div>
        <div style="font-family:arial,sans-serif;font-size:13px">I want
          to make a plot like the attached one, It is easy to make the
          black curve using XY plot, the question is how to add the
          filled curves? Can anybody direct me where to find an example?</div>
        <div style="font-family:arial,sans-serif;font-size:13px">Thanks
          in advance.<br>
          <div><br>
          </div>
          <div>
            <div><br>
            </div>
            <div><img src="cid:part1.02050604.08030602@ucar.edu"
                alt="Inline image 2" class=""></div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
ncl-talk mailing list
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>
    <pre class="moz-signature" cols="72">-- 
______________________________________________________________
Adam Phillips                                <a class="moz-txt-link-abbreviated" href="mailto:asphilli@ucar.edu">asphilli@ucar.edu</a>
NCAR/Climate and Global Dynamics Division       (303) 497-1726    
P.O. Box 3000                                  
Boulder, CO 80307-3000    <a class="moz-txt-link-freetext" href="http://www.cgd.ucar.edu/staff/asphilli">http://www.cgd.ucar.edu/staff/asphilli</a>
</pre>
  </body>
</html>