home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / bus_pers / listplot.lha / Readme.Samples < prev    next >
Text File  |  1990-10-27  |  856b  |  25 lines

  1. [ Ed. note:  For the benefit of WorkBench users, I've added some icons and
  2.   script files to display the samples (without options) to the screen.
  3.   Simply double-click on the "Make_Assigns" icon and then double-click on
  4.   a sample plot icon. 
  5.  
  6.   -Fred ><> ]
  7.  
  8. Some example shell scripts.  To execute them, try one or all of the
  9. following
  10.  
  11.   execute lineplot lineinput [ title [ xlabel [ ylabel [ device ] ] ] ]
  12.   execute polarplot polarinput [ device ]
  13.   execute logplot loginput [ title [ xlabel [ ylabel [ device ] ] ] ]
  14.  
  15. where the parameters in brackets are optional. (They must be given in order
  16. however, so to specify the device in lineplot you must also give the title,
  17. xlabel, and ylabel. They can be a null string, i.e. "".)
  18.  
  19. For example
  20.  
  21.   execute lineplot lineinput "lineplot title" x y
  22.   execute lineplot lineinput "" "" "" printer
  23.  
  24. will work.
  25.