home *** CD-ROM | disk | FTP | other *** search
- [ Ed. note: For the benefit of WorkBench users, I've added some icons and
- script files to display the samples (without options) to the screen.
- Simply double-click on the "Make_Assigns" icon and then double-click on
- a sample plot icon.
-
- -Fred ><> ]
-
- Some example shell scripts. To execute them, try one or all of the
- following
-
- execute lineplot lineinput [ title [ xlabel [ ylabel [ device ] ] ] ]
- execute polarplot polarinput [ device ]
- execute logplot loginput [ title [ xlabel [ ylabel [ device ] ] ] ]
-
- where the parameters in brackets are optional. (They must be given in order
- however, so to specify the device in lineplot you must also give the title,
- xlabel, and ylabel. They can be a null string, i.e. "".)
-
- For example
-
- execute lineplot lineinput "lineplot title" x y
- execute lineplot lineinput "" "" "" printer
-
- will work.
-