<div dir="ltr"><div><div><div><div><div><div>Hi Anna,<br><br></div>One approach is exemplified by example #8 at:<br><br><a href="http://ncl.ucar.edu/Applications/polyg.shtml">http://ncl.ucar.edu/Applications/polyg.shtml</a><br><br></div>This approach draws the markers 1-by-1, looping over the marker array and setting the colors for each one based upon some criterion.<br><br></div>Another approach, more or less the same amount of effort, is to set up an array for the resource &quot;xyMarkerColors&quot; that contains a color value for each marker to be drawn. You&#39;d need an array the same length as your xy data, and would have to loop over it to fill in each entry with a color value based on your 3rd variable.<br><br></div>I note that you are already setting the resource xyMarkerColors with 2 colors. According to the documentation, if you have more xy data than color-values in xyMarkerColors, the remaining markers are drawn with the color set by the resource xyMarkerColor (singular) -- the default for that resource is whatever the foreground color (typically black).  So what you should have gotten in your existing example is one green marker, one blue marker, and the remainder black (?)  <br><br></div>Make sense?<br><br></div>Rick<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 9, 2015 at 10:25 AM, Anna Lena Bittner <span dir="ltr">&lt;<a href="mailto:anna@hbittnersth.de" target="_blank">anna@hbittnersth.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I would like to create a xy-plot with markers. The markers should have different colors. The colors should be controlled by a 3. variable.<br>
In my plot I already created the makers, but I don&#39;t know how to define the color with a 3. variable ( in my case the variable t).<br>
I couldn&#39;t find a description for this kind of plot. If there is a description on the homepage let me know.<br>
<br>
I have attached my scripts here.<br>
<br>
<br>
Thanks a lot for your help.<span class="HOEnZb"><font color="#888888"><br>
<br>
Anna Lena<br>
</font></span><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>