home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / misc / sci / oplot / batchfiles / test.bat < prev   
Encoding:
DOS Batch File  |  1994-05-31  |  429 b   |  21 lines

  1. set(dmode=a)
  2. set(vmode=c)
  3. set(hmode=c)
  4. set(custw=1000)
  5. set(custh=1000)
  6. set(tickmode=cust)
  7. set(xticklen=80)
  8. set(yticklen=6)
  9. set(angles=deg)
  10. set(lth=3)
  11. set(ath=5)
  12. set(bth=7)
  13. set(title="OPlotV1.99 - (C)1994 by A.Maschke")
  14. set(titlecharth=5)
  15. set(grid=t)
  16. set(pcount=1000)
  17. set(tickcharth=3)
  18. set(labelcharth=3)
  19. set(keepcharsize=f)
  20. plot(0,sin(6*x)+6*sin(x)..sin(9*x)+9*sin(x)..sin(12*x)+12*sin(x)..sin(15*x)+15*sin(x),-240..720,-20..20)
  21.