home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 321.lha / GraphX / GraphX.doc < prev    next >
Text File  |  1989-12-11  |  2KB  |  80 lines

  1.  
  2.     File:  GraphX.doc                Date:  10-Nov-89
  3.  
  4.     Title:  Documentation for -- GraphX -- data plotting utility
  5.  
  6.     Author:  Kenneth L. Rummage  (CIS 76237,174)
  7.          11765 North Shore Drive
  8.          Reston, Virginia, USA  22090
  9.  
  10.     Distribution:  ShareWare -- A donation of $15 is requested
  11.  
  12.  
  13.                 Description
  14.                 -----------
  15.  
  16.     GraphX is a data plotting utility written in the C Language
  17.     with the following features:
  18.  
  19.         a)  Data Scaling with Automatic Grid 
  20.             and Axis Generation
  21.  
  22.         b)  Linear, Logarithmic, & Decibel Scales
  23.  
  24.         c)  X,Y Coordinates Reported Via Mouse Selection
  25.  
  26.         d)  640 x 400 Screen Under Menu Control
  27.  
  28.         e)  Hard Copy Printing, Including Titles
  29.             and Scales
  30.         
  31.     Use:    From CLI type:    GraphX < filename >
  32.  
  33.         where filename is the file name of the data 
  34.         to be plotted.  Note two sample data files
  35.         have been included - Plot1.data & Plot2.data
  36.  
  37.  
  38.     Data File Format:   Standard ASCII Text File
  39.                 of the form:
  40.  
  41.                 n
  42.                 x1   y1
  43.                 x2   y2
  44.                 x3   y3
  45.                 .    .
  46.                 .    .
  47.                 .    .
  48.                 xn   yn
  49.  
  50.                 where   2 <= n <= 1024  
  51.  
  52.  
  53.     Options:        Linear -- plots raw data x,y values
  54.                 Log/Linear -- plots y versus log(x)
  55.                 Log/dB -- plots 20*log(y) versus log(x)
  56.                 Hard Copy -- dumps screen to printer
  57.                              after requesting titles
  58.                 Show Title Bar -- shows window title
  59.                           and gadgets
  60.                 Information -- displays author
  61.                 Quit -- closes HIRES screen and exits
  62.                     program
  63.  
  64.  
  65.     Printer Set Up (Preferences):      For Epson LX-86
  66.             
  67.                 Pica, 6 LPI, Letter Quality
  68.                 Threshold = 10
  69.                 Shade = Black & White
  70.                 Horizontal, Positive
  71.                 Left Offset = .5
  72.                 Limits = Ignore
  73.  
  74.                 Note:  GraphicDump must be available
  75.                        in the current path
  76.  
  77.  
  78.  
  79. End of GraphX.doc
  80.