Ignore:
Timestamp:
08/21/07 16:19:32 (17 years ago)
Author:
pinsard
Message:

corrections of some headers and parameters and keywords case. change of pro2href to replace proidl

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

Legend:

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

    r240 r262  
    132132;- 
    133133; 
    134 PRO bar_plot,values,baselines=baselines,colors=colors,barnames=barnames, $ 
    135           title=title,xtitle=xtitle,ytitle=ytitle,baserange=baserange, $ 
    136           barwidth=barwidth,barspace=barspace,baroffset=baroffset, $ 
    137           outline=outline,overplot=overplot,background=background, $ 
    138           rotate=rotate, _EXTRA = ex 
     134PRO bar_plot, values, BASELINES=baselines, COLORS=colors, BARNAMES=barnames, $ 
     135          TITLE=title, XTITLE=xtitle, YTITLE=ytitle, BASERANGE=baserange, $ 
     136          BARWIDTH=barwidth, BARSPACE=barspace, BAROFFSET=baroffset, $ 
     137          OUTLINE=outline, OVERPLOt=overplot, BACKGROUND=background, $ 
     138          ROTATE=rotate, _EXTRA = ex 
    139139; 
    140140  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltbase.pro

    r246 r262  
    114114             , NOCONTOUR = nocontour, NOFILL = nofill $ 
    115115             , TRICHAMP = trichamp, TRIMSK = trimsk $ 
    116              , REALCONT = realcont, NAN = nan, usetri = usetri $ 
     116             , REALCONT = realcont, NAN = nan, USETRI = usetri $ 
    117117             , COLORTRICHAMP = colortrichamp, COLORTRIMASK = colortrimask $ 
    118118             , COLORTRINAN = colortrinan $ 
     
    130130             , MORE = more, EXCHANGE_XY = exchange_xy $ 
    131131             , _EXTRA = ex 
    132 ;--------------------------------------------------------- 
    133132; 
    134133  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltsc.pro

    r232 r262  
    5353;- 
    5454; 
    55 PRO  pltsc,tab1,tab2, min1, max1, min2, max2, varname2, BOXZOOM = boxzoom, $ 
    56            COL1D=col1d,STY1D=sty1d,OV1D=ov1d, _EXTRA = ex 
     55PRO pltsc, tab1, tab2, min1, max1, min2, max2, varname2, BOXZOOM = boxzoom, $ 
     56           COL1D=col1d, STY1D=sty1d, OV1D=ov1d, _EXTRA = ex 
    5757; scatter plot (inspired from plt1d) 
    5858; 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro

    r237 r262  
    4444;- 
    4545; 
    46 PRO sbar_plot, Values, COLORS = colors, NOREINITPLT = noreinitplt, _EXTRA = ex 
     46PRO sbar_plot, values, COLORS = colors, NOREINITPLT = noreinitplt, _EXTRA = ex 
    4747; 
    4848  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/determineminmax.pro

    r232 r262  
    5252;- 
    5353; 
    54 PRO determineminmax, tab, mask, vraimin, vraimax, glam, gphi, MAXIN = maxin, MININ = minin, INTERVALLE = intervalle, usetri = usetri, ZEROMIDDLE = zeromiddle, _EXTRA = ex 
     54PRO determineminmax, tab, mask, vraimin, vraimax, glam, gphi, MAXIN = maxin, MININ = minin, INTERVALLE = intervalle, USETRI = usetri, ZEROMIDDLE = zeromiddle, _EXTRA = ex 
    5555; 
    5656  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/velovect.pro

    r238 r262  
    9393;- 
    9494; 
    95 PRO velovect,U,V,X,Y, Missing = Missing, Length = length, Dots = dots,  $ 
    96         Color=color, CLIP=clip, NOCLIP=noclip, OVERPLOT=overplot, _EXTRA=extra 
     95PRO velovect, u,v,x,y, MISSING = missing, LENGTH = length, DOTS = dots,  $ 
     96        COLOR=color, CLIP=clip, NOCLIP=noclip, OVERPLOT=overplot, _EXTRA=extra 
    9797; 
    9898  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/axe.pro

    r231 r262  
    5353;- 
    5454; 
    55 PRO axe, coupe,tempsmin,tempsmax, REVERSE_X = reverse_x, REVERSE_Y = reverse_y, SIN = sin, SEPDATE = sepdate, DIGITSYEAR = digitsyear, _EXTRA = ex 
     55PRO axe, coupe, tempsmin, tempsmax, REVERSE_X = reverse_x, REVERSE_Y = reverse_y, SIN = sin, SEPDATE = sepdate, DIGITSYEAR = digitsyear, _EXTRA = ex 
    5656; 
    5757  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/plotsym.pro

    r261 r262  
    4646;- 
    4747; 
    48 FUNCTION plotsym, circle=circle, triangle=triangle, diamond=diamond, $ 
    49                   angle=angle, box=box, line=line, scale=scale, $ 
     48FUNCTION plotsym, CIRCLE=circle, TRIANGLE=triangle, DIAMOND=diamond, $ 
     49                  ANGLE=angle, BOX=box, LINE=line, SCALE=scale, $ 
    5050                  _EXTRA=extra 
    5151; 
  • trunk/SRC/ToBeReviewed/PLOTS/reinitplt.pro

    r231 r262  
    4444;- 
    4545; 
    46 PRO reinitplt, all=all,x=x,y=y,z=z,p=p, invert=invert 
     46PRO reinitplt, ALL=all, X=x, Y=y, Z=z, P=p, INVERT=invert 
    4747; 
    4848  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/style.pro

    r231 r262  
    3535;- 
    3636; 
    37 PRO style,labstyle,level_z2d,linestyle,thick 
     37PRO style, labstyle, level_z2d, linestyle, thick 
    3838; 
    3939  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/symbols.pro

    r231 r262  
    4343;- 
    4444; 
    45 PRO symbols,nsym,scale,color=col 
     45PRO symbols, nsym, scale, COLOR=col 
    4646; 
    4747  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.