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_assistant_output/ToBeReviewed/POSTSCRIPT/calibre.html

    r338 r402  
    6262 
    6363     
    64  From a rapport of aspect and values (in line of character) of different margins, 
     64 From a ration aspect and values (in line of character) of different margins, 
    6565 it calculate POSFENETRE and POSBAR which serve to place the drawing and the color 
    6666 bar thanks to !p.position on a leaf or a screen output whose the window has the same 
     
    164164 left bottom corner. 
    165165    It is a vector made of 3 elements giving the number of column to be done in the 
    166  drawing, the number of line and the number of the case the number have to occupy 
    167  (see matlab). For example, to do 6 drawing in 3 columns and 2 lines and occupy 
    168  the 4th case, small=[2,3,4] 
     166 drawing, the number of line and the number of the case the number have to fill  
     167 (see matlab). For example, to do 6 drawings in 3 columns and 2 lines and  
     168 fill the 4th case, small=[2,3,4] 
    169169 
    170170     
     
    225225 
    226226     
    227  Force the drawing to occupy the biggest possible place defined by 
    228  SMALLDRAW without respect the rapport y on x. 
     227 Force the drawing to fill the biggest possible place defined by 
     228 SMALLDRAW without respect the y/x ratio. 
    229229 
    230230     
     
    242242 
    243243     
    244  Force the rapport y on x to take the value RAPPORTYX*YXASPECT. 
     244 Force the y/x ratio to take the value RAPPORTYX*YXASPECT. 
    245245 This keyword can be used in 2 cases: 
    246    1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, Calibre take the 
    247    initiative to change it a little in the case of the aspect rapport of SMALL 
     246   1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, calibre take the 
     247   initiative to change it a little in the case of the aspect ratio of SMALL 
    248248   is too different of the one of SMALLDRAW. 
    249    2) YXASPECT=n : multiply by n the aspect rapport given by default. 
    250    For example in plt, RAPPORTYX is calculated to the reference be orthonormal, 
     249   2) YXASPECT=n : multiply by n the aspect ratio given by default. 
     250   For example in <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, RAPPORTYX is calculated to the  
     251   reference be orthonormal, 
    251252   to have a reference where the y axis is 2 time bigger than the x one, YXASPECT=2. 
    252253         
     
    306307     
    307308    <h4>Version</h4> 
    308  $Id: calibre.pro 327 2007-12-13 16:22:35Z pinsard $ 
     309 $Id: calibre.pro 378 2008-08-12 12:35:46Z pinsard $ 
    309310 
    310311    <h4>History</h4> 
     
    324325     
    325326    <h4>Uses routines</h4> 
    326  common.pro 
     327 <a href="../..//Obsolete/common.html">common</a> 
    327328 
    328329     
Note: See TracChangeset for help on using the changeset viewer.