Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

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

    r134 r142  
    11;+ 
    2 ; NAME: 
    32; 
    4 ;         SYMBOLS 
    5 ;          
    6 ; PURPOSE: 
    7 ; 
    8 ;         Create custom plotting symbols 
    9 ;          
    10 ; CALLING SEQUENCE: 
     3; @file_comments 
     4; Create custom plotting symbols 
    115;  
    12 ;         SYMBOLS,SYMBOL_NUMBER,SCALE 
    13 ;            
    14 ; INPUTS: 
    15 ;        SYMBOL_NUMBER: 
     6; @param NSYM {in}{required} 
    167;         
    178;                1 = open circle 
     
    3425;                32 = filled triangle 
    3526;                 
    36 ;        SCALE - size of symbols. 
     27; @param SCALE {in}{required} 
     28; size of symbols. 
    3729;         
    38 ; KEYWORD PARAMETERS: 
    39 ;  
    40 ;               COLOR - color of symbols 
     30; @keyword COLOR 
     31; color of symbols 
    4132;                
    42 ; SIDE EFFECTS: 
    43 ;  
    44 ;           The desired symbol is stored in the user buffer and  
    45 ;           will be plotted if !P.PSYM = 8. 
     33; @restrictions 
     34; The desired symbol is stored in the user buffer and  
     35; will be plotted if !P.PSYM = 8. 
    4636; 
    47 ; MODIFICATION HISTORY: 
    48 ;  
    49 ;               Jeff Bennett, U of Colorado, 198? 
     37; @history 
     38; Jeff Bennett, U of Colorado, 198? 
     39; 
     40; @version 
     41; $Id$ 
     42; 
    5043;- 
    5144pro symbols,nsym,scale,color=col 
Note: See TracChangeset for help on using the changeset viewer.