Re: labelbar display problem

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu, 26 Oct 2006 20:44:34 -0600 (MDT)

> i use the ncl scripts to generate contour plot,but the labelbar will draw on the x-axis labels.(see attach file "a.gif")
>
> begin
>
> f = addfile("filepath","r")
>
> var = f->T(0,:,:)
> wks = gsn_open_wks("ps","a")
> res = True
> res_at_gsnMaximize = True
> res_at_gsnPaperOrientation = "portrait"
> res_at_pmTickMarkDisplayMode = "Always"
> res_at_gsnAddCyclic = False
> res_at_mpMaxLonF =
> res_at_mpMinLonF =
> res_at_mpMaxLatF =
> res_at_mpMinLatF =
>
> Plot = gsn_csm_contour_map(wks,x,res)
>
> if i turn off the res_at_pmTickMarkDisplayMode( ; res_at_pmTickMarkDisplayMode ),the labelbar will display normal(see attach file "b.gif")
>
> But i need to set the res_at_pmTickMarkDisplayMode = "Always" and wish the display will be normal.
>
> Can anyone help me ? Thank you
-----------------------------------------------------

Try

   res_at_pmLabelBarOrthogonalPosF = .10 ; move label bar down

Others may have better suggestions.

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Oct 26 2006 - 20:44:34 MDT

This archive was generated by hypermail 2.2.0 : Wed Nov 01 2006 - 11:37:05 MST