Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r157 r163  
    55; 
    66; @file_comments  
    7 ; Same thing that bar_plot but compatible with the whole environnement (common.pro inclued) 
     7; Same thing that bar_plot but compatible with the whole environment (common.pro included) 
    88; 
    99; @categories Graphics 
    1010; 
    11 ; @keyword COLORS  
     11; @keyword COLORS {type=vector} 
    1212; A vector, the same size as VALUES, containing the color index 
    1313; to be used for each bar.  If not specified, the colors are 
     
    1515; possible within the available colors (specified by D.N_COLORS). 
    1616; 
    17 ; @keyword COLORS  
    18 ; Is an integer giving color of all colorbars. (contrarily to colors  
     17; @keyword COLORS {type=integer} 
     18; I gives color of all colorbars. (contrarily to colors  
    1919; which is a vector giving the color of each colorbar). 
    2020; 
    2121; @keyword NOREINITPLT 
    22 ; We active it if we do not want environnement variables !p, !x, !y, !z  
    23 ; to be reinitilalizted by the procedure reinitplt 
     22; We active it if we do not want environment variables !p, !x, !y, !z  
     23; to be reinitializated by the procedure reinitplt 
    2424; 
    2525; @keyword _EXTRA 
     
    3030; 
    3131; @restrictions  
    32 ; If NOREINITPLT is not activated, all environnement  
    33 ; variables !p, !x, !y, !z are reinitializtedby the procedure reinitplt 
     32; If NOREINITPLT is not activated, all environment  
     33; variables !p, !x, !y, !z are reinitializted by the procedure reinitplt 
    3434; 
    3535; @examples 
Note: See TracChangeset for help on using the changeset viewer.