<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1523645171335_32630">Hello again:</div><div id="yui_3_16_0_ym19_1_1523645171335_32791"><br></div><div id="yui_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="yui_3_16_0_ym19_1_1523645171335_32819">.</div><div id="yui_3_16_0_ym19_1_1523645171335_32780">This is the pertinent part of the code:</div><div id="yui_3_16_0_ym19_1_1523645171335_32767" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1523645171335_32841" dir="ltr"> ; Plotting options for SLP shades<br id="yui_3_16_0_ym19_1_1523645171335_32738"> opts = res<br id="yui_3_16_0_ym19_1_1523645171335_32739"> opts@cnFillOn = True<br id="yui_3_16_0_ym19_1_1523645171335_32740"> ; opts@cnFillColors = "BlueWhite"<br id="yui_3_16_0_ym19_1_1523645171335_32741"> ; opts@cnFillPalette = "BlueWhite"<br id="yui_3_16_0_ym19_1_1523645171335_32742"> opts@FieldTitle= " "<br id="yui_3_16_0_ym19_1_1523645171335_32743"> ; opts@ContourParameters = (/900.,1050.,2./)<br id="yui_3_16_0_ym19_1_1523645171335_32744"> opts@gsnSpreadColorEnd = -3<br id="yui_3_16_0_ym19_1_1523645171335_32745"> gsn_define_colormap(wks,"WhiteBlue")<br id="yui_3_16_0_ym19_1_1523645171335_32746"> contour_psl1 = wrf_contour(e1,wks,slp,opts)<br id="yui_3_16_0_ym19_1_1523645171335_32747"> delete(opts)<br id="yui_3_16_0_ym19_1_1523645171335_32749"> ; Plotting options for SLP Contours<br id="yui_3_16_0_ym19_1_1523645171335_32750"> opts = res<br id="yui_3_16_0_ym19_1_1523645171335_32751"> opts@cnLineColor = "Grey25"<br id="yui_3_16_0_ym19_1_1523645171335_32752"> opts@cnHighLabelsOn = True<br id="yui_3_16_0_ym19_1_1523645171335_32753"> opts@cnHighLabelPerimOn = False<br id="yui_3_16_0_ym19_1_1523645171335_32754"> opts@cnHighLabelFontColor = "Blue"<br id="yui_3_16_0_ym19_1_1523645171335_32755"> opts@cnLowLabelsOn = True<br></div><div id="yui_3_16_0_ym19_1_1523645171335_32868" dir="ltr"> opts@cnLowLabelFontColor = "Red"<br id="yui_3_16_0_ym19_1_1523645171335_32757"> opts@FieldTitle = " "<br id="yui_3_16_0_ym19_1_1523645171335_32758"> ; opts@ContourParameters = (/ 900., 1050., 2. /)<br id="yui_3_16_0_ym19_1_1523645171335_32759"> opts@cnLineLabelBackgroundColor = -1<br id="yui_3_16_0_ym19_1_1523645171335_32760"> opts@gsnContourLineThicknessesScale = 1.0<br id="yui_3_16_0_ym19_1_1523645171335_32761"> contour_psl2 = wrf_contour(e1,wks,slp,opts)<br id="yui_3_16_0_ym19_1_1523645171335_32762"> delete(opts)<br id="yui_3_16_0_ym19_1_1523645171335_32763"><br id="yui_3_16_0_ym19_1_1523645171335_32764"> ; MAKE PLOTS<br id="yui_3_16_0_ym19_1_1523645171335_32765"> plot = wrf_map_overlays(e1,wks,(/contour_psl1,contour_psl2/),pltres,mpres)<br id="yui_3_16_0_ym19_1_1523645171335_32766"><br></div><div id="yui_3_16_0_ym19_1_1523645171335_32668">Thank you.<br></div></div></body></html>