home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / graphfor.zip / README.DOC < prev   
Text File  |  1990-05-04  |  3KB  |  62 lines

  1.  Graph for Fortran v2.0 :  Graph plotting on dot matrix printers
  2. =================================================================
  3.  
  4. The GRAPH collection of Fortran subroutines provides a simple means of
  5. plotting high quality scientific and engineering graphs on dot matrix 
  6. printers. The printer used must have graphics printing capability (such 
  7. as the IBM Proprinter and most Epson and Star dot matrix printers). The 
  8. subroutines can easily be incorporated into your own Fortran programs, 
  9. so that they print graphs as part of the program output. A sample main
  10. program is supplied to demonstrate the use of the subroutines. This 
  11. sample program can be used as a stand-alone graph plotting program for 
  12. printing graphs from an ASCII data file. Several data files are supplied 
  13. to demonstrate the use and capabilities of the subroutines.
  14.  
  15. Features include resolution options (the highest resolution prints
  16. interleaved rows for 120 dots per inch horizontal by 144 dpi vertical),
  17. portrait or landscape modes, linear or logarithmic axes, labelling of
  18. axes, overlaying grid lines on the graph, automatic generation of legend
  19. tables, joining points with straight lines or a cubic spline, plotting
  20. user-defined functions, passing a list of parameters to the user-defined
  21. functions, clearing rectangular areas of the graph with optional border,
  22. and placing text on the graph.
  23.  
  24. Usage: Fortran programming
  25. Registration: $30.00
  26. Special Requirements: Fortran 77 compiler,
  27.                       Dot matrix printer with 8 pin graphics.
  28.  
  29.  
  30. File Descriptions:
  31. ==================
  32.  
  33. BROWSE  .exe    Program for browsing through documents and manuals.
  34.  
  35. BROWSE  .hlp    Help file used by browse.exe
  36.  
  37. GRAPH   .doc    User's manual for the GRAPH programs and subroutines.
  38.  
  39. GRAPH   .for    Sample main program for plotting graphs from data files
  40.                 (Fortran source code).
  41.  
  42. GRAPH   .001    Graph data file - General graph demo (vertical and Hi-res).
  43.  
  44. GRAPH   .002    Graph data file - Same as .001, but horizontal and Lo-res.
  45.  
  46. GRAPH   .003    Graph data file - Graph of several continuous functions.
  47.  
  48. GRAPH   .004    Graph data file - Demo of text, graph symbols and line styles.
  49.  
  50. GRAPHFNS.for    Function segment containing user-defined functions.
  51.                 (Fortran source code).
  52.  
  53. GRAPHLIB.for    Subroutine library of graph plotting procedures for
  54.                 plotting on dot matrix printers (Fortran source code).
  55.  
  56. GRF     .bat    Sample batch file for executing GRAPH with a data file.
  57.  
  58. README  .doc    Brief description of disk contents.
  59.  
  60.  
  61. To start, type GO
  62.