home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / ABCPLOT.ZIP / README < prev    next >
Text File  |  1991-04-02  |  3KB  |  56 lines

  1. ABCPLOT is a utility to plot raster graphs of data sets to standard
  2. output or to a file.  Its output, being character-based, is very 
  3. crude, but it is truly device independent.  ABCPLOT makes no excuses:
  4. it is not intended for presentation output, but it excels at facilitating
  5. rapid analysis of numeric data sets while you are still at the command
  6. line.  ABCPLOT can even read its data from standard input, allowing
  7. you to pipe data to it from AWK or other filters.  It is very much
  8. in the spirit of UNIX utilities, since all options are supplied to
  9. ABCPLOT through the command line.  Also in the spirit of UNIX utilities,
  10. all source code is provided.
  11.  
  12. ABCPLOT is programmed largely in FORTRAN, with a main program in the C
  13. language.  It has been tested on Apollo workstations under 3 flavors of
  14. UNIX, and on microcomputers running MS-DOS.  I am distributing source
  15. code only for the MS-DOS versions, since I no longer use UNIX, but
  16. this source can be easily ported to UNIX.  The source code is compatible 
  17. with Microsoft Quick C, version 2.0, Microsoft FORTRAN version 5.0, and
  18. the Microsoft Segmented-Executable Linker version 5.03.  Compatibility 
  19. with other versions of these products, and with other standard compilers,
  20. is likely but not assured.  There is a note in the C code indicating 
  21. which lines are known to be operating-system dependent.  
  22.  
  23. ABCPLOT, its source code and its documentation, are hereby placed in the
  24. public domain.  You may use these data files however you wish.  My only
  25. request is that you do not distribute these files, or any files which
  26. are based substantially on the code in these files, without the names of
  27. myself and the other 2 programmers who worked so hard on it.  I also
  28. request that if you use ABCPLOT and find it useful that you drop me a
  29. postcard telling me how you use it.
  30.  
  31. The following files are included in this version of ABCPLOT:
  32.  
  33. README        --  This file.
  34. ABCPLOT.EXE   --  The executable program.
  35. ABCPLOT.DOC   --  A documentation file, for printing or online access.
  36. MAIN.C        --  The main routine, written in C
  37. ABCPLOT.FOR   --  The ABCPLOT routines, in FORTRAN
  38. MAKEFILE      --  A makefile to build ABCPLOT.EXE using either Microsoft's
  39.                   NMAKE or Opus MAKE.
  40. BUILD.BAT     --  The compile and link commands for those not using a MAKE
  41.                   utility
  42. TEST.BAT      --  A short batch file that runs ABCPLOT with a sample dataset.
  43. TEST.DAT      --  The sample dataset.
  44. The following 2 files are included for those who would like to revise 
  45. either the C or Fortran source, but don't have the other compiler.
  46. MAIN.OBJ      --  The object (compiled) form of MAIN.C
  47. ABCPLOT.OBJ   --  The object (compiled) form of ABCPLOT.FOR
  48.  
  49. Feedback on ABCPLOT, and suggestions for its further development, may be
  50. directed to the principal author:
  51.  
  52. Bob Dougherty
  53. 2000 18th St.
  54. Woodward, OK 73801
  55. (405) 256-7449
  56.