home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 090.lha / EHBarGph.doc < prev    next >
Text File  |  1986-11-20  |  630b  |  30 lines

  1.                            EHBarGraph  v1.0    09/12/87
  2.    
  3.    This ids a  TDI Modula-2 program to display a bargraph of data from a
  4. ASCII file given on the command line as:
  5.  
  6. EHBarGph filename
  7.  
  8.    The data should be in the form of signed floating-point real numbers:
  9.    
  10. 3.141592
  11. 1048.0
  12. -37.5
  13.  
  14. or
  15.  
  16. 3.141592 1048.0 -37.5
  17.  
  18.    The data will be scaled to fit display and the colors for the bars are
  19. chosen from a 64 color ExtraHalfBrite pallete and displayed in interlaced
  20. (320/400) mode.
  21.  
  22. Please refer any comments or sugestions to:
  23.  
  24.    Michael Richard Walters
  25.    15681 williams #87
  26.    Tustin, CA 92680
  27.    
  28.    Ph. (714)-972-8014
  29.    
  30.