home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / GRAPHING.ZIP / GRAPH.DOC next >
Text File  |  1989-01-10  |  882b  |  18 lines

  1. To use the graphing program it is best to be in Quick Basic.
  2. You must enter your function in the form  {Y=sin(X)}
  3. the letters in capitals must appear, i.e. the two variables must be x and y.
  4. The function needs to be typed into line 80 using x and y, and into lines 6015
  5. and 6115 using xc and yc.
  6. While the program is running the following commands are available:
  7.  
  8.     W.........................window size
  9.     Q.........................quadrants to be displayed
  10.     X.........................stretch the x-axis
  11.     Y.........................stretch the y-axis
  12.     S.........................step size (how solid the graphed line is)
  13.     J.........................how far the cursor moves
  14.     M.........................change the xmin and xmax values
  15.     ».........................cursor right (increase x)
  16.     «.........................cursor left (decrease x)
  17.     end.......................quit
  18.