<div dir="ltr"><div class="gmail_default" style="font-size:small">Hello,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The wrf_contour routine apparently is setting the high/low label font colors internally, to whatever color the contour lines are drawn in.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I created a ticket (NCL-2745) to improve/fix this in 6.5.0 (which is already done because it was an easy fix).</div><div class="gmail_default" style="font-size:small"><br></div>Meanwhile, I<div class="gmail_default" style="font-size:small;display:inline">​'ve included the fix</div><div class="gmail_default" style="font-size:small;display:inline"> in the attached "wrf_contour_labels_fix.ncl" script.</div><div><div class="gmail_default" style="font-size:small;display:inline"><br></div></div><div><div class="gmail_default" style="font-size:small;display:inline">If you want to try it, simply load this script from your own script, after any other "load" commands. For example:</div><div><br></div><div><div>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"</div><div>load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"</div><div><div class="gmail_default" style="font-size:small;display:inline">​l​</div>oad "./wrf_contour_labels_fix.ncl" </div><div><br></div><div><div class="gmail_default" style="font-size:small">​--Mary</div><div class="gmail_default" style="font-size:small">​</div><br></div><div><div class="gmail_default" style="font-size:small;display:inline"><br></div></div><div><div class="gmail_default" style="font-size:small;display:inline">​</div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 13, 2018 at 6:06 PM, Juan Carlos Anduckia <span dir="ltr"><<a href="mailto:janducki@yahoo.com" target="_blank">janducki@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:13px"><div id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32630">Hello again:</div><div id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32791"><br></div><div id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32779">Still a very basic question. I'm trying to plot high and low-pressure centers in blue and red, respectively, by using cnHighLabelFontColor, but I don't see any effect at all. Am I using this resource in the wrong way?</div><div id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32819">.</div><div id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32780">This is the pertinent part of the code:</div><div id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32767" dir="ltr"><br></div><div id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32841" dir="ltr">    ; Plotting options for SLP shades<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32738">       opts = res<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32739">       opts@cnFillOn = True<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32740">    ;  opts@cnFillColors = "BlueWhite"<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32741">    ;  opts@cnFillPalette = "BlueWhite"<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32742">       opts@FieldTitle= " "<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32743">    ;  opts@ContourParameters = (/900.,1050.,2./)<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32744">       opts@gsnSpreadColorEnd = -3<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32745">       gsn_define_colormap(wks,"<wbr>WhiteBlue")<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32746">       contour_psl1 = wrf_contour(e1,wks,slp,opts)<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32747">       delete(opts)<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32749">    ; Plotting options for SLP Contours<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32750">       opts = res<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32751">       opts@cnLineColor = "Grey25"<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32752">       opts@cnHighLabelsOn = True<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32753">       opts@cnHighLabelPerimOn = False<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32754">       opts@cnHighLabelFontColor = "Blue"<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32755">       opts@cnLowLabelsOn = True<br></div><div id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32868" dir="ltr">       opts@cnLowLabelFontColor = "Red"<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32757">       opts@FieldTitle = " "<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32758">    ;  opts@ContourParameters = (/ 900., 1050., 2. /)<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32759">       opts@<wbr>cnLineLabelBackgroundColor = -1<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32760">       opts@<wbr>gsnContourLineThicknessesScale = 1.0<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32761">       contour_psl2 = wrf_contour(e1,wks,slp,opts)<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32762">       delete(opts)<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32763"><br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32764">     ; MAKE PLOTS<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32765">       plot = wrf_map_overlays(e1,wks,(/<wbr>contour_psl1,contour_psl2/),<wbr>pltres,mpres)<br id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32766"><br></div><div id="m_8431298772159046542yui_3_16_0_ym19_1_1523645171335_32668">Thank you.<br></div></div></div><br>______________________________<wbr>_________________<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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>