<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-forward-container">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      Hi,<br>
      <br>
      I'm trying to make a plot where the space between lines in filled,
      but I'd really like the shading to be semi transparent. here's the
      figure to give you an idea:<br>
      <blockquote><img
          src="cid:part1.07060009.03020400@atmos.colostate.edu" alt=""
          height="284" width="281"></blockquote>
      <br>
      I can make this plot with no issues, but when I try to use the <i>"gsnXYFillOpacities</i>"
      resource (with
      <meta charset="utf-8">
      gsn_csm_xy), I get this error:<br>
      <blockquote><tt>dyld: lazy symbol binding failed: Symbol not
          found: ___emutls_get_address</tt><tt><br>
        </tt><tt>&nbsp; Referenced from: /Users/whannah/NCL/bin/ncl</tt><tt><br>
        </tt><tt>&nbsp; Expected in: /usr/lib/libSystem.B.dylib</tt><tt><br>
        </tt><tt><br>
        </tt><tt>dyld: Symbol not found: ___emutls_get_address</tt><tt><br>
        </tt><tt>&nbsp; Referenced from: /Users/whannah/NCL/bin/ncl</tt><tt><br>
        </tt><tt>&nbsp; Expected in: /usr/lib/libSystem.B.dylib</tt><br>
      </blockquote>
      I found this thread here: <a
        href="http://www.ncl.ucar.edu/Support/talk_archives/2014/1187.html">http://www.ncl.ucar.edu/Support/talk_archives/2014/1187.html</a><br>
      I tested the
      <meta charset="utf-8">
      <meta charset="utf-8">
      <span style="color: rgb(0, 0, 0); font-family: Times; font-size:
        medium; font-style: normal; font-variant: normal; font-weight:
        normal; letter-spacing: normal; line-height: normal; orphans:
        auto; text-align: start; text-indent: 0px; text-transform: none;
        white-space: normal; widows: auto; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; display: inline !important;
        float: none; background-color: rgb(255, 255, 255);"><a
          href="http://www.ncl.ucar.edu/Applications/rgbacolor.shtml#ex16">newcolor_16.ncl</a>
      </span>example, but I still get the same error. <br>
      <br>
      The weird thing about this, is that I used to get this problem a
      few months ago, but I was able to fix it by updating a bunch of
      libraries. There's a couple other ncl-talk threads about this
      error, and Mary Haley mentioned updating gcc. I tried this, and
      that was part of the problem, but it was only after manually
      updating individual libraries was I able to make this go away.<br>
      <br>
      I can live with not changing the opacity, but if anyone has a
      solution, I'd love to hear it!<br>
      <br>
      Here's some additional info:<br>
      <blockquote><tt>NCL version 6.2.1<br>
          <br>
          &gt; otool -L `which ncl` | grep System</tt><tt><br>
        </tt><tt>&nbsp;&nbsp;&nbsp;
          /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
          (compatibility version 1.0.0, current version 2.4.0)</tt><tt><br>
        </tt><tt>&nbsp;&nbsp;&nbsp; /usr/lib/libSystem.B.dylib (compatibility version
          1.0.0, current version 1197.1.1)</tt><tt><br>
        </tt><tt><br>
          &gt;xcode-select -version<br>
          &nbsp;&nbsp;&nbsp; xcode-select version 2333.<br>
          <br>
        </tt><tt>&gt;gcc --version</tt><tt><br>
        </tt><tt>&nbsp;&nbsp;&nbsp; gcc (Homebrew gcc48 4.8.3) 4.8.3</tt><tt><br>
        </tt><br>
      </blockquote>
      Thanks,<br>
      Walter Hannah<br>
      <br>
    </div>
    <br>
  </body>
</html>