<div dir="ltr">Hi Rabah,<div><br></div><div>I used this to create filled triangles for one of my plots:</div><div><br></div><div><div>mstring1 = &quot;u&quot;</div><div>fontnum1 = 34</div><div>xoffset1 = 0.0</div><div>yoffset1 = 0.0</div><div>ratio1   = 1.0</div><div>size1    = 1.0</div><div>angle1   = 0.0</div><div>  </div><div>Tm_index = NhlNewMarker(wks, mstring1, fontnum1, xoffset1, yoffset1, ratio1, size1, angle1)</div></div><div><br></div><div>So Tm_index (or any name you prefer) becomes your new marker. You can adjust the marker size later in your script, just like you do for the predefined markers.</div><div><br></div><div>More info. here:</div><div><a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/NhlNewMarker.shtml">https://www.ncl.ucar.edu/Document/Functions/Built-in/NhlNewMarker.shtml</a></div><div><br></div><div>Best,</div><div>V.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 28, 2015 at 1:33 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"><div><br></div>Hi NCL Users ,<div><br></div><div>My question is simple who to fill in  the predefined markers (<a href="https://www.ncl.ucar.edu/Document/Graphics/Images/markers.png" target="_blank">https://www.ncl.ucar.edu/Document/Graphics/Images/markers.png</a>) there is only circles filled in : </div><div><br></div><div>i want to use a filled triangle.</div><div>the script blow displays an unfilled triangle.</div><div><br></div><div><div><div> pmres = True</div><div>  pmres@gsMarkerColor = &quot;White&quot;</div><div>   pmres@gsMarkerIndex = 7</div><div>  pmres@gsMarkerSizeF = 0.01</div><div>  gsn_polymarker(wks,mp,12.00,-4.67,pmres)</div></div><div><br></div><div><div dir="ltr"><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Rabah.</div></font></span></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>