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/DIVERS/autoscale.html

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments">  
     699 We give a min and a max, and the procedure send back  
     700 the good contour interval and labels's value. 
     701</div> 
    699702 
    700703       
     
    711714        <div class="routine_details" id="_autoscale"> 
    712715 
    713           <h2><a class="top" href="#container">top</a>autoscale </h2> 
     716          <h2><a class="top" href="#container">top</a>autoscale <span class="categories">  
     717 graphic 
     718</span></h2> 
    714719         
    715720          <p class="header"> 
     
    717722         
    718723          <div class="comments"> 
    719  NAME: autoscale 
    720  
    721  PURPOSE: on donne un min et un max et la procedure renvoie le 
    722  contour intevalle qui va bien et la valeur des labels. 
    723  
    724  CATEGORY: autour de CONTOUR 
    725  
    726  CALLING SEQUENCE: autoscale, min, max, ci 
    727   
    728  INPUTS: min et max: 2 reels specifiants entre quel min et quel max 
    729  on veut tracer un contour 
    730  
    731  KEYWORD PARAMETERS: none 
    732  
    733  OUTPUTS: ci et evenuellement levels. ci est un reel qui donne le 
    734  contour intevalle. A utiliser ds CONTOUR avlec le mot clef LEVEL. 
    735  
    736  COMMON BLOCKS: 
    737  
    738  SIDE EFFECTS: 
    739  
    740   CI est un multiple de l'unite en unite log de 10. 
    741   force le nombre de contour a etre pair. 
    742  
    743  RESTRICTIONS: 
    744  
    745  EXAMPLE: 
    746724</div> 
    747725 
     
    753731             
    754732            <h4 id="_autoscale_param_min">min&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    755                
    756                
    757                
    758                
     733              <span class="attr">in</span> 
     734               
     735               
     736              <span class="attr">required</span> 
    759737               
    760738               
     
    763741            </h4> 
    764742         
    765           <div class="comments"></div> 
     743          <div class="comments"> 
     744 A reel number specifying above what value we want to trace a contour 
     745</div> 
    766746             
    767747            <h4 id="_autoscale_param_max">max&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    768                
    769                
    770                
    771                
     748              <span class="attr">in</span> 
     749               
     750               
     751              <span class="attr">required</span> 
    772752               
    773753               
     
    776756            </h4> 
    777757         
    778           <div class="comments"></div> 
     758          <div class="comments"> 
     759 A reel number specifying below what value we want to trace a contour 
     760</div> 
    779761             
    780762            <h4 id="_autoscale_param_ci">ci&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    781763               
    782                
     764              <span class="attr">out</span> 
    783765               
    784766               
     
    789771            </h4> 
    790772         
    791           <div class="comments"></div> 
     773          <div class="comments"> 
     774 It is a reel number giving the contour interval. Use it in CONTOUR with the keyword LEVEL. 
     775</div> 
    792776             
    793777 
     
    797781 
    798782           
    799            
    800            
    801            
    802            
    803            
    804            
    805            
    806            
    807            
    808            
    809            
     783          <h3>Version history</h3> 
     784           
     785          <h4>Version</h4><div class="preformat"> 
     786 $Id$ 
     787</div> 
     788          <h4>History</h4><div class="preformat"></div> 
     789           
     790           
     791          <h3>Known issues</h3> 
     792           
     793           
     794           
     795          <h4>Restrictions</h4><div class="preformat"> 
     796 CI is a multiple of the unity in unity log of 10. 
     797 It force the number of contour to be even. 
     798</div> 
    810799         
    811800           
Note: See TracChangeset for help on using the changeset viewer.