[Thread Prev][Thread Next][Index]

Re: problem on removing labels on a contour



Hi Zibiao,
There are more convenient ways to get rid of the group of labels in the
upper right; CANCEL MODE LOGO will remove those labels for
all plots once it is issued.
yes? cancel mode logo
yes? use coads_climatology
yes? contour/fill/title=" "/L=1 sst

If you still want to also remove other labels, then you will need the go unlabel
command, as you show in your example. There appears to be a bug in using
the syntax CONTOUR/FILL and /SET, but if you use FILL then you can still
make the color filled plot:

yes? cancel mode logo
yes? use coads_climatology
yes? fill/title=" "/L=1/SET sst
yes? go unlabel 1
yes? go unlabel 2
yes? ppl fill

You can set the axis lengths in order to use the white space that is freed when
you remove labels. Once a plot has been made you can say

yes? show symbols

and you will see symbols called ppl$xlen ppl$ylen which are the axis lengths
that had been set according to default values. You can reset the lengths with
the ppl axlen command

yes? cancel mode logo
yes? use coads_climatology
yes? contour/fill/title=" "/L=1/set sst
yes? ppl axlen 8,7
yes? go unlabel 1
yes? go unlabel 2
yes? ppl contour/fill

Zibiao Zhang wrote:

Dear All!

I had a contour plot, and I removed the labels successfully, however, the color has gone with the labels, Any body knows what is the problem?
my script is:

contour/fill/title=''/i/j/k/set var
go unlabel 1; ... go unlabel 6;
ppl contour

Another problem is how can I use the space freed from labels to the plot?

thanks.



[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement