home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
educ
/
listplot.lzh
/
LISTPLOT
/
LINEPLOT
< prev
next >
Wrap
Text File
|
1991-08-15
|
442b
|
20 lines
.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>" +
"PlotTitle=<pltitle>" +
"XLabel=<plxlabel>" +
"YLabel=<plylabel>" +
"PlotDevice=<pldevice>"