home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff391.lzh
/
ListPlot
/
polarplot
< prev
next >
Wrap
Text File
|
1990-10-27
|
355b
|
19 lines
.k filename/a,pldevice
; Invoke this shell script via
;
; lineplot filename [ device ]
;
; where file filename contains the data to be plotted
.def pldevice amiga
ListPlot +
"UseInputFile=<filename>" +
"PlotType=polar" +
"Gridding=yes" +
"AngularUnit=radians" +
"AspectRatio=1." +
"PlotTitle=Polar Plot Example" +
"PlotDevice=<pldevice>"