Ignore:
Timestamp:
12/13/07 17:22:35 (17 years ago)
Author:
pinsard
Message:

modification of headers : mainly blanks around = sign for keywords in declaration of function and pro

Location:
trunk/SRC/ToBeReviewed/PLOTS
Files:
29 edited

Legend:

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

    r325 r327  
    135135          BARWIDTH=barwidth, BARSPACE=barspace, BAROFFSET=baroffset, $ 
    136136          OUTLINE=outline, OVERPLOT=overplot, BACKGROUND=background, $ 
    137           ROTATE=rotate, _EXTRA = ex 
     137          ROTATE=rotate, _EXTRA=ex 
    138138; 
    139139  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt.pro

    r326 r327  
    195195; "UNVECTSUR"+ quelques trucs dans la routine. 
    196196;- 
    197 PRO plt, tab1, param2, param3, param4, REALCONT = realcont, CONTOUR = contour $ 
    198          , INTERVALLE = intervalle, INV = inv, GRIDTYPE = gridtype, BOXZOOM = boxzoom $ 
    199          , CONTINTERVALLE = contintervalle, LABEL = label, CONTLABEL = contlabel $ 
    200          , STYLE = style, CONTMAX = contmax, CONTMIN = contmin, NLEVEL = nlevel, CONTNLEVEL = contnlevel $ 
    201          , VECTEUR = vecteur, MAP = map, MININ = minin, MAXIN = maxin $ 
    202          , NOFILL = nofill, CONT_NOFILL = cont_nofill $ 
    203          , USETRI = usetri, NOTRI = notri, MASKFILL = maskfill $ 
    204          , DUPLICATE = duplicate, STRICTFILL = strictfill, OVERPLOT = overplot $ 
    205          , DECIMATETRI = decimatetri,  LABMAP = labmap, _EXTRA = ex 
     197PRO plt, tab1, param2, param3, param4, REALCONT=realcont, CONTOUR=contour $ 
     198       , INTERVALLE=intervalle, INV=inv, GRIDTYPE=gridtype, BOXZOOM=boxzoom $ 
     199       , CONTINTERVALLE=contintervalle, LABEL=label, CONTLABEL=contlabel $ 
     200       , STYLE=style, CONTMAX=contmax, CONTMIN=contmin, NLEVEL=nlevel $ 
     201       , CONTNLEVEL=contnlevel $ 
     202       , VECTEUR=vecteur, MAP=map, MININ=minin, MAXIN=maxin $ 
     203       , NOFILL=nofill, CONT_NOFILL=cont_nofill $ 
     204       , USETRI=usetri, NOTRI=notri, MASKFILL=maskfill $ 
     205       , DUPLICATE=duplicate, STRICTFILL=strictfill, OVERPLOT=overplot $ 
     206       , DECIMATETRI=decimatetri,  LABMAP=labmap, _EXTRA=ex 
    206207; 
    207208  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt1d.pro

    r325 r327  
    104104; 
    105105;- 
    106 PRO plt1d, tab, param2, param3, param4, BOXZOOM = boxzoom, SIN = sin $ 
    107            , MININ = minin, MAXIN = maxin, TYPEIN = typein, ENDPOINTS = endpoints $ 
    108            , COL1D = col1d, STY1D = sty1d, OV1D = ov1d, X = x, Y = y, Z = z, TT = tt $ 
    109            , REVERSE_X = reverse_x, REVERSE_Y = reverse_y, SWITCHXY = switchxy $ 
    110            , _EXTRA = ex 
     106PRO plt1d, tab, param2, param3, param4, BOXZOOM=boxzoom, SIN=sin $ 
     107         , MININ=minin, MAXIN=maxin, TYPEIN=typein, ENDPOINTS=endpoints $ 
     108         , COL1D=col1d, STY1D=sty1d, OV1D=ov1d, X=x, Y=y, Z=z, TT=tt $ 
     109         , REVERSE_X=reverse_x, REVERSE_Y=reverse_y, SWITCHXY=switchxy $ 
     110         , _EXTRA=ex 
    111111; 
    112112  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltbase.pro

    r325 r327  
    110110; 
    111111;- 
    112 PRO pltbase, z2d, x, y, mask, xm, ym, levels, colors, UNSUR2 = unsur2, CONTOUR = contour $ 
    113              , NOCONTOUR = nocontour, NOFILL = nofill $ 
    114              , TRICHAMP = trichamp, TRIMSK = trimsk $ 
    115              , REALCONT = realcont, NAN = nan, USETRI = usetri $ 
    116              , COLORTRICHAMP = colortrichamp, COLORTRIMASK = colortrimask $ 
    117              , COLORTRINAN = colortrinan $ 
    118              , COLORPOINTS = colorpoints, DRAWPOINTS = drawpoints $ 
    119              , TH_TRICHAMP = th_trichamp, TH_TRIMASK = th_trimask $ 
    120              , DESSTRICHAMP = desstrichamp, DESSTRIMASK = desstrimask $ 
    121              , DESSTRINAN = desstrinan, COLOR_C = color_c $ 
    122              , I_COLORS = i_colors,  CONT_COLOR = CONT_COLOR $ 
    123              , CONT_NOFILL = cont_nofill, UNLABSUR = unlabsur $ 
    124              , COINMONTEMASK = coinmontemask, COINDESCENDMASK = coindescendmask $ 
    125              , COINMONTENAN = coinmontenan, COINDESCENDNAN = coindescendnan $ 
    126              , INDICEZOOMMASK = indicezoommask, INDICEZOOMNAN = indicezoomnan $ 
    127              , MASKORG = maskorg, MASKNAN = masknan, TRINAN = trinan $ 
    128              , FORPLT = forplt, REALSECTION = realsection $ 
    129              , MORE = more, EXCHANGE_XY = exchange_xy $ 
    130              , _EXTRA = ex 
     112PRO pltbase, z2d, x, y, mask, xm, ym, levels, colors $ 
     113           , UNSUR2=unsur2, CONTOUR=contour $ 
     114           , NOCONTOUR=nocontour, NOFILL=nofill $ 
     115           , TRICHAMP=trichamp, TRIMSK=trimsk $ 
     116           , REALCONT=realcont, NAN=nan, USETRI=usetri $ 
     117           , COLORTRICHAMP=colortrichamp, COLORTRIMASK=colortrimask $ 
     118           , COLORTRINAN=colortrinan $ 
     119           , COLORPOINTS=colorpoints, DRAWPOINTS=drawpoints $ 
     120           , TH_TRICHAMP=th_trichamp, TH_TRIMASK=th_trimask $ 
     121           , DESSTRICHAMP=desstrichamp, DESSTRIMASK=desstrimask $ 
     122           , DESSTRINAN=desstrinan, COLOR_C=color_c $ 
     123           , I_COLORS=i_colors,  CONT_COLOR=CONT_COLOR $ 
     124           , CONT_NOFILL=cont_nofill, UNLABSUR=unlabsur $ 
     125           , COINMONTEMASK=coinmontemask, COINDESCENDMASK=coindescendmask $ 
     126           , COINMONTENAN=coinmontenan, COINDESCENDNAN=coindescendnan $ 
     127           , INDICEZOOMMASK=indicezoommask, INDICEZOOMNAN=indicezoomnan $ 
     128           , MASKORG=maskorg, MASKNAN=masknan, TRINAN=trinan $ 
     129           , FORPLT=forplt, REALSECTION=realsection $ 
     130           , MORE=more, EXCHANGE_XY=exchange_xy $ 
     131           , _EXTRA=ex 
    131132; 
    132133  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltsc.pro

    r325 r327  
    5252; 
    5353;- 
    54 PRO pltsc, tab1, tab2, min1, max1, min2, max2, varname2, BOXZOOM = boxzoom, $ 
    55            COL1D=col1d, STY1D=sty1d, OV1D=ov1d, _EXTRA = ex 
     54PRO pltsc, tab1, tab2, min1, max1, min2, max2, varname2, BOXZOOM=boxzoom, $ 
     55           COL1D=col1d, STY1D=sty1d, OV1D=ov1d, _EXTRA=ex 
    5656; 
    5757; scatter plot (inspired from plt1d) 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltt.pro

    r326 r327  
    202202; 
    203203;- 
    204 PRO pltt, tab, giventype, givenmin, givenmax, datmin, datmax, BOXZOOM = boxzoom, CONTOUR = contour $ 
    205           , ENDPOINTS = endpoints, INTERVALLE = intervalle, INV = inv  $ 
    206           , CONTINTERVALLE = contintervalle, LABEL = label, CONTLABEL = contlabel $ 
    207           , STYLE = style, CONTMAX = contmax, CONTMIN = contmin $ 
    208           , NOFILL = nofill, NLEVEL = nlevel, CONTNLEVEL = contnlevel $ 
    209           , COL1D = col1d, STY1D = sty1d, MININ = minin, MAXIN = maxin $ 
    210           , OV1D = ov1d, FILTER = filter, TREND_TYPE = trend_type $ 
    211           , REPEAT_C = repeat_c, TYPEIN = typein, XT = XT, YT = YT, ZT = zt $ 
    212           , TT = tt, STRICTFILL = strictfill, OVERPLOT = overplot $ 
    213           , EXCHANGE_XY = exchange_xy $ 
    214           , _EXTRA = ex 
     204PRO pltt, tab, giventype, givenmin, givenmax, datmin, datmax $ 
     205        , BOXZOOM=boxzoom, CONTOUR=contour $ 
     206        , ENDPOINTS=endpoints, INTERVALLE=intervalle, INV=inv  $ 
     207        , CONTINTERVALLE=contintervalle, LABEL=label, CONTLABEL=contlabel $ 
     208        , STYLE=style, CONTMAX=contmax, CONTMIN=contmin $ 
     209        , NOFILL=nofill, NLEVEL=nlevel, CONTNLEVEL=contnlevel $ 
     210        , COL1D=col1d, STY1D=sty1d, MININ=minin, MAXIN=maxin $ 
     211        , OV1D=ov1d, FILTER=filter, TREND_TYPE=trend_type $ 
     212        , REPEAT_C=repeat_c, TYPEIN=typein, XT=XT, YT=YT, ZT=zt $ 
     213        , TT=tt, STRICTFILL=strictfill, OVERPLOT=overplot $ 
     214        , EXCHANGE_XY=exchange_xy $ 
     215        , _EXTRA=ex 
    215216; 
    216217  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltv.pro

    r325 r327  
    7373; 
    7474;- 
    75 PRO pltv, data, min, max, BOTTOM = bottom, BOXZOOM = boxzoom $ 
    76           , C_MASK = c_mask, C_NAN = c_nan, INV = inv,  MININ = minin, MAXIN = maxin $ 
    77           , MASKVAL = maskval, NCOLORS = ncolors, NOINTERP = nointerp $ 
    78           , _EXTRA = ex 
     75PRO pltv, data, min, max, BOTTOM=bottom, BOXZOOM=boxzoom $ 
     76        , C_MASK=c_mask, C_NAN=c_nan, INV=inv, MININ=minin, MAXIN=maxin $ 
     77        , MASKVAL=maskval, NCOLORS=ncolors, NOINTERP=nointerp $ 
     78        , _EXTRA=ex 
    7979; 
    8080  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltz.pro

    r326 r327  
    166166; 
    167167;- 
    168 PRO pltz, tab, giventype, givenmin, givenmax, BOXZOOM = boxzoom, CONTOUR = contour $ 
    169           , ENDPOINTS = endpoints, INTERVALLE = intervalle, INV = inv, ZRATIO = zratio $ 
    170           , CONTINTERVALLE = contintervalle, LABEL = label, CONTLABEL = contlabel $ 
    171           , STYLE = style, CONTMAX = contmax, SIN = sin, TYPEIN = typein $ 
    172           , CONTMIN = contmin, NLEVEL = nlevel, CONTNLEVEL = contnlevel $ 
    173           , NOFILL = nofill, NOTRI = notri, USETRI = usetri, FILLXDIR = fillxdir $ 
    174           , ZOOM = zoom, XZ = xz, YZ = yz, MININ = minin, MAXIN = maxin $ 
    175           , STRICTFILL = strictfill, OVERPLOT = overplot, MASKFILL = maskfill $ 
    176           , WDEPTH = wdepth, REALSECTION = realsection $ 
    177           , _EXTRA = ex 
     168PRO pltz, tab, giventype, givenmin, givenmax $ 
     169        , BOXZOOM=boxzoom, CONTOUR=contour $ 
     170        , ENDPOINTS=endpoints, INTERVALLE=intervalle, INV=inv $ 
     171        , ZRATIO=zratio $ 
     172        , CONTINTERVALLE=contintervalle, LABEL=label, CONTLABEL=contlabel $ 
     173        , STYLE=style, CONTMAX=contmax, SIN=sin, TYPEIN=typein $ 
     174        , CONTMIN=contmin, NLEVEL=nlevel, CONTNLEVEL=contnlevel $ 
     175        , NOFILL=nofill, NOTRI=notri, USETRI=usetri, FILLXDIR=fillxdir $ 
     176        , ZOOM=zoom, XZ=xz, YZ=yz, MININ=minin, MAXIN=maxin $ 
     177        , STRICTFILL=strictfill, OVERPLOT=overplot, MASKFILL=maskfill $ 
     178        , WDEPTH=wdepth, REALSECTION=realsection $ 
     179        , _EXTRA=ex 
    178180; 
    179181  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro

    r325 r327  
    4343; 
    4444;- 
    45 PRO sbar_plot, values, COLORS = colors, NOREINITPLT = noreinitplt, _EXTRA = ex 
     45PRO sbar_plot, values, COLORS=colors, NOREINITPLT=noreinitplt, _EXTRA=ex 
    4646; 
    4747  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/scontour.pro

    r325 r327  
    3030; 
    3131;- 
    32 PRO scontour, x, y, z, NOREINITPLT = noreinitplt, _EXTRA = ex 
     32PRO scontour, x, y, z, NOREINITPLT=noreinitplt, _EXTRA=ex 
    3333; 
    3434  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/splot.pro

    r325 r327  
    3434; 
    3535;- 
    36 PRO splot, x, y, NOREINITPLT = noreinitplt, _EXTRA = ex 
     36PRO splot, x, y, NOREINITPLT=noreinitplt, _EXTRA=ex 
    3737; 
    3838  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/tvplus.pro

    r325 r327  
    8787; 
    8888;- 
    89 PRO tvplus, z2d, cellsize, BOTTOM = bottom, C_MASK = c_mask, C_NAN = c_nan, WINDOW = window $ 
    90             , MIN = min, MAX = max, MASK = mask, OFFSET = offset, NOUSEINFOS = NOUSEINFOS $ 
    91             , NCOLORS = ncolors, NOINTERP = nointerp, _EXTRA = ex 
     89PRO tvplus, z2d, cellsize $ 
     90          , BOTTOM=bottom, C_MASK=c_mask, C_NAN=c_nan, WINDOW=window $ 
     91          , MIN=min, MAX=max, MASK=mask, OFFSET=offset $ 
     92          , NOUSEINFOS=NOUSEINFOS $ 
     93          , NCOLORS=ncolors, NOINTERP=nointerp, _EXTRA=ex 
    9294; 
    9395  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/addaxe.pro

    r325 r327  
    2929; 
    3030;- 
    31 PRO addaxe, endpoints, type, posfenetre, _EXTRA = ex 
     31PRO addaxe, endpoints, type, posfenetre, _EXTRA=ex 
    3232; 
    3333  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro

    r325 r327  
    4343; 
    4444;- 
    45 PRO axis4pltz, type, mask, glam, gphi, z, XXAXIS = xxaxis, ZZAXIS = zzaxis, SIN = sin, ZRATIO = zratio, ZOOM = zoom, PROFMAX = profmax, PROFMIN = profmin, _EXTRA = ex 
     45PRO axis4pltz, type, mask, glam, gphi, z $ 
     46             , XXAXIS=xxaxis, ZZAXIS=zzaxis, SIN=sin, ZRATIO=zratio $ 
     47             , ZOOM=zoom, PROFMAX=profmax, PROFMIN=profmin, _EXTRA=ex 
    4648; 
    4749  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro

    r325 r327  
    5353;- 
    5454PRO barrecouleur, colnumb, clbinf, clbsup, clbdiv $ 
    55                   , NOCOLORBAR = nocolorbar, CB_TITLE = cb_title $ 
    56                   , NOFILL = nofill, COLOR_c = color_c $ 
    57                   , MIN = min, MAX = max, divisions = divisions $ 
    58                   , CB_SUBTITLE = cb_subtitle, POST = post, _EXTRA = ex 
     55                  , NOCOLORBAR=nocolorbar, CB_TITLE=cb_title $ 
     56                  , NOFILL=nofill, COLOR_c=color_c $ 
     57                  , MIN=min, MAX=max, divisions=divisions $ 
     58                  , CB_SUBTITLE=cb_subtitle, POST=post, _EXTRA=ex 
    5959; 
    6060  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checkfield.pro

    r325 r327  
    192192; 
    193193;- 
    194 FUNCTION checkfield, field, procedure, TYPE = type, BOXZOOM = boxzoom, DIREC = direc, NOQUESTION = noquestion, VECTEUR = vecteur, WDEPTH = wdepth, _EXTRA = ex 
     194FUNCTION checkfield, field, procedure $ 
     195                   , TYPE=type, BOXZOOM=boxzoom, DIREC=direc $ 
     196                   , NOQUESTION=noquestion, VECTEUR=vecteur, WDEPTH=wdepth $ 
     197                   , _EXTRA=ex 
    195198; 
    196199  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro

    r325 r327  
    5959; @todo seb 
    6060;- 
    61 PRO checktypeminmax, procedure, TYPE = type, MIN = min, MAX = max, XY = xy $ 
    62                      , XZ = xz, YZ = yz, XT = XT, YT = YT, ZT = zt $ 
    63                      , TT = tt, XX = xx, YY = yy, ZZ = zz $ 
    64                      , XINDEX = xindex, YINDEX = yindex $ 
    65                      , ENDPOINTS = endpoints, _EXTRA = ex 
     61PRO checktypeminmax, procedure, TYPE=type, MIN=min, MAX=max, XY=xy $ 
     62                     , XZ=xz, YZ=yz, XT=XT, YT=YT, ZT=zt $ 
     63                     , TT=tt, XX=xx, YY=yy, ZZ=zz $ 
     64                     , XINDEX=xindex, YINDEX=yindex $ 
     65                     , ENDPOINTS=endpoints, _EXTRA=ex 
    6666; 
    6767  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/determineminmax.pro

    r325 r327  
    5151; 
    5252;- 
    53 PRO determineminmax, tab, mask, vraimin, vraimax, glam, gphi, MAXIN = maxin, MININ = minin, INTERVALLE = intervalle, USETRI = usetri, ZEROMIDDLE = zeromiddle, _EXTRA = ex 
     53PRO determineminmax, tab, mask, vraimin, vraimax, glam, gphi $ 
     54                   , MAXIN=maxin, MININ=minin, INTERVALLE=intervalle $ 
     55                   , USETRI=usetri, ZEROMIDDLE=zeromiddle, _EXTRA=ex 
    5456; 
    5557  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placecolor.pro

    r325 r327  
    3737; 
    3838;- 
    39 PRO placecolor, pos, _EXTRA = ex 
     39PRO placecolor, pos, _EXTRA=ex 
    4040; 
    4141  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placedessin.pro

    r325 r327  
    127127; 
    128128;- 
    129 PRO placedessin, typedessin, posfenetre, posbar, dtasize, BARMARGES = barmarges $ 
    130                  , NOCOLORBAR = nocolorbar, NOFILL = nofill, COLOR_c = color_c $ 
    131                  , CONTOUR = contour $ 
    132                  , VECTEUR = vecteur, PORTRAIT = portrait, LANDSCAPE = landscape $ 
    133                  , SMALL = small, MARGES = marges, MAP = map $ 
    134                  , REMPLI = REMPLI, POST = post, WINDOW = window $ 
    135                  , ENDPOINTS = endpoints, TYPE = type, BASICMARGES = basicmarges $ 
    136                  , NOERASE = noerase, LCT = lct, DIREC = direc, CB_TITLE = cb_title, _EXTRA = ex 
     129PRO placedessin, typedessin, posfenetre, posbar, dtasize, BARMARGES=barmarges $ 
     130               , NOCOLORBAR=nocolorbar, NOFILL=nofill, COLOR_c=color_c $ 
     131               , CONTOUR=contour $ 
     132               , VECTEUR=vecteur, PORTRAIT=portrait, LANDSCAPE=landscape $ 
     133               , SMALL=small, MARGES=marges, MAP=map $ 
     134               , REMPLI=REMPLI, POST=post, WINDOW=window $ 
     135               , ENDPOINTS=endpoints, TYPE=type, BASICMARGES=basicmarges $ 
     136               , NOERASE=noerase, LCT=lct, DIREC=direc, CB_TITLE=cb_title $ 
     137               , _EXTRA=ex 
    137138; 
    138139  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/projsegment.pro

    r325 r327  
    4242; 
    4343;- 
    44 FUNCTION projsegment, vecteur, bornes, MP = mp 
     44FUNCTION projsegment, vecteur, bornes, MP=mp 
    4545; 
    4646  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/terminedessin.pro

    r325 r327  
    3939; 
    4040;- 
    41 PRO terminedessin, POST = post, SMALL = small, _EXTRA = ex 
     41PRO terminedessin, POST=post, SMALL=small, _EXTRA=ex 
    4242; 
    4343  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/LABEL/label.pro

    r325 r327  
    4747; 
    4848;- 
    49 pro label, cas, min, max, ncontour, level_z2d, colnumb, NLEVEL = nlevel $ 
    50           ,INTERVALLE=intervalle, STRICTFILL = strictfill 
     49PRO label, cas, min, max, ncontour, level_z2d, colnumb, NLEVEL=nlevel $ 
     50          ,INTERVALLE=intervalle, STRICTFILL=strictfill 
    5151; 
    5252  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/LABEL/label_date.pro

    r325 r327  
    8787; 
    8888;- 
    89 FUNCTION label_date, axis, index, x, DATE_FORMAT = format, MONTHS = months, $ 
    90               OFFSET= offs, _EXTRA = ex 
     89FUNCTION label_date, axis, index, x, DATE_FORMAT=format, MONTHS=months $ 
     90                   , OFFSET=offs, _EXTRA=ex 
    9191; 
    9292  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/ajoutvect.pro

    r325 r327  
    4646; 
    4747;- 
    48 PRO ajoutvect,vecteur, vectlegende, UNVECTSUR=unvectsur,VECTMIN=vectmin, VECTMAX=vectmax, _EXTRA = ex 
     48PRO ajoutvect,vecteur, vectlegende $ 
     49             , UNVECTSUR=unvectsur,VECTMIN=vectmin, VECTMAX=vectmax, _EXTRA=ex 
    4950; 
    5051  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/vecteur.pro

    r325 r327  
    169169;- 
    170170PRO vecteur, composanteu, composantev, normevecteur, indice2d, reduitindice2d $ 
    171              , CMREF = cmref, MISSING = missing, NORMEREF = normeref $ 
    172              , VECTCOLOR = vectcolor, VECTTHICK = vectthick $ 
    173              , VECTREFPOS = vectrefpos $ 
    174              , VECTREFFORMAT = vectrefformat, NOVECTREF = novectref $ 
    175              , _EXTRA = extra 
     171           , CMREF=cmref, MISSING=missing, NORMEREF=normeref $ 
     172           , VECTCOLOR=vectcolor, VECTTHICK=vectthick $ 
     173           , VECTREFPOS=vectrefpos $ 
     174           , VECTREFFORMAT=vectrefformat, NOVECTREF=novectref $ 
     175           , _EXTRA=extra 
    176176; 
    177177  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/velovect.pro

    r325 r327  
    9292; 
    9393;- 
    94 PRO velovect, u,v,x,y, MISSING = missing, LENGTH = length, DOTS = dots,  $ 
    95         COLOR=color, CLIP=clip, NOCLIP=noclip, OVERPLOT=overplot, _EXTRA=extra 
     94PRO velovect, u,v,x,y, MISSING=missing, LENGTH=length, DOTS=dots $ 
     95            , COLOR=color, CLIP=clip, NOCLIP=noclip, OVERPLOT=overplot $ 
     96            , _EXTRA=extra 
    9697; 
    9798  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/axe.pro

    r325 r327  
    5151; 
    5252;- 
    53 PRO axe, coupe, tempsmin, tempsmax, REVERSE_X = reverse_x, REVERSE_Y = reverse_y, SIN = sin, SEPDATE = sepdate, DIGITSYEAR = digitsyear, _EXTRA = ex 
     53PRO axe, coupe, tempsmin, tempsmax $ 
     54       , REVERSE_X=reverse_x, REVERSE_Y=reverse_y, SIN=sin $ 
     55       , SEPDATE=sepdate, DIGITSYEAR=digitsyear, _EXTRA=ex 
    5456; 
    5557  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/legende.pro

    r325 r327  
    4343; 
    4444;- 
    45 PRO legende, mi, ma, coupe, CONTOUR = contour, ENDPOINTS = endpoints, DIREC = direc $ 
    46              , VECTLEGENDE = vectlegende $ 
    47              , INTERVALLE = intervalle, TYPE_YZ = type_yz, VARNAME2 = varname2 $ 
    48              , NPTS = npts, _EXTRA = ex 
     45PRO legende, mi, ma, coupe, CONTOUR=contour, ENDPOINTS=endpoints, DIREC=direc $ 
     46           , VECTLEGENDE=vectlegende $ 
     47           , INTERVALLE=intervalle, TYPE_YZ=type_yz, VARNAME2=varname2 $ 
     48           , NPTS=npts, _EXTRA=ex 
    4949; 
    5050  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.