Hi David,
your trick has worked perfectly. Thank you very much.
Jean
From: David Wang <climater@gmail.com>
To: jean oliveira <jeanbrazil@hotmail.com>
CC: ferret_users@noaa.gov
Subject: Re: [ferret_users] How can I remove the letter E (EAST) from the plot?
Date: Fri, 02 Jun 2006 13:20:24 -0400
>HI Jean,
>
>This trick that I usually do is to use PPL commands. Taking your
>data as an example, it could be done like:
>
>yes? plot/vs/vlimits=0:1110:-100/set temp[j=2],pres[j=2]
>yes? ppl xfor (i2)
>yes? ppl plot
>
>where i2 means that you format axis labels as two-digit numbers only
>(which is very obvious if you are familiar with FORTRAN).
>And you may check "xfor" in the manual for details.
>
>- d.
>
>jean oliveira wrote:
>
>>Dear ferret users,
>>
>>I have a file with ARGO’s data (tempe and pres). When I plot temp
>>vs pres (see above) the letter E appears with the temperature’s
>>worth. How can I remove the letter E from the plot?
>>
>>yes? use CO_PF_20060601_145303.nc
>>
>>yes? sho dat
>>
>>currently SET data sets:
>>
>>1> ./CO_PF_20060601_145303.nc (default)
>>
>>name title I J K L
>>
>>TEMP SEA TEMPERATURE IN SITU ITS-90 1:111 1:915 ... ...
>>
>>PRES SEA PRESSURE 1:111 1:915 ... ...
>>
>>yes? say `temp,return=unit`
>>
>>!-> MESSAGE/CONTINUE degree_Celsius
>>
>>degree_Celsius
>>
>>yes? plot/vs/vlimits=0:1110:-100 temp[j=2],pres[j=2]
>>
>>(figure:see the attachment)
>>
>>Thanks in advanced!
>>
>>Jean
>>
>
>