Ignore:
Timestamp:
05/09/06 17:04:13 (18 years ago)
Author:
pinsard
Message:

miscellaneous modifications according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro

    r35 r67  
    3939; EXAMPLE: 
    4040; 
    41 ;      IDL> sbar_plot, indgen(10),petit=[2,2,2],/rempli 
    42 ;      IDL> sbar_plot, indgen(10),petit=[2,2,3],/noerase 
     41;      IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
     42;      IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase 
    4343;      IDL> @ps 
    4444; 
     
    6262   ENDIF ELSE colors = congrid(indgen(!d.n_colors < 256), n_elements(Values)) 
    6363; 
    64    bar_plot, Values, background = !p.background, colors = colors, _extra = ex 
     64   bar_plot, Values, background = !p.background, colors = colors $ 
     65             , xstyle = 1, ystyle = 1, _extra = ex 
    6566; 4) je termine le dessin  
    6667   terminedessin, _extra=ex  
Note: See TracChangeset for help on using the changeset viewer.