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 >
Text File  |  1990-10-27  |  355b  |  19 lines

  1. .k filename/a,pldevice
  2.  
  3. ; Invoke this shell script via
  4. ;
  5. ; lineplot filename [ device ]
  6. ;
  7. ; where file filename contains the data to be plotted
  8.  
  9. .def pldevice amiga
  10.  
  11. ListPlot +
  12.   "UseInputFile=<filename>" +
  13.   "PlotType=polar" +
  14.   "Gridding=yes" +
  15.   "AngularUnit=radians" +
  16.   "AspectRatio=1." +
  17.   "PlotTitle=Polar Plot Example" +
  18.   "PlotDevice=<pldevice>"
  19.