Re: double xyplots with markers

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon, 16 Oct 2006 20:52:03 -0600 (MDT)

> I have a question concerning the xyMarkLineModes for gsn_xy. I want to do
> double xyplots on the same axis, both of which are supposed to be
> "Markers" type.
>
> Here is what I do.
>
> res = True
> res_at_xyMarkLineModes = "Markers"
> plot = gsn_xy(wks,...,(/...,.../),res)
>
> ... stand for the arrays.
>
> What happens is only the first plot are "Markers", while the second one is
> still a line. Do you have any suggestion what I should do?
> _______________________________________________

See for example

http://www.ncl.ucar.edu/Document/Manuals/Getting_Started/Examples/gsun01n.shtml

res_at_xyMarkLineModes = (/"Markers","Markers"/)

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Oct 16 2006 - 20:52:03 MDT

This archive was generated by hypermail 2.2.0 : Mon Oct 16 2006 - 22:16:12 MDT