home *** CD-ROM | disk | FTP | other *** search
- .k filename/a,pltitle,plxlabel,plylabel,pldevice
-
- ; Invoke this shell script via
- ;
- ; lineplot filename [ title [ xlabel [ylabel [ device ] ] ] ]
- ;
- ; where file filename contains the data to be plotted
-
- .def pldevice amiga
- .def pltitle "ListPlot Example"
- .def plxlabel "X Axis"
- .def plylabel "Y Axis"
-
- ListPlot +
- "UseInputFile=<filename>" +
- "PlotType=loglog" +
- "Range=.01,100" +
- "PlotTitle=<pltitle>" +
- "XLabel=<plxlabel>" +
- "YLabel=<plylabel>" +
- "PlotDevice=<pldevice>"
-