Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments">  
     699 Same thing that bar_plot but compatible with the whole environnement (common.pro inclued) 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_sbar_plot"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>sbar_plot </h2> 
     715          <h2><a class="top" href="#container">top</a>sbar_plot <span class="categories"> graphics 
     716 
     717 INPUTS: cd IDL>?bar_plot 
     718</span></h2> 
    714719         
    715720          <p class="header"> 
     
    717722         
    718723          <div class="comments"> 
    719  NAME:sbar_plot (super bar_plot) 
    720  
    721  PURPOSE: meme chose que bar_plot mais compatible avec l''ensemble de 
    722  l'environnement (common.pro est inclu) 
    723  
    724  CATEGORY:dessine 
    725  
    726  CALLING SEQUENCE: sbar_plot,y 
    727   
    728  INPUTS: cd IDL>?bar_plot 
    729  
    730  KEYWORD PARAMETERS: 
    731  
    732   meme que ceux de bar_plot avec en plus: 
    733       COLORS: un entier donnant la couleur de toutes les barres de 
    734       couleurs. (contrairement a colors qui est en vecteur donnant le 
    735       couleur de chaque barre de couleur. 
    736  
    737       NOREINITPLT: a actier si on ne veut pas que les variables 
    738       d''environnemet !p, !x, !y, !z soient reinitialisees par la 
    739       procedure reinitplt 
    740  
    741  OUTPUTS: 
    742  
    743  COMMON BLOCKS:common.pro 
    744  
    745  SIDE EFFECTS: 
    746  
    747    Si NOREINITPLT n''est pas ective toutes les variables 
    748       d''environnemet !p, !x, !y, !z sont reinitialisees par la 
    749       procedure reinitplt 
    750  
    751  RESTRICTIONS: 
    752  
    753  EXAMPLE: 
    754  
    755       IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
    756       IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase</div> 
     724</div> 
    757725 
    758726           
     
    793761            </h4> 
    794762         
    795             <div class="comments"></div> 
     763            <div class="comments">  
     764 A vector, the same size as VALUES, containing the color index 
     765 to be used for each bar.  If not specified, the colors are 
     766 selected based on spacing the color indices as widely as 
     767 possible within the available colors (specified by D.N_COLORS). 
     768 
     769  
     770 Is an integer giving color of all colorbars. (contrarily to colors  
     771 which is a vector giving the color of each colorbar). 
     772</div> 
    796773             
    797774            <h4 id="_sbar_plot_keyword_NOREINITPLT">NOREINITPLT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    806783            </h4> 
    807784         
    808             <div class="comments"></div> 
     785            <div class="comments"> 
     786 We active it if we do not want environnement variables !p, !x, !y, !z  
     787 to be reinitilalizted by the procedure reinitplt 
     788</div> 
    809789             
    810790            <h4 id="_sbar_plot_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    819799            </h4> 
    820800         
    821             <div class="comments"></div> 
     801            <div class="comments"> 
     802 used to pass your keyword 
     803</div> 
    822804             
    823805           
    824806 
    825            
    826            
    827            
    828            
    829            
    830            
    831            
    832            
    833            
    834            
    835            
    836            
    837          
    838            
    839            
    840            
    841            
     807          <h3>Examples</h3><div class="preformat"> 
     808      IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
     809      IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase 
     810      IDL> @ps 
     811</div> 
     812          <h3>Version history</h3> 
     813           
     814          <h4>Version</h4><div class="preformat"> 
     815 $Id$ 
     816</div> 
     817          <h4>History</h4><div class="preformat"></div> 
     818           
     819           
     820          <h3>Known issues</h3> 
     821           
     822           
     823           
     824          <h4>Restrictions</h4><div class="preformat">  
     825 If NOREINITPLT is not activated, all environnement  
     826 variables !p, !x, !y, !z are reinitializtedby the procedure reinitplt 
     827</div> 
     828         
     829          <h3>Other attributes</h3> 
     830           
     831           
     832          <h4>Uses routines</h4><div class="preformat"> 
     833 common.pro 
     834</div> 
    842835           
    843836           
Note: See TracChangeset for help on using the changeset viewer.