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