Re: Problemin creating title using time

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Wed Sep 07 2011 - 15:46:02 MDT

Hi Kemal,
Without seeing the plot I cannot know for sure, but looking at your
script I would venture to guess that one of the following resources:
gsnCenterString,gsnLeftString,gsnRightString, is being automatically set
based on an attribute attached to your tmp array.

Try setting these resources:
res@tiMainString = times(it) ; title
res@gsnLeftString = "" ; set left subtitle
res@gsnRightString = "" ; set right subtitle
res@gsnCenterString = "" ; set center subtitle

and let ncl-talk know if that doesn't fix the problem...
Adam

On 09/07/2011 03:37 PM, Gurer, Kemal@ARB wrote:
> Hi,
>
> I am trying to put the time as title in each frame of relative humidity
> that I am plotting, but cannot place it on the graph. It seems that a
> default title that comes from the calculation of relative humidity
> overrides the title that I am trying to construct using time. Could you
> help me point out where the problem is in the attached ncl script? Thank
> you for your support.
>
> Kemal.
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
______________________________________________________________
Adam Phillips                                asphilli@ucar.edu
NCAR/Climate and Global Dynamics Division       (303) 497-1726
P.O. Box 3000				
Boulder, CO 80307-3000    http://www.cgd.ucar.edu/cas/asphilli
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Sep 7 15:46:07 2011

This archive was generated by hypermail 2.1.8 : Mon Sep 12 2011 - 13:37:01 MDT