Ignore:
Timestamp:
08/10/06 09:01:35 (18 years ago)
Author:
smasson
Message:

introduce pltv.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt.pro

    r142 r152  
    55; 
    66; @file_comments  
    7 ; Draw horizontal graph (map) 
     7; Draw horizontal graph (map) with CONTOUR procedure 
    88; 
    99; @categories  
     
    1111; 
    1212; @param TAB1 {in}{required}  
    13 ; The field whose we want to make the horizontal map can be 2 kind of thing: 
     13; The field whose we want to make the horizontal map can be: 
    1414;         1) an array. if needed, its mean along the z and t direction 
    1515;         will be automatically performed. 
     
    120120; 
    121121; @keyword MAXIN  
    122 ; Allows to specify the max value we want to consider in the drawing of contour  
    123 ; helping by the keyword instead of the argument max. If the argument and the keyword are  
    124 ; specified in the same time, it is the value specified by the keyword which is retained. 
     122; to specify the max value we want to plot with a keyword instead of with the 
     123; input parameter max. If max is defined by both, parameter and keyword, the 
     124; keyword is retained. 
    125125; 
    126126; @keyword MININ  
    127 ; Allows to specify the min value we want to consider in the drawing of contour  
    128 ; helping by the keyword instead of the argument min. If the argument and the keyword are  
    129 ; specified in the same time, it is the value specified by the keyword which is retained. 
     127; to specify the min value we want to plot with a keyword instead of with the 
     128; input parameter min. If min is defined by both, parameter and keyword, the 
     129; keyword is retained. 
    130130; 
    131131; @keyword NLEVEL  
Note: See TracChangeset for help on using the changeset viewer.