Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/VECTEUR/velovect.html

    r234 r242  
    119119 
    120120     
    121  The Y component of the two dimensional field.  Y must have 
    122  the same dimensions as X.  The vector at point [i,j] has a 
     121 The Y component of the two dimensional field. Y must have 
     122 the same dimensions as X. The vector at point [i,j] has a 
    123123 magnitude of: 
    124124 
     
    144144 
    145145     
    146  Optional abscissa values.  X must be a vector with a length 
     146 Optional abscissa values. X must be a vector with a length 
    147147 equal to the first dimension of U and V. 
    148148 
     
    162162 
    163163     
    164  Optional ordinate values.  Y must be a vector with a length 
     164 Optional ordinate values. Y must be a vector with a length 
    165165 equal to the first dimension of U and V. 
    166166 
     
    185185 
    186186     
    187   Missing data value.  Vectors with a LENGTH greater 
     187  Missing data value. Vectors with a LENGTH greater 
    188188 than MISSING are ignored. 
    189189 
     
    202202 
    203203     
    204  Length factor.  The default of 1.0 makes the longest (U,V) 
     204 Length factor. The default of 1.0 makes the longest (U,V) 
    205205 vector the length of a cell. 
    206206 
     
    221221 Set this keyword to 1 to place a dot at each missing point. 
    222222 Set this keyword to 0 or omit it to draw nothing for missing 
    223  points.  Has effect only if MISSING is specified. 
     223 points. Has effect only if MISSING is specified. 
    224224 
    225225     
     
    283283 
    284284     
    285  Set this keyword to make VELOVECT "overplot".  That is, the 
     285 Set this keyword to make VELOVECT "overplot". That is, the 
    286286 current graphics screen is not erased, no axes are drawn, and 
    287287 the previously established scaling remains in effect. 
     
    310310     
    311311    <h4>Version</h4> 
    312  $Id: velovect.pro 231 2007-03-19 17:15:51Z pinsard $ 
     312 $Id: velovect.pro 238 2007-03-27 13:43:18Z pinsard $ 
    313313 
    314314    <h4>History</h4> 
     
    317317        Added TITLE, Oct, 1990. 
    318318        Added POSITION, NOERASE, COLOR, Feb 91, RES. 
    319         August, 1993.  Vince Patrick, Adv. Visualization Lab, U. of Maryland, 
     319        August, 1993. Vince Patrick, Adv. Visualization Lab, U. of Maryland, 
    320320                fixed errors in math. 
    321321        August, 1993. DMS, Added _EXTRA keyword inheritance. 
     
    326326                         OPLOT to PLOTS. 
    327327       September, 1996, GGS. Changed denominator of x_step and y_step vars. 
    328        February, 1998, DLD.  Add support for CLIP and NO_CLIP keywords. 
    329        June, 1998, DLD.  Add support for OVERPLOT keyword. 
    330  
    331  Copyright (c) 1983-1998, Research Systems, Inc.  All rights reserved. 
     328       February, 1998, DLD. Add support for CLIP and NO_CLIP keywords. 
     329       June, 1998, DLD. Add support for OVERPLOT keyword. 
     330 
     331 Copyright (c) 1983-1998, Research Systems, Inc. All rights reserved. 
    332332        Unauthorized reproduction prohibited. 
    333333 
     
    339339     
    340340    <h4>Restrictions</h4> 
    341  Plotting on the selected device is performed.  System 
     341 Plotting on the selected device is performed. System 
    342342 variables concerning plotting are changed. 
    343343 Note:   All other keywords are passed directly to the PLOT procedure 
Note: See TracChangeset for help on using the changeset viewer.