[ncl-talk] Taylor diagram colored background

Lei dream916 at gmail.com
Mon Sep 29 18:25:23 MDT 2014


Thank you so much. It worked.

Best, Lei

On Mon, Sep 29, 2014 at 7:46 PM, Dennis Shea <shea at ucar.edu> wrote:

> I am not sure the code could currently turn this off.
> he text resource that controls text background color is '
> txBackgroundFillColor
>
> Copy the script and make a 'my.taylor_diagram_cam.ncl'
>
>
> 511        ptRes at txPerimOn = False
> 512        if (abs(BIAS(n,i)).eq.min(abs(BIAS(0:nCase-1,i)))) then
> 513          ptRes at txPerimSpaceF = 0.2
> 514          ptRes at txPerimThicknessF = 0.2
> 515          ptRes at txBackgroundFillColor = Colors(n)
> 516          ptRes at txFontColor = "White"
> 517        end if
>
> comment line 515
>
>             ;ptRes at txBackgroundFillColor = Colors(n)
>
> Change to
>
>              ptRes at txBackgroundFillColor = "transparent"
>
> ====
>
> Then load "./my.taylor_diagram_cam.ncl'
>
>
>
> On Mon, Sep 29, 2014 at 11:37 AM, Lei <dream916 at gmail.com> wrote:
>
>> Dear All,
>>
>> 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't have.
>>
>> For your reference, I also attached my taylor_diagram_cam.ncl script.
>> Thanks!
>>
>> Lei Meng
>>
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20140929/331c7c03/attachment.html 


More information about the ncl-talk mailing list