Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

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

    r134 r142  
     1;+ 
     2; 
     3; @todo seb 
     4; 
     5;- 
    16PRO  pltsc,tab1,tab2, min1, max1, min2, max2, varname2, BOXZOOM = boxzoom, $ 
    27           COL1D=col1d,STY1D=sty1d,OV1D=ov1d, _extra = ex 
     
    1823;-------------------------------------------------------------- 
    1924 
    20 ; Rq: on ne reinitialise pas qd on rapelle pltsc 
     25; Comment: We do not reinitializate when we call back pltsc 
    2126   if NOT keyword_set(ov1d) then reinitplt 
    2227   ;; reduce data xyzt domain 
     
    7479 
    7580      if n_elements(ex) NE 0 then BEGIN  
    76 ; pour avoir un cadre de la couleur 0 et trace une ligne a y=0 
     81; To have a 0 colored frame and trace a line at y=0 
    7782         if (where(tag_names(ex) EQ 'COLOR'))[0] NE -1 then ex.COLOR = 0 
    7883         if (where(tag_names(ex) EQ 'LINESTYLE'))[0] NE -1 then ex.LINESTYLE= 0 
    7984       ENDIF 
    8085       plot, !x.range, [0, 0], /noerase, /nodata, xstyle = 1, ystyle = 1, _extra = ex 
    81 ; trace une ligne a x=0 
     86; trace a line at x=0 
    8287      plot, [0, 0], !y.range, /noerase, /nodata, title = '', subtitle = '', _extra = ex 
    8388   ENDIF ELSE oplot,xx,yy,color=col1d,linestyle=sty1d,thick=2, _extra = ex 
    8489;------------------------------------------------------------ 
    8590;------------------------------------------------------------ 
    86 ; 3eme partie: impression eventuelle 
     91; 3rd part: Possible print 
    8792;------------------------------------------------------------ 
    8893;------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.