Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Colors/colorbar.pro

    r358 r371  
    9696; To display a horizontal color bar above a contour plot, type: 
    9797; 
    98 ; IDL> LOADCT, 5, NCOLORS=100 
    99 ; IDL> CONTOUR, DIST(31,41), POSITION=[0.15, 0.15, 0.95, 0.75], $ 
    100 ; IDL> C_COLORS=INDGEN(25)*4, NLEVELS=25 
    101 ; IDL> COLORBAR, NCOLORS=100 
     98;   IDL> LOADCT, 5, NCOLORS=100 
     99;   IDL> CONTOUR, DIST(31,41), POSITION=[0.15, 0.15, 0.95, 0.75], $ 
     100;   IDL> C_COLORS=INDGEN(25)*4, NLEVELS=25 
     101;   IDL> COLORBAR, NCOLORS=100 
    102102; 
    103103; @history 
Note: See TracChangeset for help on using the changeset viewer.