<div dir="ltr">I would suggest making such an effect in a program like Adobe Illustrator or similar - it would honestly be an order of magnitude faster to do, or even to learn if you are unfamiliar with such software. In reality though, it would probably be easier for you to simply choose another color to plot in if you are worried about visibility.<div>

<br></div><div>The implementation of such a procedure from your end would likely take several days to accurately script and be terribly inefficient, as the native NCL code is written in a more efficient language. It would also still be lacking in many of the basic features that already exist. If you really want to get started on such a project, I strongly suggest using the NCL documentation as much as possible (including the search) and looking over the polygon/polyline example page at <a href="http://ncl.ucar.edu/Applications/polyg.shtml">http://ncl.ucar.edu/Applications/polyg.shtml</a></div>

<div>I cannot possibly guide you beyond this as this is not something I would recommend anyone try without being very familiar with the intricacies of NCL or, preferably, the underlying code. That&#39;s why it&#39;s wonderful to have such responsive developers helping us out and taking requests such as these into consideration - even if these requests take a bit of time to fully implement.</div>

<div><br></div><div><br></div><div>Kyle</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">----------------------------------------<div>Kyle S. Griffin</div><div>Department of Atmospheric and Oceanic Sciences</div>

<div>University of Wisconsin - Madison</div><div>Room 1421</div><div>1225 W Dayton St, Madison, WI 53706</div><div>Email: <a href="mailto:ksgriffin2@wisc.edu" target="_blank">ksgriffin2@wisc.edu</a></div></div></div>
<br><br><div class="gmail_quote">On Thu, Jul 24, 2014 at 2:29 PM, Rabah Hachelaf <span dir="ltr">&lt;<a href="mailto:hachelaf@sca.uqam.ca" target="_blank">hachelaf@sca.uqam.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">Hi Kyle,<div><br></div><div>My goal is overlay a green windbarb over a black ones with a higher thickness to get a green barb with a black borders like image attached.</div><div>I success to do that but for winds speed over 50KT the problem about pennant occur.</div>


<div><br></div><div>Please can you tell me what is steps to do to create a filled polygone and rotated it to the angle of each wind barb line.</div><div><br></div><div>Thanks.</div></div><div class="gmail_extra"><br><br>

<div class="gmail_quote">
2014-07-24 15:13 GMT-04:00 Kyle Griffin <span dir="ltr">&lt;<a href="mailto:ksgriffin2@wisc.edu" target="_blank">ksgriffin2@wisc.edu</a>&gt;</span>:<div><div class="h5"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr">As Dave is one of the developers, he does usually know best. However, if it is very important to you to change it and you have a reasonable number on your plot, I would recommend outputting your file as a PS, EPS, or PDF and taking the vector file into a post-processing program such as Adobe Illustrator or similar. There, you can edit the length/width/color/position of the lines as necessary. Beyond that, I doubt this feature is simple to address. If you were going to set about fixing this as a user, you could start writing the code to draw each line individually relative to a base point and use the gsn_add_polyline(...) function or similar to try and construct these on your own. For the pennants, you would likely need gsn_add_polygon(...) to create a filled polygon, once again rotated to the angle of each wind barb line. Of course, this would be duplicating much of the code already written behind-the-scenes in NCL, but it IS possible if you really need a customized implementation in the immediate future.<div>




<br></div><div><br></div><div>Kyle</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">----------------------------------------<div>Kyle S. Griffin</div><div>Department of Atmospheric and Oceanic Sciences</div>




<div>University of Wisconsin - Madison</div><div>Room 1421</div><div>1225 W Dayton St, Madison, WI 53706</div><div>Email: <a href="mailto:ksgriffin2@wisc.edu" target="_blank">ksgriffin2@wisc.edu</a></div></div></div><div>


<div>
<br><br><div class="gmail_quote">On Thu, Jul 24, 2014 at 1:50 PM, Rabah Hachelaf <span dir="ltr">&lt;<a href="mailto:hachelaf@sca.uqam.ca" target="_blank">hachelaf@sca.uqam.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">Hi David,<div><br></div><div>Yes i re-post my question maybe some one from NCL users has an other idea.</div><div><br></div><div>Rabah</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-24 14:11 GMT-04:00 David Brown <span dir="ltr">&lt;<a href="mailto:dbrown@ucar.edu" target="_blank">dbrown@ucar.edu</a>&gt;</span>:<div>




<div><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Rabah,<div>As you know I previously answered this question for you personally prior to your joining ncl-talk. For the record I am now answering on ncl-talk:</div>





<div><div><br></div><div><div style="font-family:arial,sans-serif;font-size:13px">
You have diagnosed the problem correctly, and unfortunately there is no resource to directly control the size of the pennant part of the wind barb glyphs. The size and area of the pennants is fully determined by the vcWindBarbTickLengthF and the vcWindBarbTickAngleF. Unfortunately there is currently no adjustment made to account for the width of the lines, which also has the effect of making the barbs longer than their nominal length. No one has ever asked for this kind of flexibility in the past, but I can see that it could be useful. </div>






<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">You could try playing with the tick length and tick angle resources. They may help give you a combination that looks better. But until we can add another option, my suggestion would be to just try to keep the width as small as feasible for your purposes.</div>






</div></div><div style="font-family:arial,sans-serif;font-size:13px"> -dave</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Tue, Jul 22, 2014 at 4:54 PM, Rabah Hachelaf <span dir="ltr">&lt;<a href="mailto:hachelaf@sca.uqam.ca" target="_blank">hachelaf@sca.uqam.ca</a>&gt;</span> wrote:<br>






</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">
<div>Hi NCL users,</div>
<div><div><div><div><div><br></div><div>I have problem with plotting wind barb with a relatively big thickness </div>
<div><br></div><div>I am using vcWindBarbLineThicknessF command to increase wind barb thickness </div>


<div>it&#39;s correct for all wind barbs only for higher than 50KT ones where the pennants or small triangle aren&#39;t affected by the thickness set.</div><div>When reading some documentation i noted that</div><div><br>









</div>
<div> &quot;<span style="color:rgb(0,0,0);font-family:verdana,sans-serif;font-size:13px;line-height:16px"> </span><span style="color:rgb(0,0,0);font-family:verdana,sans-serif;font-size:13px;line-height:16px">The pennants are drawn using a filled polygon, while the ticks, the shaft, and the calm circle are all rendered with polylines.</span>&quot;</div>










<div><br></div><div>So i think this is why pennants aren&#39;t affected by the thickness change.</div><div><br></div><div>Have you some tricks to solve this problem and get the same pennants thickness like the ticks.</div>










<div><br></div><div>Attached you can find an example of my case, where wind speed is supposed to be about between 55KT and 60KT</div><div><br></div><div>Thank you.</div><br><div dir="ltr"><div>------------------------------</div>










Cordialement,<br>Best regards,<br>Rabah Hachelaf </div><div>Msc Studient UQAM</div><div>Montréal/CANADA<br>     ____   <br>    (       )<br>   (        )                       <br>  (___ __)                      <br>   /////////      <br>







</div></div></div></div></div></div></div></div></div>
</div>
<br></div></div>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>
</blockquote></div></div></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr"><div>------------------------------</div>Cordialement,<br>Best regards,<br>Rabah Hachelaf <br></div>
</div></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div></div></div>
</blockquote></div></div></div><div><div class="h5"><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><div>------------------------------</div>Cordialement,<br>Best regards,<br>Rabah Hachelaf <br></div>
</div></div></div>
</blockquote></div><br></div>