[Thread Prev][Thread Next][Index]

Re: xfor



> From: Vincent Le Fouest <vincent_lefouest@uqar.qc.ca>
> Date: Wed, 12 Nov 2003 10:10:05 -0500
> Subject: xfor
> 
> I have a graph with longitudes appearing as, for example, 56.9oW.
> However, I would like it appears as 56.9 only but I cannot succeed in
> using the command ppl xfor "LON"). Am I wrong with the syntax?

The syntax to force lat/lon labels is very specific:

contour/set/.... variable
ppl xfor,(i5,''lon'')      ! or lonw for longitudes positive west
ppl yfor,(i5,''lat'')
ppl contour

The syntax is *exactly* as shown. Note the two sets of single 
quotes around lon or lat. Also note that "i5" must be specified
as shown. The only variation possible is to use "lonw" instead
of "lon" for longitudes positive west. (I think you can also use 
"lone" to force longitudes to be interpreted as positive east).

If you want to prevent degree/hemisphere marks, then specify:

ppl xfor,(f4.1)

Billy K


[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement