<div dir="ltr">Hi Adam:<div><br></div><div>Thank you.</div><div><br></div><div>Just to reiterate your point.  When I added:</div><div><br></div><div>





<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:20px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">res@xyMarkerSizeF = mark_sizes ; an array I created.</span></p></div><div><br></div><div>I increased the size of the second index in the xaxis and yaxis array to 3 from 2, since I added a third resource.</div><div><br></div><div>Barry</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 5, 2019 at 9:37 PM Adam Phillips <<a href="mailto:asphilli@ucar.edu">asphilli@ucar.edu</a>> wrote:<br></div><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">Hi Barry,<div>Thanks for providing a simple easy to use script that illustrates the issue. Even though you are not creating a scatter plot, to get different marker colors and styles you do need your x and y inputs to be two dimensional as that is how the xyMarkerColors/xyMarkers resources apply their settings. </div><div><br></div><div>As an example, if you have three markers to draw and you want each to be a different color and a different symbol, the hypothetical coding would look like this:</div><div>xaxis = new((/3,2/),float)    ; need two dimensional array for different marker colors/styles, and the second dimension must be of size =>2</div><div>yaxis = xaxis </div><div><br></div><div>; fill in xaxis/yaxis arrays for (:,0), no need to fill in data for (:,1) in this specific example </div><div><br></div><div>res = True</div><div>...</div><div>res@xyMarkerColors     =  (/"green","blue","red"/)<br>res@xyMarkers            = (/ 3,4,5/)<br></div><div>plot  = gsn_csm_xy (wks,xaxis,yaxis,res)<br></div><div><br></div><div>The above coding will result in:</div><div>xaxis(0,0) / yaxis(0,0) value being shaded green with marker style #3</div><div><div>xaxis(1,0) / yaxis(1,0) value being shaded blue with marker style #4</div><div>xaxis(2,0) / yaxis(2,0) value being shaded red with marker style #5<br></div></div><div><div><br></div></div><div>I've attached a modified version of your script with the resulting output. <br>Adam</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 5, 2019 at 10:07 AM Barry Lynn via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>> wrote:<br></div><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"><font face="arial, sans-serif">Hello:</font><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">I have a relatively simple program to create a scatter plot (attached).</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">There are actually three sets of numbers, which are put into the xaxis and yaxis.  </font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">I also set:</font></div><div><font face="arial, sans-serif"><br></font></div><div>





<p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-Apple-converted-space" style="font-size:21px">  </span>res@xyMarkerColors <span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-Apple-converted-space">    </span>=<span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-Apple-converted-space">  </span>colors</font></span></p>
<p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-Apple-converted-space">  </span>res@xyMarkers<span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-Apple-converted-space">          </span>:=<span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-Apple-converted-space">  </span>markers</font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif"><br></font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif">with the hope to create three sets of marker with different colors and marker symbol.</font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif"><br></font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif">However, all my markers are blue and the same symbol (the first setting).</font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif"><br></font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif">I am wondering how to set specific marker and colors for each element of the xaxis, yaxis, 1 dimensional arrays.</font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif"><br></font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif">I saw something in the NCL pages about creating a two dimensional array, but this was for a scatter plot, which mine technically is not.</font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif"><br></font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><span class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-s1" style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif"><a href="https://www.ncl.ucar.edu/Applications/Scripts/scatter_1.ncl" target="_blank">https://www.ncl.ucar.edu/Applications/Scripts/scatter_1.ncl</a><br></font></span></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><font face="arial, sans-serif"><br></font></p><p class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0)"><font face="arial, sans-serif">Thank you,</font></p></div><div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail-m_-8600884409979696005gmail_signature"><div dir="ltr"><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_-6626321501300380035gmail-m_5475758668271473024gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div>