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/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r157 r163  
    700700 
    701701      <div id="file_comments">  
    702  Same thing that bar_plot but compatible with the whole environnement (common.pro inclued) 
     702 Same thing that bar_plot but compatible with the whole environment (common.pro included) 
    703703</div> 
    704704 
     
    720720         
    721721          <p class="header"> 
    722             sbar_plot<span class="result">, <a href="#_sbar_plot_param_Values">Values</a></span>, <a href="#_sbar_plot_keyword_COLORS">COLORS</a>=<span class="result">COLORS</span>, <a href="#_sbar_plot_keyword_NOREINITPLT">NOREINITPLT</a>=<span class="result">NOREINITPLT</span>, <a href="#_sbar_plot_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
     722            sbar_plot<span class="result">, <a href="#_sbar_plot_param_Values">Values</a></span>, <a href="#_sbar_plot_keyword_COLORS">COLORS</a>=<span class="result">integer</span>, <a href="#_sbar_plot_keyword_NOREINITPLT">NOREINITPLT</a>=<span class="result">NOREINITPLT</span>, <a href="#_sbar_plot_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    723723         
    724724          <div class="comments"> 
     
    757757               
    758758               
    759                
     759              <span class="attr">type:</span> <span class="value">integer</span> 
    760760               
    761761               
    762762            </h4> 
    763763         
    764             <div class="comments">  
     764            <div class="comments"> 
    765765 A vector, the same size as VALUES, containing the color index 
    766766 to be used for each bar.  If not specified, the colors are 
     
    768768 possible within the available colors (specified by D.N_COLORS). 
    769769 
    770   
    771  Is an integer giving color of all colorbars. (contrarily to colors  
     770 
     771 I gives color of all colorbars. (contrarily to colors  
    772772 which is a vector giving the color of each colorbar). 
    773773</div> 
     
    785785         
    786786            <div class="comments"> 
    787  We active it if we do not want environnement variables !p, !x, !y, !z  
    788  to be reinitilalizted by the procedure reinitplt 
     787 We active it if we do not want environment variables !p, !x, !y, !z  
     788 to be reinitializated by the procedure reinitplt 
    789789</div> 
    790790             
     
    814814           
    815815          <h4>Version</h4><div class="preformat"> 
    816  $Id: sbar_plot.pro 142 2006-07-21 12:47:49Z navarro $ 
     816 $Id: sbar_plot.pro 157 2006-08-21 09:01:50Z navarro $ 
    817817</div> 
    818818          <h4>History</h4><div class="preformat"> 
     
    827827           
    828828          <h4>Restrictions</h4><div class="preformat">  
    829  If NOREINITPLT is not activated, all environnement  
    830  variables !p, !x, !y, !z are reinitializtedby the procedure reinitplt 
     829 If NOREINITPLT is not activated, all environment  
     830 variables !p, !x, !y, !z are reinitializted by the procedure reinitplt 
    831831</div> 
    832832         
     
    841841           
    842842         
     843          <h3>Statistics</h3> 
     844          <table class="statistics"> 
     845            <tr><td>McCabe cyclic</td><td>           5</td></tr> 
     846            <tr><td>McCabe essential</td><td>           1</td></tr> 
     847            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     848          </table> 
    843849           
    844850         
Note: See TracChangeset for help on using the changeset viewer.