Ignore:
Timestamp:
08/12/08 14:35:46 (16 years ago)
Author:
pinsard
Message:

improvements of headers (typo, links, paragraphes, etc)

File:
1 edited

Legend:

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

    r325 r378  
    44; Create custom plotting symbols 
    55; 
    6 ; @param NSYM {in}{required} 
    7 ;        
    8 ;                1 = open circle 
    9 ;                2 = filled circle 
    10 ;                3 = arrow pointing right 
    11 ;                4 = arrow pointing left 
    12 ;                5 = arrow pointing up 
    13 ;                6 = arrow pointing down 
    14 ;                7 = arrow pointing up and left (45 degrees) 
    15 ;                8 = arrow pointing down and left 
    16 ;                9 = arrow pointing down and right. 
    17 ;                10 = arrow pointing up and right. 
    18 ;                11 through 18 are bold versions of 3 through 10 
    19 ;                19 = horizontal line 
    20 ;                20 = box 
    21 ;                21 = diamond 
    22 ;                22 = triangle 
    23 ;                30 = filled box 
    24 ;                31 = filled diamond 
    25 ;                32 = filled triangle 
    26 ;                
     6; @param NSYM {in}{required} {type=integer} 
     7; Code of sympbols : 
     8; 1 = open circle 
     9; 2 = filled circle 
     10; 3 = arrow pointing right 
     11; 4 = arrow pointing left 
     12; 5 = arrow pointing up 
     13; 6 = arrow pointing down 
     14; 7 = arrow pointing up and left (45 degrees) 
     15; 8 = arrow pointing down and left 
     16; 9 = arrow pointing down and right. 
     17; 10 = arrow pointing up and right. 
     18; 
     19; 11 through 18 are bold versions of 3 through 10 
     20; 
     21; 19 = horizontal line 
     22; 20 = box 
     23; 21 = diamond 
     24; 22 = triangle 
     25; 30 = filled box 
     26; 31 = filled diamond 
     27; 32 = filled triangle 
     28; 
    2729; @param SCALE {in}{required} 
    2830; size of symbols. 
     
    3032; @keyword COLOR 
    3133; color of symbols 
    32 ;                
     34; 
    3335; @restrictions 
    3436; The desired symbol is stored in the user buffer and 
Note: See TracChangeset for help on using the changeset viewer.