Re: remove minor thick (I got it)

From: juki juki <juky_emc2_at_nyahnyahspammersnyahnyah>
Date: Tue Sep 04 2012 - 00:50:06 MDT

O.K, I got it, the script must be: res_at_tmYLMinorOn = False Thanks again Joeky   ________________________________ From: juki juki <juky_emc2_at_yahoo.com> To: Arindam Chakraborty <arch13_at_gmail.com> Cc: NCL Talk <ncl-talk_at_ucar.edu> Sent: Tuesday, September 4, 2012 3:43 PM Subject: Re: remove minor thick Hi Dr. Arindam, thanks again. I still do not get the point.   >should be set after call of this function  For example: time_axis_labels(data&time, res, resTick )  res_at_tmYBMinorOn = False If I put the res_at_tmYBMinorOn = False after time_axis_labels function, it didn't work. How to put it, what kind of script (res_at_tmYBMinorOn = False  ??). Thanks again, Joeky ________________________________ From: Arindam Chakraborty <arch13_at_gmail.com> To: juki juki <juky_emc2_at_yahoo.com> Cc: NCL Talk <ncl-talk_at_ucar.edu> Sent: Monday, September 3, 2012 4:56 PM Subject: Re: remove minor thick hi Joeky,  time_axis_label(), among other resources, sets values for resources related to Minor ticks. So, setting this resource to False before calling of time_a..() will not help, and should be set after call of this function. regards,  --Dr Arindam Chakraborty CAOS, IISc, Bangalore-12 On Mon, Sep 3, 2012 at 3:03 AM, juki juki <juky_emc2_at_yahoo.com> wrote: Hi Arindam Chakraborty, thanks for nice suggestion. I tried before as: res_at_tmYBMinorOn = False, but no change, could you explain in detail ? > > >Thank you > > >joeky > > >  > > > > > > > > > >________________________________ > From: Arindam Chakraborty <arch13_at_gmail.com> >To: juki juki <juky_emc2_at_yahoo.com> >Cc: NCL Talk <ncl-talk_at_ucar.edu> >Sent: Monday, September 3, 2012 3:04 AM >Subject: Re: remove minor thick > > >hi joeky, > probably you need to do the following: > > >time_axis_label(... ) >switch off minor tick in the resource 'res' >call  plotting routine. > > >--Dr Arindam Chakraborty >CAOS, IISc, Bangalore-12 > > > > >On Sun, Sep 2, 2012 at 12:59 PM, juki juki <juky_emc2_at_yahoo.com> wrote: > >Hi all ncl users; >> >> >>I need to remove the minor thick of my Hovmoller plot. The hovmoller plot was plotted as: >> >> >>time_axis_labels(data&time, res, resTick ). I try to remove the minor thick by: >> >> >> >>  >>or >> >>resTick_at_tmYBMinorOn = False >> >> >> >>However, the minor thick is still there, no change. Probably, some body has experience on this matter. Thanks for sharing. >> >> >>Joeky >> >> >> >> >>  >> >> >>_______________________________________________ >>ncl-talk mailing list >>List instructions, subscriber options, unsubscribe: >>http://mailman.ucar.edu/mailman/listinfo/ncl-talk >> >> > > > _______________________________________________ ncl-talk mailing list List instructions, subscriber options, unsubscribe: http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Sep 4 00:50:15 2012

This archive was generated by hypermail 2.1.8 : Tue Sep 11 2012 - 15:30:42 MDT