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

Location:
trunk/SRC/ToBeReviewed/PLOTS
Files:
4 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,$' 
  • trunk/SRC/ToBeReviewed/PLOTS/LABEL/label_date.pro

    r39 r97  
    44;       Unauthorized reproduction prohibited. 
    55 
    6 FUNCTION LABEL_DATE, axis, index, x, DATE_FORMAT = format, MONTHS = months, $ 
    7               OFFSET= offs, _EXTRA = ex 
    86;+ 
    97; NAME: 
     
    9997;- 
    10098 
     99FUNCTION LABEL_DATE, axis, index, x, DATE_FORMAT = format, MONTHS = months, $ 
     100              OFFSET= offs, _EXTRA = ex 
    101101COMMON label_date_com, fmt, month_chr, offset 
    102102 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/velovect.pro

    r41 r97  
    44;       Unauthorized reproduction prohibited. 
    55 
    6 PRO VELOVECT,U,V,X,Y, Missing = Missing, Length = length, Dots = dots,  $ 
    7         Color=color, CLIP=clip, NOCLIP=noclip, OVERPLOT=overplot, _EXTRA=extra 
    86; 
    97;+  
     
    10098;- 
    10199; 
     100PRO VELOVECT,U,V,X,Y, Missing = Missing, Length = length, Dots = dots,  $ 
     101        Color=color, CLIP=clip, NOCLIP=noclip, OVERPLOT=overplot, _EXTRA=extra 
    102102        on_error,2                      ;Return to caller if an error occurs 
    103103        s = size(u) 
  • trunk/SRC/ToBeReviewed/PLOTS/plotsym.pro

    r42 r97  
    1 function plotsym, circle=circle, triangle=triangle, diamond=diamond, $ 
    2                   angle=angle, box=box, line=line, scale=scale, $ 
    3                   _extra=extra 
    41;+ 
    52; NAME: 
     
    3229;- 
    3330 
     31function plotsym, circle=circle, triangle=triangle, diamond=diamond, $ 
     32                  angle=angle, box=box, line=line, scale=scale, $ 
     33                  _extra=extra 
    3434if not keyword_set(scale) then scale=1.0 
    3535if not keyword_set(angle) then angle=0.0 
Note: See TracChangeset for help on using the changeset viewer.