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

  1. set(drawgt=f)
  2. set(custw=2000)
  3. set(custh=2000)
  4. set(vmode=custom)
  5. set(hmode=custom)
  6. set(dmode=b)
  7. set(bth=8)
  8. set(ath=5)
  9. set(tickm=c)
  10. set(xlabel="x [mm]")
  11. set(ylabel="y [mm]")
  12. set(centerx=f)
  13. set(centery=f)
  14. set(title="Parametrical Plots")
  15. set(keepcharsize=t)
  16. set(pcount=3000)
  17. pplot(0,(12-3)*cos(t)-4*cos((12-3)/3*t)..(12-3)*cos(t),(12-3)*sin(t)-4*sin((12-3)/3*t)..(12-3)*sin(t)..-4*sin((12-3)/3*t),0..2*pi)
  18. #print(1)
  19.