[Thread Prev][Thread Next][Index]

Re: graticule clobbers plot title and axis labels



Hi Keith,
	Here is a workaround using a duplicate label-less plot in a
overlay window.  Non-overlay methods would work if it weren't for the
time axis.

! define a dummy function of time
def axis/t=1-jan-0000:31-dec-0010:1/units=days tax
def grid/t=tax grd ; let var=t[g=grd]

! set the viewport for the original plot (I've just used "full")
set view full
plot var

! turn off the axis labeling and call up graticule
ppl axlabp,0,0 ; go graticule

! make an overlay viewport of the same size as original viewport
def view/size=1/orig=0,0/clip=1,1 voverlay
set view voverlay

! then plot the same function without labels
plot/nolab var

Hope this helps,
Mick

|____Mick.Spillane@noaa.gov____|
|__Room 2070 Bldg#3 NOAA/PMEL__|
|____Phone_:_(206)526-6780_____|





[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement