Ignore:
Timestamp:
12/06/07 11:04:53 (17 years ago)
Author:
pinsard
Message:

modification of some headers (+some corrections) to prepare usage of the new idldoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/POSTSCRIPT/calibre.pro

    r232 r325  
    1010; Graphics 
    1111; 
    12 ; @param RAPPORTYX {in}{required} 
    13 ; Scale rapport between the length of the y axis and the x one. For example, 
    14 ; for an xy map: RAPPORTYX=(lat2-lat1)/(lon2-lon1) 
    15 ; 
    16 ; @param MARGE {in}{required}{type=vector} 
     12; @param rapportyx {in}{required} 
     13; Scale ratio between the length of the y axis and the x one. For example, 
     14; for an xy map: rapportyx=(lat2-lat1)/(lon2-lon1) 
     15; 
     16; @param marge {in}{required}{type=vector} 
    1717; Vector made of 4 elements containing the size of the left, right, up and 
    18 ; bottom margin having to surround the graph. All is measured in lines of characters. 
    19 ; 
    20 ; @param MARGEBAR {in}{required}{type=vector} 
     18; bottom margin having to surround the graph.  
     19; All is measured in lines of characters. 
     20; 
     21; @param margebar {in}{required}{type=vector} 
    2122; Vector made of 4 elements containing the size of the left, right and bottom 
    2223; margin and -BEWARE- the last element is this time the position of the right up 
    2324; corner, having to surround the color bar. All is measured in lines of characters. 
    2425; 
    25 ; @param SMALLDRAW {in}{required}{type=vector} 
     26; @param smalldraw {in}{required}{type=vector} 
    2627; 2 possibilities: 
    2728;    It is vector made of 4 elements giving (in portrait or landscape) the position 
     
    3435; (see matlab). For example, to do 6 drawing in 3 columns and 2 lines and occupy 
    3536; the 4th case, small=[2,3,4] 
     37; 
     38; @param posfenetre {type=vector} 
     39; It is a vector made of 4 elements containing the position of the frame 
     40; containing captions + the graph in normalized coordinates. 
     41; Comment: to position the drawing, we have to do !p.position=POSFENETRE 
     42; after the call of calibre. 
     43; 
     44; @param posbar {type=vector} 
     45; See POSFENTERE but for the color bar. Same comment to position the color bar, !p.position=POSBAR 
    3646; 
    3747; @keyword REMPLI 
     
    5868; Used to pass keywords 
    5969; 
    60 ; @param POSFENETRE {type=vector} 
    61 ; It is a vector made of 4 elements containing the position of the frame 
    62 ; containing captions + the graph in normalized coordinates. 
    63 ; Comment: to position the drawing, we have to do !p.position=POSFENETRE 
    64 ; after the call of calibre. 
    65 ; 
    66 ; @param POSBAR {type=vector} 
    67 ; See POSFENTERE but for the color bar. Same comment to position the color bar, !p.position=POSBAR 
    68 ; 
    6970; @uses 
    7071; common.pro 
     
    7677; @version 
    7778; $Id$ 
     79; 
    7880;- 
    79 ; 
    8081PRO calibre, rapportyx, marge, margebar, smalldraw, posfenetre, posbar $ 
    8182             , REMPLI = rempli, YXASPECT = yxaspect, PORTRAIT = portrait $ 
Note: See TracChangeset for help on using the changeset viewer.