home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / graphs / progs / axes / ?ReadMe next >
Encoding:
Text File  |  1991-01-09  |  952 b   |  29 lines

  1. ReadMe for AxesPrint
  2. ====================
  3.  
  4. If you have been annoyed by graphs plotted with scale intervals going up in
  5. threes, or even worse in steps of 0.137, these PROCS/FNs should be useful!
  6.  
  7.  
  8. Given input data to be plotted, they automatically compute scaling factors
  9. to fit the data neatly onto the screen with scale steps always in the
  10. easy-to-read -1-2-5- sequence, and multipliers always powers of 10.The
  11. program works in any 80-column graphics MODE, and copes with outrageous
  12. value ranges - like x = 7.002 to x = 7.0023, for example.
  13.  
  14.  
  15. PROCinit (L.5000) sets up parameters for the current MODE - any 80-column
  16. graphics Mode.
  17.  
  18. PROCstep (L.5100) works out the scaling.
  19.  
  20. PROCaxes (L.5200) draws the axes, scale marks and multipliers.
  21.  
  22. FNplotx  (L.5400) and FNploty  (L.5500) take your x,y data values, and return
  23. x,y coordinates for MOVE, DRAW or PLOT as required.
  24.  
  25.  
  26. The first part of the program is merely for demonstration.
  27.  
  28.  
  29. E.W.Ayers : Dec. 90