home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / new / misc / sci / oplot / batchfiles / cubspl.bat < prev    next >
DOS Batch File  |  1994-05-30  |  534b  |  27 lines

  1. set(drawgt=f)
  2. set(vmode=custom)
  3. set(hmode=custom)
  4. set(dmode=b)
  5. set(bth=8)
  6. set(ath=5)
  7. set(tickm=c)
  8. set(xlabel="x [mm]")
  9. set(ylabel="y [mm]")
  10. set(drawaxis=f)
  11. set(title="Cubic Splines")
  12. set(pointtype=box)
  13. set(pointm=f)
  14. set(titlecharth=5)
  15. set(labelcharth=3)
  16. set(tickcharth=3)
  17. set(pointsize=20)
  18. set(interpoints=1000)
  19. set(interkind=cspl)
  20. plotd(0,ram:data1..ram:data2,-2..14,-9..12)
  21. set(interkind=none)
  22. plotd(1,ram:data1,-2..14,-9..12,plotstyle=p)
  23. set(drawaxis=t)
  24. set(pointtype=circle)
  25. plotd(1,ram:data2,-2..14,-9..12,plotstyle=p)
  26. #print(1)
  27.