Ignore:
Timestamp:
08/06/08 11:05:24 (16 years ago)
Author:
pinsard
Message:

typo and translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placedessin.pro

    r327 r367  
    1212; 
    1313; @param POSFENETRE {out}{type=vector} 
    14 ; It is a vector composed by 4 elements containing the position of the frame 
    1514; containing captions and the graph in normalized coordinates. 
    16 ; Comment: To position the drawing; we have to do !p.position=posfenetre 
     15; Comment: To position the drawing, we have to do !p.position=posfenetre 
    1716; after the call of the caliber 
    1817; 
     
    3433; We use it when we want to do a projection. 
    3534; This keyword can be of two types: 
    36 ;     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     35;     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <proidl>map_set</proidl>). 
    3736;     /MAP: In this case, map is automatically calculated have the value: 
    3837;          map = [0, (lon1+lon2)/2., 0] 
    3938; Comment 1: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    4039; IDL> demo 
    41 ; Then choose earth sciences and  mapping. 
     40; Then choose "Mapping" and "Global Mapping Demo" 
    4241; Comment 2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
    4342; If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
     
    6665; the drawing made in the box numbered small[2]. The numerotation starting up and left by 
    6766; the number 1 and then, following the writing direction. 
    68 ; By default, we make the largest drawing we can do, conserving the aspect rapport 
     67; By default, we make the largest drawing we can do, conserving the aspect ratio  
    6968; (except when REMPLI is activated). 
    7069; 
     
    7776; 
    7877; @keyword REMPLI 
    79 ; Force the drawing to occupy the whole space defined by small. 
     78; Force the drawing to fill the whole space defined by small. 
    8079; 
    8180; @keyword WINDOW 
     
    9493; @keyword ENDPOINTS 
    9594; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    96 ; of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     95; of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    9796; coordinates. 
    9897; 
     
    194193  ENDIF 
    195194;-------------------------------------------------------------- 
    196 ; What type of aspect rapport (it will be crushed if YXASPECT exist) 
     195; What type of aspect ratio(it will be crushed if YXASPECT exist) 
    197196;-------------------------------------------------------------- 
    198197  case typedessin of 
Note: See TracChangeset for help on using the changeset viewer.