xy scatter plot markers

From: Ekin Akoglu <ekin_at_nyahnyahspammersnyahnyah>
Date: Thu Mar 11 2010 - 19:34:30 MST

Dear All,

What is wrong with this code? It plots all markers of the same type and
I could not figure it out why. My plotting arrays are 7x1.

  wks = gsn_open_wks ("ps","xy") ; open workstation

  res = True ; plot mods desired
  res@tiMainString = "1960 Keystoneness" ; add title
  res@xyMarkLineMode = "Markers" ; choose which have
markers
  res@xyMarkerColor = "black" ; Marker colors
  res@xyMarkerSizeF = 0.05 ; Marker size
(default 0.01)

  res@xyMarkers = (/0,12,1,9,3,5,7/)

  res@tmLabelAutoStride = True ; nice tick mark labels

  plot = gsn_csm_xy (wks,total_impact,ks,res) ; create plot

Regards,

-- 
*Ekin Akoglu*
Institute of Marine Sciences
Middle East Technical University
P.O. Box 28, 33731
Erdemli, Mersin
Turkey
Web: www.ims.metu.edu.tr
Email: ekin@ims.metu.edu.tr <mailto:ekin@ims.metu.edu.tr>
Phone: +90 324 521 34 34
GSM: +90 506 554 03 90
-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Mar 11 19:33:58 2010

This archive was generated by hypermail 2.1.8 : Fri Mar 12 2010 - 09:11:56 MST