home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / cli / help034.lzh / PlotIt.HELP < prev    next >
Encoding:
Text File  |  1992-11-11  |  3.1 KB  |  55 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        */
  3. /*         P R O P E R T Y  O F  J O H N  B R O C K  P R E S T O N        */
  4. /*         ---------------  ---  -------  ---------  -------------        */
  5. /*                                                                        */
  6. /*    UNAUTHORISED USAGE OF THIS CODE WILL BE TREATED AS A THEFT          */
  7. /*                                                                        */
  8. /*------------------------------------------------------------------------*/
  9. /*------------------------------------------------------------------------*/
  10. /*                                                                        */
  11. /*          PlotIt Version 1.0 Copyright 1987 by John Brock Preston       */
  12. /*                                                                        */
  13. /*------------------------------------------------------------------------*/
  14.  
  15. Plotit is a universal program which allows the user to generate two-
  16. dimensional graphs.  To generate the graphs simply supply the program
  17. with a text file contaning all the points to plot.
  18.  
  19. I wrote Plotit because I need a way of displaying and printing datapoints I 
  20. collected from various experements.  Although I could use some of the programs
  21. created for the IBM PC, I want to use the extra resolution and better color
  22. choices the Amiga provided.
  23.  
  24. The Amiga has various resolutions and many colors in each resolution.  Plotit
  25. allows a graph to be displayed in three of the Amiga's screen resolutions;
  26. Low Res, Med Res and Hi Res.  Plotit will allow more lines to be displayed
  27. in Low res than in Med or Hi res.  Low Res allows 30 lines to be drawn on the
  28. screen in 30 different colors.  Both Med and Hi resolutions allow up to 14
  29. different lines in the display window, and each line is displayed in a 
  30. different color.
  31.  
  32. To use the Plotit program "double click" the Plotit icon in the disk drawer.
  33. When the program comes up, a control pannel will appear with windows to enter
  34. the name of a text file and the number of columns in the file.
  35.  
  36. The program uses the text file like this.  The first column is considered 
  37. the x-axis co-ordinant.  All other columns are the 14 varing y-axis co-
  38. ordinants.  The points need not be equally spaced or going from high to low
  39. or vice versa.  
  40.  
  41. The text file consists of at least two columns of numbers. A maximum of 15
  42. columns are recognizable by the program.  If less than two or more than 15
  43. columns are used unwanted results will occur.
  44.  
  45. To use this program a text file is needed. The text file can be created 
  46. using either ed, Txed, Textcraft or any favorite word processor. (Note: if
  47. Textcraft is used, the file must be saved as text only!)
  48.  
  49. This program works very much like the language LOGO or like the kids toy 
  50. Etch-a-Sketch. With a two column text file, a color pen is set down at 
  51. the first point in the file. A line is drawn from this point to the next
  52. point in the file ect.  If there are more than two columns in the file,
  53. then another line is drawn for each of these extra columns.
  54.  
  55.