Ignore:
Timestamp:
03/19/07 11:17:59 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r163 r230  
    11;+ 
    2 ;  
    3 ; @file_comments  
     2; 
     3; @file_comments 
    44; Create a bar graph, or overplot on an existing one. 
    55; 
    6 ; @categories  
     6; @categories 
    77; Graphics 
    88; 
     
    6565; on the same graph. 
    6666; 
    67 ; @keyword OUTLINE  
     67; @keyword OUTLINE 
    6868; If set, this keyword specifies that an outline should be 
    6969; drawn around each bar. 
    7070; 
    71 ; @keyword OVERPLOT  
     71; @keyword OVERPLOT 
    7272; If set, this keyword specifies that the bar plot should be 
    7373; overplotted on an existing graph. 
     
    7777; the background color. 
    7878; 
    79 ; @keyword ROTATE  
     79; @keyword ROTATE 
    8080; If set, this keyword indicates that horizontal rather than 
    8181; vertical bars should be drawn.  The bases of horizontal bars 
    8282; are on the left, "Y" axis and the bars extend to the right. 
    8383; 
    84 ; @examples By using the overplotting capability, it is relatively easy to create 
     84; @examples 
     85; By using the overplotting capability, it is relatively easy to create 
    8586;       stacked bar charts, or different groups of bars on the same graph. 
    8687; 
     
    118119;       this could easily be changed.) 
    119120; 
    120 ; @history August 1990, T.J. Armitage, RSI, initial programming.  Replacement 
     121; @history 
     122; August 1990, T.J. Armitage, RSI, initial programming.  Replacement 
    121123;       for PLOTBAR and OPLOTBAR routines written by William Thompson. 
    122124; 
     
    125127;       spacing the bars slightly. 
    126128; 
     129; @version 
    127130; $Id$ 
    128131; 
Note: See TracChangeset for help on using the changeset viewer.