home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / bbs / libdisks / d700t799 / disk737.lha / AMPlotDemo / samples / rexxdemo.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1992-09-26  |  208 b   |  8 lines

  1. /* RexxDemo.rexx.
  2.    This is a simple macro to add 2 datapoint marks to a plot and
  3.    is used in conjunction with the datafile RexxDemo.dat
  4. */
  5. address "AMPlot.1"
  6. mark 1e+06 593.1 9
  7. mark 1e+06 127.8 5
  8. endmacro