Ignore:
Timestamp:
06/09/06 17:18:59 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Obsolete *.pro files for better idldoc output

File:
1 edited

Legend:

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

    r35 r97  
    44;       Unauthorized reproduction prohibited. 
    55; 
    6  
    7 pro bar_plot,values,baselines=baselines,colors=colors,barnames=barnames, $ 
    8           title=title,xtitle=xtitle,ytitle=ytitle,baserange=baserange, $ 
    9           barwidth=barwidth,barspace=barspace,baroffset=baroffset, $ 
    10           outline=outline,overplot=overplot,background=background, $ 
    11           rotate=rotate, _EXTRA = ex 
    126;+ 
    13 ; NAME: 
    14 ;       BAR_PLOT 
    15 ; 
    167; PURPOSE: 
    178;       Create a bar graph, or overplot on an existing one. 
     
    135126;       spacing the bars slightly. 
    136127;- 
     128pro bar_plot,values,baselines=baselines,colors=colors,barnames=barnames, $ 
     129          title=title,xtitle=xtitle,ytitle=ytitle,baserange=baserange, $ 
     130          barwidth=barwidth,barspace=barspace,baroffset=baroffset, $ 
     131          outline=outline,overplot=overplot,background=background, $ 
     132          rotate=rotate, _EXTRA = ex 
    137133if (n_params(d) eq 0) then begin  ;Print call & return if no parameters 
    138134  print,'bar_test,values,baselines=baselines,colors=colors,barnames=barnames,$' 
Note: See TracChangeset for help on using the changeset viewer.