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

typo and translation

Location:
trunk/SRC/ToBeReviewed/PLOTS/DESSINE
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt.pro

    r328 r367  
    9797; corresponding to cases n. cf <pro>label</pro> 
    9898; Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    99 ; For these one traced by a trait, use CONTLABEL. 
     99; For these ones traced by a trait, use CONTLABEL. 
    100100;        
    101101; @keyword MAP {default=Cylindrical projection} 
    102102; We use it when we want to do a projection. 
    103103; This keyword can be of two types: 
    104 ;     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <proidl>MAP_SET</proidl>). 
     104;     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <proidl>map_set</proidl>). 
    105105;     /MAP: In this case, map is automatically calculated have the value: 
    106106;          map = [0, (lon1+lon2)/2., 0] 
    107107; Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    108108; IDL> demo 
    109 ; Then choose "earth sciences and mappinA"g 
     109; Then choose "Mapping" and "Global Mapping Demo" 
    110110; Comment2: By default it is a cylindrical projection which is done (with or without the keyword map). 
    111111; If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
     
    115115; 
    116116; @keyword LABMAP {default=labmap=1} 
    117 ; Corresponds to LABEL keyword of <proidl>MAP_SET</proidl>. 
     117; Corresponds to LABEL keyword of <proidl>map_set</proidl>. 
    118118; 
    119119; @keyword MAXIN 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt1d.pro

    r327 r367  
    4949; @keyword ENDPOINTS 
    5050; keyword specifying that we want to make a vertical cut in diagonal. 
    51 ; Then coordinated of extremities of these one are defined by the 4 elements 
     51; Then coordinated of extremities of these ones are defined by the 4 elements 
    5252; of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    5353; 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltt.pro

    r328 r367  
    8888; @keyword ENDPOINTS 
    8989; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    90 ; of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     90; of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    9191; coordinates. 
    9292; 
     
    112112; corresponding to cases n. cf <pro>label</pro> 
    113113; Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    114 ; For these one traced by a trait, use CONTLABEL. 
     114; For these ones traced by a trait, use CONTLABEL. 
    115115; 
    116116; @keyword COL1d 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltz.pro

    r360 r367  
    7171; @keyword ENDPOINTS 
    7272; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    73 ; of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     73; of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    7474; coordinates. 
    7575; 
     
    8686; 
    8787; @keyword ZRATIO {default=2./3} 
    88 ; When the drawing has a zoomed part, it is the size rapport between the zoomed part, 
    89 ; hz (zoom height), and the whole drawing, ht (total height). 
     88; When the drawing has a zoomed part, it is the size ratio between the zoomed  
     89; part, hz (zoom height), and the whole drawing, ht (total height). 
    9090; 
    9191; @keyword LABEL {default=0}{type=integer} 
    9292; It choose the label's type corresponding to cases in <pro>label</pro> 
    9393; Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    94 ; For these one traced by a trait, use CONTLABEL. 
     94; For these ones traced by a trait, use CONTLABEL. 
    9595; 
    9696; @keyword MAXIN 
Note: See TracChangeset for help on using the changeset viewer.