home *** CD-ROM | disk | FTP | other *** search
- set(drawgt=f)
- set(custw=2000)
- set(custh=2000)
- set(vmode=custom)
- set(hmode=custom)
- set(dmode=b)
- set(bth=8)
- set(ath=5)
- set(tickm=c)
- set(xlabel="x [mm]")
- set(ylabel="y [mm]")
- set(centerx=f)
- set(centery=f)
- set(title="Parametrical Plots")
- set(keepcharsize=t)
- set(pcount=3000)
- 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)
- #print(1)
-