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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Manage axes for the different drawings created by plt, 
     700 pltz and pltt 
     701</div> 
    699702 
    700703       
     
    711714        <div class="routine_details" id="_axe"> 
    712715 
    713           <h2><a class="top" href="#container">top</a>axe </h2> 
     716          <h2><a class="top" href="#container">top</a>axe <span class="categories">  
     717 Graphic environment 
     718</span></h2> 
    714719         
    715720          <p class="header"> 
     
    717722         
    718723          <div class="comments"> 
    719  NAME:axe 
    720  
    721  PURPOSE:gerre les axes pour les differents dessins crees par plt, 
    722  pltz et pltt 
    723  
    724  CATEGORY:environnement graphique 
    725  
    726  CALLING SEQUENCE:axe,coupe[,tempsmin,tempsmax] 
    727  
    728  INPUTS: 
    729         coupe: un string qui designe le type de coupe auquel doit de 
    730         raporter les axes que l''on cree. par ex: 'xy','xt'... 
    731  
    732         tempsmin et tempsmax: ds le cas ou l''on fait une coupe 
    733         contenant la dimension temps, il faut specifier le debut et 
    734         la fin de l''axe des temps en jours julien. 
    735  
    736  KEYWORD PARAMETERS: /SIN active qd on trace en sinus de la latitude 
    737  
    738         SEPDATE: string separant les differents constituants de la 
    739         date. Par defaut c''est un retour a la ligne qd on fait un 
    740         'yt', 'zt' ou 't' dans les autres cas c''est un blanc.  
    741  
    742         DIGITSYEAR=2 to use %Z format (2 digits) to code years 
    743         instead of %Y format. See help of label_date for more 
    744         informations on %Z and %Y. 
    745  
    746  OUTPUTS:les variables globales d''environnement graphique: !x. et !y. 
    747  
    748  COMMON BLOCKS: 
    749         common.pro 
    750  
    751  SIDE EFFECTS:modifie !x. et !y. 
    752  
    753  RESTRICTIONS: 
    754  
    755  EXAMPLE: 
    756724</div> 
    757725 
     
    773741            </h4> 
    774742         
    775           <div class="comments"></div> 
     743          <div class="comments"> 
     744 It is a string designating the type of cut to which the axes we create  
     745 must report. For example: 'xy','xt'... 
     746</div> 
    776747             
    777748            <h4 id="_axe_param_tempsmin">tempsmin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    778                
    779                
    780                
    781                
     749              <span class="attr">in</span> 
     750               
     751               
     752              <span class="attr">required</span> 
    782753               
    783754               
     
    786757            </h4> 
    787758         
    788           <div class="comments"></div> 
     759          <div class="comments"> 
     760 In the case where we do cut containing the time dimension, we have  
     761 to specify the beginning of the time's axis in julian days. 
     762</div> 
    789763             
    790764            <h4 id="_axe_param_tempsmax">tempsmax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    791                
    792                
    793                
    794                
     765              <span class="attr">in</span> 
     766               
     767               
     768              <span class="attr">required</span> 
    795769               
    796770               
     
    799773            </h4> 
    800774         
    801           <div class="comments"></div> 
     775          <div class="comments"> 
     776 In the case where we do cut containing the time dimension, we have  
     777 to specify the end of the time's axis in julian days. 
     778</div> 
    802779             
    803780 
     
    845822            </h4> 
    846823         
    847             <div class="comments"></div> 
     824            <div class="comments">  
     825 activated when we trace in sinus of the latitude 
     826</div> 
    848827             
    849828            <h4 id="_axe_keyword_SEPDATE">SEPDATE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    858837            </h4> 
    859838         
    860             <div class="comments"></div> 
     839            <div class="comments"> 
     840 string separating the différent constituents of the date. By default,  
     841 it is a return to the linewhen we do a 'yt', 'zt' or a 't'.  
     842 In the other cases, it is a blank.  
     843</div> 
    861844             
    862845            <h4 id="_axe_keyword_DIGITSYEAR">DIGITSYEAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    871854            </h4> 
    872855         
    873             <div class="comments"></div> 
     856            <div class="comments"> 
     857 =2 to use %Z format (2 digits) to code years 
     858 instead of %Y format. See help of label_date for more 
     859 informations on %Z and %Y. 
     860</div> 
    874861             
    875862            <h4 id="_axe_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    884871            </h4> 
    885872         
    886             <div class="comments"></div> 
    887              
    888            
    889  
    890            
    891            
    892            
    893            
    894            
    895            
    896            
    897            
    898            
    899            
    900            
    901            
    902          
    903            
    904            
    905            
    906            
     873            <div class="comments">  
     874 used to pass your keywords 
     875 </div> 
     876             
     877           
     878 
     879           
     880          <h3>Version history</h3> 
     881           
     882          <h4>Version</h4><div class="preformat"> 
     883 $Id$ 
     884</div> 
     885          <h4>History</h4><div class="preformat"></div> 
     886           
     887           
     888          <h3>Known issues</h3> 
     889           
     890           
     891           
     892          <h4>Restrictions</h4><div class="preformat"> 
     893 It modify !x. and !y. 
     894</div> 
     895         
     896          <h3>Other attributes</h3> 
     897           
     898           
     899          <h4>Uses routines</h4><div class="preformat"> 
     900 common.pro 
     901</div> 
    907902           
    908903           
Note: See TracChangeset for help on using the changeset viewer.