a question regarding scatter plot

From: H.Dang <danghy_at_nyahnyahspammersnyahnyah>
Date: Thu Mar 31 2011 - 17:06:30 MDT

Hi dear all,

I have a question regarding a scatter plot example on NCL website:

http://www.ncl.ucar.edu/Applications/Scripts/scatter_4.ncl

The last 2 lines are:

plot = gsn_csm_xy (wks,ts*&time*,data,res) ; create plot
end

The "&time" doesn't work in my NCL, but I can get plots simply use:

plot = gsn_csm_xy (wks,ts**,data,res) ; create plot
end

I'm not sure if it's okay if I do it this way. And is the x-axes is the
pre-defined "x"?

x = ispan(0,dimsizes(ts)-1,1)*1.

Thank you.

-- 
Cordially,
Hongyan(鸿雁)
Tel: 1-519-8884567ext36667

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Mar 31 17:06:58 2011

This archive was generated by hypermail 2.1.8 : Tue Apr 05 2011 - 09:01:21 MDT