<div dir="ltr"><pre>I am not sure the code could currently turn this off.<br>he text resource that controls text background color is &#39;<br>txBackgroundFillColor<br></pre><pre>Copy the script and make a &#39;my.taylor_diagram_cam.ncl&#39;<br></pre><pre><br>511        ptRes@txPerimOn = False<br>512        if (abs(BIAS(n,i)).eq.min(abs(BIAS(0:nCase-1,i)))) then<br>513          ptRes@txPerimSpaceF = 0.2<br>514          ptRes@txPerimThicknessF = 0.2<br>515          ptRes@txBackgroundFillColor = Colors(n)<br>516          ptRes@txFontColor = &quot;White&quot;<br>517        end if<br><br></pre><pre>comment line 515<br>           <br>            ;ptRes@txBackgroundFillColor = Colors(n)<br><br></pre><pre>Change to<br><br>             ptRes@txBackgroundFillColor = &quot;transparent&quot;<br><br>====<br></pre><pre>Then load &quot;./my.taylor_diagram_cam.ncl&#39;<br><br><br></pre></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 29, 2014 at 11:37 AM, Lei <span dir="ltr">&lt;<a href="mailto:dream916@gmail.com" target="_blank">dream916@gmail.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 dir="ltr">Dear All,<div><br></div><div>I was wondering if there is a way to remove the colored background in the attached figure. Some numbers have black background, some have blue, and others don&#39;t have.  </div><div><br></div><div>For your reference, I also attached my taylor_diagram_cam.ncl script. Thanks!</div><div><br></div><div>Lei Meng</div></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>