[Thread Prev][Thread Next][Index]

Re: seeing date information



Hi all,
The TITLE, XLAB, YLAB are all positioned in specific locations
and can't be moved, themselves.  But if you remove the title, for
instance, you can always put that information elsewhere on the
page with the LABEL command.

Also, you can change any of these labels, without using /NOLABEL.
Here's a slightly different way of making the same plot, just so
you have another example (also see the script remove_logo for
another way to control the Ferret logo).   This example makes up
some data to plot.

yes? CANCEL  MODE logo   ! new in v5.50: turn off the 3-line Ferret logo

yes? FILL/TITLE=""/SET  x[x=1:15] + y[y=1:10]
yes? PPL XLAB "new xlab"
yes? PPL YLAB "new ylab"
yes? PPL FILL

! Now add a label, using plot page coordinates

yes? LET xpos = ($ppl$xlen)/2
yes? LET ypos = ($ppl$ylen)+0.5
yes? LABEL/NOUSER `xpos`, `ypos`,  0, 0, 0.15 "new title at top"


Arindam Chakraborty wrote:

> hi Rolando,
>         any of the x, y labels and the title can be added using the
> following method:
> yes? CONTOUR /Z=0 /FILL /nolabel /set TEMPERATURE
> yes? ppl xlab Your x-lab
> yes? ppl ylab Your y-lab
> yes? ppl title Your Title
> yes? ppl fill
>
> This will add all x, y labs and title to the plot. You may suppress
> any one of them simply by not having that line or using
> yes? ppl xlab ! null, no x-lab
>
> However, in this way the title will come still below the plot. I don't
> know how to place the title using the ppl title command or the /title
> qualifier at the top of the plot. Anyways, you may have your title at
> the top of the plot very easily using this one line:
>
> yes? label/nouser `($ppl$xlen)/2`,`($ppl$ylen)*1.05`,0,0,0.2,@ACYour \
> Title
>
> ppl$xlen and ppl$ylen are variables having the x and y axes lengths
> in inches.
>
> Hope this helps,
>
> ~ Arindam C
>
> On Fri, 23 May 2003, Rolando S. Balotro wrote:
>
> > Hi Arindam and Murat
> >
> > Im following your discussion with labels. There is also this problem of
> > dissapearing x -axis label (e.g. longitude) and y-axis label (e. g.
> > latitude) and the title (on the bottom portion) of the frame altogether
> > with /nolabel command.
> >
> > yes? CONTOUR /Z=0 /FILL /nolabel TEMPERATURE
> >
> > Suppose you want to keep the axis labels without the title or placed the
> > title on the upper portion of the panel?
> >
> > thanks in advance
> > roland
> >
> >
> >
> >
> > Arindam Chakraborty wrote:
> > > hi Murat,
> > >     you can do this using the go script unlabel.jnl distributed
> > > with ferret:
> > > fill/set PRES[l=1,k=1]
> > > go unlabel 1
> > > go unlabel 2
> > > go unlabel 3
> > > go unlabel 5
> > > go unlabel 6
> > > ppl fill ! x, y axes labels and title will remain
> > >
> > > The unlabel script removes the label number given as its argument. In
> > > this case label #4 is the time stamp and we are removing the others
> > > except that. You will be able to see those movable labels by issuing
> > > the command:
> > > ppl list labels
> > >
> > > However, there's a more convenient method where you'll have full
> > > control over the text type and position of the time stamp on your
> > > plot:
> > >
> > > fill/nolabels PRES[l=1,k=1] ! remove all the labels
> > > def sym tstamp = `pres[l=1],r=tstart` ! get the time stamp for l=1 \
> > > and store it in tstamp as string
> > > ! Now use this string ($tstamp) to put the label using label something
> > > like this:
> > > label/nouser `($ppl$xlen)/2`,`($ppl$ylen)+0.2`,0,0,0.2,@AC($tstamp)
> > >
> > >
> > > Hope this helps,
> > >
> > >  ~ Arindam C
> > >
> > > On Thu, 22 May 2003, Murat Gunduz wrote:
> > >
> > >
> > >>Dear Ferret users,
> > >>
> > >>I need to improve my plots, I am generating my plots below command,
> > >>
> > >>fill/nolabels PRES[l=1,k=1]
> > >>
> > >>This command clear all the labels in my plot and I can then include
> > >>the necessary information with LABEL command.
> > >>However, I would like to see also the date (l=1) in my plot.
> > >>
> > >>The time axis of my variable is below;
> > >>
> > >>yes? list PRES[i=1,j=1]
> > >>             VARIABLE : 1,0 x
> > >>             DATA SET : avn model
> > >>             FILENAME : P1
> > >>             FILEPATH : P1.nc
> > >>             SUBSET   : 13 points (TIME)
> > >>             LONGITUDE: 30W(-30)
> > >>             LATITUDE : 0
> > >>                           30W(-30)
> > >>                             1
> > >> 06-MAY-2003 12:00 /  1:  101258.
> > >> 06-MAY-2003 18:00 /  2:  100879.
> > >> 07-MAY-2003 00:00 /  3:  101141.
> > >> 07-MAY-2003 06:00 /  4:  100933.
> > >> 07-MAY-2003 12:00 /  5:  101240.
> > >> 07-MAY-2003 18:00 /  6:  100888.
> > >> 08-MAY-2003 00:00 /  7:  101150.
> > >> 08-MAY-2003 06:00 /  8:  100754.
> > >> 08-MAY-2003 12:00 /  9:  101178.
> > >> 08-MAY-2003 18:00 / 10:       0.
> > >> 09-MAY-2003 00:00 / 11:  101246.
> > >> 09-MAY-2003 06:00 / 12:       0.
> > >> 09-MAY-2003 12:00 / 13:  101252.
> > >>========
> > >>
> > >>I want to see 06-MAY-2003 12:00 in my plot. Could you please help
> > >>how can I see my first time date information in my plot?
> > >>
> > >>Thanks
> > >>Murat
> > >>
> > >>
> > >>
> > >>--
> > >>
> > >>               \ ||| /
> > >>               ( o o )
> > >>  __________oOO__(_)__OOo___________________________________________
> > >>  |________|_______|________|________|________|________|_______|____
> > >>  Murat Gunduz |________|________|_______|________|________|________
> > >>  Orta Dogu Teknik Universitesi, Deniz Bilimleri Enstitusu ______|__
> > >>  Institute of Marine Sciences, Middle East Technical University____
> > >>  P.K. 28 Erdemli - Mersin 33731 Turkey_______|______|_______|______
> > >>  Tel: +90-324-521-2406 Fax: +90-324-521-2327___|________|_______|__
> > >>  e-mail:  gunduz@ims.metu.edu.tr, e125434@metu.edu.tr_______|______
> > >>  ___________________________________________________________|______
> > >>                || ||
> > >>               ooO Ooo
> > >>
> > >
> > >
> > >
> > >
> > >
> >
> >
> >



[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement