Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Colors/colorbar.html

    r363 r402  
    449449 To display a horizontal color bar above a contour plot, type: 
    450450 
    451  IDL> LOADCT, 5, NCOLORS=100 
    452  IDL> CONTOUR, DIST(31,41), POSITION=[0.15, 0.15, 0.95, 0.75], $ 
    453  IDL> C_COLORS=INDGEN(25)*4, NLEVELS=25 
    454  IDL> COLORBAR, NCOLORS=100 
     451   IDL> LOADCT, 5, NCOLORS=100 
     452   IDL> CONTOUR, DIST(31,41), POSITION=[0.15, 0.15, 0.95, 0.75], $ 
     453   IDL> C_COLORS=INDGEN(25)*4, NLEVELS=25 
     454   IDL> COLORBAR, NCOLORS=100 
    455455</div> 
    456456          <h3>Version history</h3> 
    457457           
    458458          <h4>Version</h4><div class="preformat"> 
    459  $Id: colorbar.pro 358 2008-04-28 09:41:14Z pinsard $ 
     459 $Id: colorbar.pro 400 2009-07-17 10:27:52Z smasson $ 
    460460</div> 
    461461          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.