Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/POSTSCRIPT/calibre.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  From a rapport of aspect and values (in line of character) of different margins, 
     90 From a ration aspect and values (in line of character) of different margins, 
    9191 it calculate POSFENETRE and POSBAR which serve to place the drawing and the color 
    9292 bar thanks to !p.position on a leaf or a screen output whose the window has the same 
     
    192192 left bottom corner. 
    193193    It is a vector made of 3 elements giving the number of column to be done in the 
    194  drawing, the number of line and the number of the case the number have to occupy 
    195  (see matlab). For example, to do 6 drawing in 3 columns and 2 lines and occupy 
    196  the 4th case, small=[2,3,4] 
     194 drawing, the number of line and the number of the case the number have to fill  
     195 (see matlab). For example, to do 6 drawings in 3 columns and 2 lines and  
     196 fill the 4th case, small=[2,3,4] 
    197197</div> 
    198198             
     
    249249         
    250250            <div class="comments"> 
    251  Force the drawing to occupy the biggest possible place defined by 
    252  SMALLDRAW without respect the rapport y on x. 
     251 Force the drawing to fill the biggest possible place defined by 
     252 SMALLDRAW without respect the y/x ratio. 
    253253</div> 
    254254             
     
    265265         
    266266            <div class="comments"> 
    267  Force the rapport y on x to take the value RAPPORTYX*YXASPECT. 
     267 Force the y/x ratio to take the value RAPPORTYX*YXASPECT. 
    268268 This keyword can be used in 2 cases: 
    269    1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, Calibre take the 
    270    initiative to change it a little in the case of the aspect rapport of SMALL 
     269   1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, calibre take the 
     270   initiative to change it a little in the case of the aspect ratio of SMALL 
    271271   is too different of the one of SMALLDRAW. 
    272    2) YXASPECT=n : multiply by n the aspect rapport given by default. 
    273    For example in plt, RAPPORTYX is calculated to the reference be orthonormal, 
     272   2) YXASPECT=n : multiply by n the aspect ratio given by default. 
     273   For example in <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, RAPPORTYX is calculated to the  
     274   reference be orthonormal, 
    274275   to have a reference where the y axis is 2 time bigger than the x one, YXASPECT=2. 
    275276        </div> 
     
    326327           
    327328          <h4>Version</h4><div class="preformat"> 
    328  $Id: calibre.pro 327 2007-12-13 16:22:35Z pinsard $ 
     329 $Id: calibre.pro 378 2008-08-12 12:35:46Z pinsard $ 
    329330</div> 
    330331          <h4>History</h4><div class="preformat"> 
     
    344345           
    345346          <h4>Uses routines</h4><div class="preformat"> 
    346  common.pro 
     347 <a href="../..//Obsolete/common.html">common</a> 
    347348</div> 
    348349           
Note: See TracChangeset for help on using the changeset viewer.