home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Applications / Mathematiques / AMPlotDemo.lzh / AMPlotDemo / samples / rexxdemo.rexx < prev    next >
OS/2 REXX Batch file  |  1992-09-26  |  208b  |  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