why the contour line interval label of the panel plots is different from the individual plot?

From: xiao zhang <littledddna_at_nyahnyahspammersnyahnyah>
Date: Mon Jan 25 2010 - 02:33:22 MST

 hi, everyone. I have a question about the interval of the line label in
NCL. I plot a 3*3 panel plot using

gsn_panel(wks,(/p1,p2,p3,p4,p5,p6,p7,p8,p9/),(/3,3/),panel_res)

and the individual plots setting are:

    xyres@cnLineLabelsOn = True
    xyres@lbLabelBarOn = False
    xyres@cnInfoLabelOn = False
    xyres@cnLineLabelInterval = 1 ; labels for every line
(default=2)
    xyres@tmYROn = False
    xyres@gsnDraw = False ; don't draw yet
    xyres@gsnFrame = False ; don't advance frame yet

However, when i finish plot the panel, the interval label turns to be 4.
(It is 1 in the individual plot.)

Why is that?

                                  Thank you very much :)

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jan 25 02:33:29 2010

This archive was generated by hypermail 2.1.8 : Mon Feb 01 2010 - 08:05:34 MST