[Thread Prev][Thread Next][Index]

Re: [ferret_users] labels still show up in ps file after removing iton screen



Hi Zhen,
You need to issue the first plot command with the /SET_UP qualifier before the calls to unlabel.  unlabel.jnl makes pplus calls, and those take effect when you have put Ferret into the setup state.
set mode meta
ppl cross 1
plot/set/thick=2 var1,var2,var3
go unlabel 1
go unlabel 2
go unlabel 3
go unlabel 4
go unlabel 5
go unlabel 6
ppl plot
Also note that as a convenience, the Ferret "logo" can be removed from any plot by issuing a

cancel mode logo

before plot commands.

Ansley

zhen.li@gsfc.nasa.gov wrote:
Hi Ferret users:

I have a script to plot several variables and to remove the labels except the
legend. However, when I generate the ps file, those removed labels still show
up. I wonder if anyone knows how to fix this problem. Below is my script.

>>>>>
set mode meta
ppl cross 1
plot/thick=2 var1,var2,var3
go unlabel 1
go unlabel 2
go unlabel 3
go unlabel 4
go unlabel 5
go unlabel 6
ppl plot
<<<<<

Thanks!

Zhen



[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement