[Thread Prev][Thread Next][Index]

Re: [ferret_users] change contour line thickness



Hi Jammal,
            The answer to your question is, use /LEVELS qualifier with its
additional option "LINE", as /LEVELS="(lo,hi,delta) line(lo,hi,delta,1)".
See the examples given below (specifically, case 3). See User Manual,
Ch6 Sec8.1.1. to know more about /LEVELS qualifier. Use Ferret Manual and
mail archives ("Search the Archives" option is available at
http://ferret.pmel.noaa.gov/Ferret/Mail_Archives/ferret_mail_archives.html)
as first steps to solve any of your Ferret problem. I am pretty sure that 
you will find answer to most of your questions in this way.
 
This mail mail from Mark may be of interest to you:

http://www.ferret.noaa.gov/Ferret/Mail_Archives/fu_98/msg00235.html


!---------------examples---------------------------------------------
\cancel mode verify
!
! How to change the default thin/thick/dash/color scheme of contours? 
! 
! Let us make a dummy variable
!
     let var = (i[i=1:120]/100)^2+(j[j=1:120]/100)^2-1
!
!1. Default plot
!
     contour/lev="(-.8,.8,.2)"  var 
     pause 
!
!2. Thin continuous 0-line
!
     contour/lev="(-.8,.8,.2) line(0)" var
     pause
!
!3. All thin continuos lines
!
     contour/lev="(-.8,.8,.2) line(-.8,.8,.2,1)" var
     pause
!
!4. Thick continous -ve lines
!
     contour/lev="(-.8,.8,.2) DARK(-.8,-.2,.2) line(0)" var
     pause
!
!5. Delete 0-line
!
     contour/lev="(-.8,.8,.2) DEL(0)" var
     pause
!
!6. Dashed +ve values
!
     contour/lev="(-.8,.8,.2) line(-.8,-.2,.2,1) DASH(.0,.8,.2)" var
     pause
!
!7. Different colors
!
     contour/lev="(-.8,.8,.2) pen(-.8,-.2,.2,4) pen(.0,.0,.2,6) pen(.2,.8,.2,2)" var
     pause
!
!8. Different thick/thin colors
!      
     contour/lev="(-.8,.8,.2) pen(-.8,-.2,.2,4) DARK(-.8,-.2,.2,4) pen(.0,.0,.2,6) pen(.2,.8,.2,2) DASH(.2,.8,.2,2)" var
!
!
!-------------end of example----------------------------------------------------


Regards,

Jaison

 

On Sat, 2 Jun 2007, jammal Tanclei wrote:

> Hi all,
>    
>   Contour command generates corresponding contour ilnes especially including thicker line of "0" value, when I use it without any option (i.g. $contour elev ).
>   How can I unify the thickness of all value lines?
> 
>  			
> ---------------------------------
>  Here?s a new way to find what you're looking for - Yahoo! Answers 
> 
> 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement