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

  1. set(vmode=c)
  2. set(hmode=c)
  3. set(custw=1000)
  4. set(custh=1000)
  5. set(polar=t)
  6. set(tickmode=cust)
  7. set(xticklen=0.2)
  8. set(yticklen=0.2)
  9. set(angles=deg)
  10. set(lth=8)
  11. set(ath=11)
  12. set(bth=15)
  13. set(grid=t)
  14. set(pcount=600)
  15. set(tickcharth=3)
  16. set(labelcharth=5)
  17. set(keepcharsize=f)
  18. pplot(0,cos(t),sin(t),0..720)
  19.