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/splot.html

    r138 r142  
    711711        <div class="routine_details" id="_splot"> 
    712712 
    713           <h2><a class="top" href="#container">top</a>splot </h2> 
     713          <h2><a class="top" href="#container">top</a>splot <span class="categories"> graphics 
     714  
     715 INPUTS:cd IDL> ?plot 
     716</span></h2> 
    714717         
    715718          <p class="header"> 
     
    717720         
    718721          <div class="comments"> 
    719  NAME:splot (super plot) 
    720  
    721  PURPOSE: meme chose que plot mais compatible avec l''ensemble de 
    722  l'environnement (common.pro est inclu) 
    723  
    724  CATEGORY:dessine 
    725  
    726  CALLING SEQUENCE: PLOT, [X,] Y 
    727   
    728  INPUTS:cd IDL> ?plot 
    729  
    730  KEYWORD PARAMETERS: 
    731   meme que ceux de plot avec en plus: 
    732  
    733       NOREINITPLT: a actier si on ne veut pas que les variables 
    734       d''environnemet !p, !x, !y, !z soient reinitialisees par la 
    735       procedure reinitplt 
    736  
    737  OUTPUTS: 
    738  
    739    Si NOREINITPLT n''est pas ective toutes les variables 
    740       d''environnemet !p, !x, !y, !z sont reinitialisees par la 
    741       procedure reinitplt 
    742  
    743  COMMON BLOCKS:common.pro 
    744  
    745  SIDE EFFECTS: 
    746  
    747  RESTRICTIONS: 
    748  
    749  EXAMPLE: 
    750  
    751       IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
    752       IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase</div> 
     722 
     723 file_comments  
     724 Same thing that plot but compatible with the whole environnement (common.pro inclued) 
     725</div> 
    753726 
    754727           
     
    802775            </h4> 
    803776         
    804             <div class="comments"></div> 
     777            <div class="comments"> 
     778 We active it if we do not want environnement variables !p, !x, !y, !z  
     779 to be reinitilalizted by the procedure reinitplt 
     780 </div> 
    805781             
    806782            <h4 id="_splot_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    815791            </h4> 
    816792         
    817             <div class="comments"></div> 
     793            <div class="comments"> 
     794 used to pass your keywords 
     795</div> 
    818796             
    819797           
    820798 
    821            
    822            
    823            
    824            
    825            
    826            
    827            
    828            
    829            
    830            
    831            
    832            
    833          
    834            
    835            
    836            
    837            
     799          <h3>Examples</h3><div class="preformat"> 
     800      IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
     801      IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
     802      IDL> @ps 
     803</div> 
     804          <h3>Version history</h3> 
     805           
     806          <h4>Version</h4><div class="preformat"> 
     807 $Id$ 
     808</div> 
     809          <h4>History</h4><div class="preformat"></div> 
     810           
     811           
     812          <h3>Known issues</h3> 
     813           
     814           
     815           
     816          <h4>Restrictions</h4><div class="preformat">  
     817 If NOREINITPLT is not activated, all environnement  
     818 variables !p, !x, !y, !z are reinitializtedby the procedure reinitplt 
     819</div> 
     820         
     821          <h3>Other attributes</h3> 
     822           
     823           
     824          <h4>Uses routines</h4><div class="preformat"> 
     825 common.pro 
     826</div> 
    838827           
    839828           
Note: See TracChangeset for help on using the changeset viewer.