home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d306 / rexxplplot.lha / RexxPlPlot / examples / Main.plot < prev   
Encoding:
Text File  |  1990-01-11  |  309 b   |  14 lines

  1. /* Main.plot - Example of ARexx control over RexxPlPlot */
  2. /* Modified for RexxPlPlot by Glenn M. Lewis - 9/12/89  */
  3.  
  4. address 'PlPlot'
  5.  
  6.         'plstar(1,1);'
  7.         'pladv(0);'
  8.         'plvpor(0.,1.,0.,1.);'
  9.         'plwind(0.,1.,0.,1.);'
  10.         'plbox("bcg",0.,0,"bcg",0.,0);'
  11.         'plend();'
  12.  
  13. exit 0
  14.