<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi All,</p>
<p style="margin-top:0;margin-bottom:0">   I wanted to share a possible bug - although it's also possible I'm doing something wrong that I can't figure out. Long story short, I have a crontab'd, daily script that creates plots like this: <a href="http://operations.nysmesonet.org/~hudson2016/forecasts/2018103100SOMregressionforecast.png" class="OWAAutoLink" id="LPlnk75243" previewremoved="true">http://operations.nysmesonet.org/~hudson2016/forecasts/2018103100SOMregressionforecast.png</a> .
 That plot was created with NCL 6.3. It's a graph, with a table added to it below, with <span>"res@gsLineThicknessF = 6" for the table line thickness. I relocated this script to a different computer that uses NCL 6.5. That plot looks like: <a href="http://operations.nysmesonet.org/~hudson2016/forecasts/2018110100SOMregressionforecast.png" class="OWAAutoLink" id="LPlnk290253" previewremoved="true">http://operations.nysmesonet.org/~hudson2016/forecasts/2018110100SOMregressionforecast.png</a> -
 notice the table line thicknesses are much thinner.</span></p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>    I assumed I changed something in the move (and forgot), but recently I started making a new plot, also with a table attached to the bottom, using NCL 6.5, and sure enough, I can't change the line thickness. </span></p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>Even though I know most of these resources aren't relevant, these are the resources I've rotated through trying:<br>
<br>
</p>
<div>  tableres@gsLineThicknessF = 10.0</div>
<div>  tableres@gsFillLineThicknessF  = 25.0</div>
<div>  tableres@gsEdgesOn = True</div>
<div>  tableres@gsEdgeThicknessF = 20.0</div>
 </span>
<p></p>
<p style="margin-top:0;margin-bottom:0"> .... all with no luck. I'm wondering if anyone else has experienced this issue, or has any suggestions?</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">My script is very lengthy, and the underlying data complex, so I'm not sharing it here, but the table portion looks like:<br>
<br>
</p>
<div>tableres = True</div>
<div>  ncr = (/11,4/)     ; 4 rows, 3 columns</div>
<div>  tableres@txFontHeightF = .012 ; fontvalues       ; Font height</div>
<div>  tableres@gsLineThicknessF = 10.0</div>
<div>  tableres@gsFillLineThicknessF  = 25.0</div>
<div>  tableres@gsEdgesOn = True</div>
<div>  tableres@gsEdgeThicknessF = 20.0</div>
<div><br>
</div>
<div>  tableres@txJust = "CenterCenter" </div>
<div>ncr = (/4,11/)</div>
<div>tableres@txFont = "helvetica-bold"</div>
<div></div>
<div>  text := round(transpose(forecastoutages),3)</div>
<div>  text := where(text.lt.0,0,text)+""</div>
<div><br>
</div>
<div>  y := (/0.02,0.12/)         ; Start and end X</div>
<div>  x := (/0.2,0.8/)         ; Start and end Y</div>
<div><br>
</div>
<div>  tableres@txFontHeightF = .011 ; fontvalues       ; Font height</div>
<div>  tableres@txJust = "CenterCenter"</div>
<div></div>
<div><br>
</div>
<div>  colors := 10+round(transpose(forecastoutages),3)</div>
<div>  colors := where(colors.gt.220,220,colors)</div>
<div>  colors := where(colors.lt.10,10,colors)</div>
<div><br>
</div>
<div>  tableres@gsFillColor := colors </div>
<div></div>
<div><br>
</div>
<div>  gsn_table(wks,ncr,x,y,text,tableres)</div>
<div><br>
</div>
<div>ncr = (/4,1/)</div>
<div>x = (/.04,.2/)</div>
<div>res@gsFillColor := "white"</div>
<div>gsn_table(wks,ncr,x,y,(/"10% Worst Case:","Best Forecast~N~:","90% Worst Case:","99% Worst Case:"/),tableres)</div>
<div><br>
</div>
<div>ncr = (/1,11/)</div>
<div>x = (/0.2,0.8/)</div>
<div>y = (/0.12,0.145/)</div>
<div><br>
</div>
<div>  gsn_table(wks,ncr,x,y,dayarray,tableres)</div>
<p></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p><span style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">Nick Bassill, PhD</span></p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
Modeler & Meteorologist, Center Of Excellence (Prior: NYS Mesonet)</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
LC SB-28, 1400 Washington Ave.,</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
SUNY, University at Albany, NY 12222</p>
(518) 442-6375</div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
NYSM Products: <a href="http://operations.nysmesonet.org/~nbassill/" class="OWAAutoLink" id="LPNoLP">http://operations.nysmesonet.org/~nbassill/</a></div>
</div>
</div>
</div>
</body>
</html>