home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d391
/
listplot.lha
/
ListPlot
/
lineplot
< prev
next >
Wrap
Text File
|
1990-10-27
|
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>"