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/DESSINE
Files:
4 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 
Note: See TracChangeset for help on using the changeset viewer.