Re: xy scatter plot markers

From: Ekin Akoglu <ekin_at_nyahnyahspammersnyahnyah>
Date: Thu Mar 11 2010 - 23:56:36 MST

I found the solution. Actually a 7x7 matrix is needed where except from
the real data, corresponding data points equal to zero. That is a matrix
of which main diagonal includes the data and rest is zero.

Regards,

Ekin

On 03/12/2010 04:34 AM, Ekin Akoglu wrote:
> 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* <http://www.mailscanner.info/>, and is
> believed to be clean.
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>

-- 
*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 23:56:07 2010

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