X-Axis title in X-Log plot.

From: Wang, Yi <yi.wang_at_nyahnyahspammersnyahnyah>
Date: Thu, 08 Nov 2007 12:34:57 -0800

Hi There:

My code seems not willing to add X-Axis for a X-Log plot as below:

 res1 = True
 res1_at_gsnDraw = False
 res1_at_gsnFrame = False
 res1_at_tiMainString = "Frequency and Response"

 res1_at_trXMinF = 0.001
 res1_at_trXMaxF = 0.5
 res1_at_trYMinF = -0.2
 res1_at_trYMaxF = 1.2
 res1_at_trXLog = True
 res1_at_trYLog = False
 res1_at_tmXBMode = "Explicit" ; explicit labels
 res1_at_tmXBValues = (/0.01,0.02,0.1/)
 res1_at_tmXBLabels = (/"100","50","10"/)
 res1_at_tiXAxisOn = True
 res1_at_tiXAxisString = "Period (days)" ;;;tiXAxisString

; plot(1) = gsn_csm_xy (wks,wts_at_resp,wts_at_freq,res1)
 plot(1) = gsn_csm_xy (wks,freq,wts_at_resp,res1)

How do I fix this?

Thanks in advance,

Yi

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Nov 08 2007 - 13:34:57 MST

This archive was generated by hypermail 2.2.0 : Fri Nov 09 2007 - 09:36:39 MST