<div dir="ltr"><div><br>Hi Julie,<br><br><br></div><div>How are you setting the color(s) of the 30 ensemble members?  If they are being set to one color via xyLineColor, and set with a 3-tuple, you can of course make that a 4-tuple with the 4th component being translucency.  If they are set via an array of 3-tuple colors and xyLineColor<span style="background-color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)">s<font color="#000000">, the you can do something like:<br><br></font></span></span></span></div><div><span style="background-color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)"><font color="#000000">   dims = dimsizes(myColors)<br></font></span></span></span></div><div><span style="background-color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)"><font color="#000000">   myColorsWithAlpha = new((/ dims(0), dims(1)+1/), float)<br></font></span></span></span></div><div><span style="background-color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)"><font color="#000000">   myColorsWithAlpha(:, 0:2) = myColors<br></font></span></span></span></div><div><span style="background-color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)"><font color="#000000">   myColorsWithAlpha(:, 3) = 0.25   ; sets all colors alpha/tranlucency to .25<br><br></font></span></span></span></div><div><span style="background-color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)"><font color="#000000">If they are set via one or more named colors, there&#39;s the function  </font></span></span></span>&quot;namedcolor2rgba&quot; that would give you an array of 4-tuples, from which you can set the alpha channel accordingly.<br><br></div><div><span style="background-color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)"><font color="#000000">If none-of-the-above, please send me the relevant code fragments and I&#39;ll see if I can&#39;t help.  <br><br></font></span></span></span></div><div><span style="background-color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)"><font color="#000000">FWIW...the lack of a xyLineOpacityF resource seems like an omission, and may indeed be a bug ticket (if not, it will be!).<br><br></font></span></span></span></div><div><span style="background-color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)"><font color="#000000">Rick<br><br></font></span></span></span></div><div><span style="background-color:rgb(255,0,0)"><span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)"><span style=""></span></span></span><span style="background-color:rgb(244,204,204)"><span style=""></span></span><span style="background-color:rgb(243,243,243)"><span style=""><span style="background-color:rgb(255,255,255)"></span></span></span><span style="background-color:rgb(255,255,255)"><span style=""></span></span></span></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 2, 2016 at 7:21 PM, Julie Arblaster <span dir="ltr">&lt;<a href="mailto:julie.arblaster@monash.edu" target="_blank">julie.arblaster@monash.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>I am using gsn_csm_xy to plot 30 timeseries from 30 ensemble members on one XY plot. I would like to make these slightly transparent using the new color model so that when I overlay the ensemble mean it stands out but is in the same colour. But I can&#39;t find a xyLineOpacityF resource. Can I achieve this somehow with other resources easily?
</div><div><br></div><div>Thanks,</div><div>Julie</div></div>
<br>_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div></div>