[Thread Prev][Thread Next][Index]

Re: plot on a large region



Hi Tony,
           It can be done easily with the qualifiers "/VLIMITS" & 
"/HLIMITS" with the FILL command as shown below :

   set data levitus_climatology
   let sst = temp[k=1,x=-98:10,y=10:65] ! extract data for smaller
                                        !    region
   fill/lev=(0,30,0.25) sst  ; pause    ! the default way
                                        ! now use "/vlim & /hlim"
                                        !  to specify the larger reg. 
   fill/vlim=10:85:5/hlim=-100:30:10/lev=(0,30,0.25) sst

Hope This Helps

With Regards 

Jaison 



On Thu, 31 Mar 2005, Tony Jolibois wrote:

>           Hi all,
> 
> I have a dataset which cover a region like this : x=-98:10 y=10N:65N.
> Is it possible to plot this data in a larger region (x=-100:30 y=10:85) ?
> Because it seems that automaticaly ferret zoom to the region where data 
> exist.
> 
> The command below produce the plot attached, but I would like a larger 
> region.
> 
> [login@las-dev fraser]$ ferret -gif
>         NOAA/PMEL TMAP
>         FERRET v5.50
>         Linux 2.4.3-12smp - 01/15/03
>         31-Mar-05 14:56
>  
> yes? set data 
> "http://opendap2.mercator-ocean.fr/dodsC/mercator_psy2v1_mersea_grid1o8_nat_best_estimate";
> yes? show grid temperature
>     GRID GPP1
>  name       axis              # pts   start                end
>  LONGITUDE LONGITUDE          869mr   98.5W(-98.5)         10E
>  LATITUDE  LATITUDE           441 r   10N                  65N
>  DEPTH     DEPTH (m)           12 i-  5                    3000
>  TIME      TIME               675 r   01-JUN-2003 00:00    05-APR-2005 00:00
> yes? set region/x=-98.5:10/y=0:85N/z=5/t=05-APR-2005
> yes? fill/levels=(0,30,0.2) temperature
> yes? frame/file=temperature.gif
> yes? exit
> 
> Tony
> 

-- 
___________________________________________________

    Jaison Kurian                           
    Centre for Atmospheric and Oceanic Sciences
    Indian Institute of Science
    B A N G A L O R E   560 012
    Ph: +91-80-3942505
        +91-80-3600450
    Fax:+91-80-3600865
___________________________________________________


[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement