Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/symbols.pro

    r142 r231  
    33; @file_comments 
    44; Create custom plotting symbols 
    5 ;  
     5; 
    66; @param NSYM {in}{required} 
    7 ;         
     7;        
    88;                1 = open circle 
    99;                2 = filled circle 
     
    2424;                31 = filled diamond 
    2525;                32 = filled triangle 
    26 ;                 
     26;                
    2727; @param SCALE {in}{required} 
    2828; size of symbols. 
    29 ;         
     29; 
    3030; @keyword COLOR 
    3131; color of symbols 
    3232;                
    3333; @restrictions 
    34 ; The desired symbol is stored in the user buffer and  
     34; The desired symbol is stored in the user buffer and 
    3535; will be plotted if !P.PSYM = 8. 
    3636; 
     
    4242; 
    4343;- 
    44 pro symbols,nsym,scale,color=col 
     44; 
     45PRO symbols,nsym,scale,color=col 
    4546; 
    4647  compile_opt idl2, strictarrsubs 
     
    6667                      ;nsyms greater than 10 should be filled arrows 
    6768                      if nsym gt 10 then begin 
    68                          xarr[3] = 6.  
     69                         xarr[3] = 6. 
    6970                         xarr[4] = 10. 
    7071                         yarr[3] = -2. 
Note: See TracChangeset for help on using the changeset viewer.