home *** CD-ROM | disk | FTP | other *** search
- EHBarGraph v1.0 09/12/87
-
- This ids a TDI Modula-2 program to display a bargraph of data from a
- ASCII file given on the command line as:
-
- EHBarGph filename
-
- The data should be in the form of signed floating-point real numbers:
-
- 3.141592
- 1048.0
- -37.5
-
- or
-
- 3.141592 1048.0 -37.5
-
- The data will be scaled to fit display and the colors for the bars are
- chosen from a 64 color ExtraHalfBrite pallete and displayed in interlaced
- (320/400) mode.
-
- Please refer any comments or sugestions to:
-
- Michael Richard Walters
- 15681 williams #87
- Tustin, CA 92680
-
- Ph. (714)-972-8014
-
-