<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""></div>hello everyone,<div class=""><br class=""></div><div class="">I have a problem that has been nagging me for a while…</div><div class="">Here it is in its simplified form — </div><div class="">I would like to make a scatter plot of two variables, with each point in the plot represented by a different marker, selected from this list of possible markers:</div><div class=""><<a href="http://www.ncl.ucar.edu/Document/Graphics/Images/markers.png" class="">http://www.ncl.ucar.edu/Document/Graphics/Images/markers.png</a>></div><div class=""><br class=""></div><div class="">These are the plot resources I set:</div><div class=""><br class=""></div><div class=""><div class="">mkres = True</div><div class="">mkres@gsnDraw  = False                          ; need these to wait</div><div class="">mkres@gsnFrame = False</div><div class=""><br class=""></div><div class="">mkres@xyMarkLineMode   = "Markers"</div><div class="">mkres@xyMarkerSizeF     = 0.01           ; Marker size (default 0.01)</div><div class="">mkres@xyMarkers = ispan(2,16,1) </div></div><div class=""><br class=""></div><div class="">following various examples in plot types/scatter plots.</div><div class=""><br class=""></div><div class="">But instead of the expected different markers, I get the same marker, corresponding to the first value in “ispan(2,16,1)", for all points.</div><div class="">Is there some "sticky” default resource that needs to be unset?</div><div class=""><br class=""></div><div class="">I am running NCL version 6.3.0</div><div class=""><br class=""></div><div class="">Attached are the entire script, and a sample output.</div><div class=""><br class=""></div><div class="">Your help is much appreciated — </div><div class=""><br class="">
warm regards, alessandra</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""></div></body></html>