home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 7
/
FreshFishVol7.bin
/
new
/
misc
/
sci
/
oplot
/
batchfiles
/
test.bat
< prev
next >
Wrap
DOS Batch File
|
1994-05-30
|
429b
|
21 lines
set(dmode=a)
set(vmode=c)
set(hmode=c)
set(custw=1000)
set(custh=1000)
set(tickmode=cust)
set(xticklen=80)
set(yticklen=6)
set(angles=deg)
set(lth=3)
set(ath=5)
set(bth=7)
set(title="OPlotV1.99 - (C)1994 by A.Maschke")
set(titlecharth=5)
set(grid=t)
set(pcount=1000)
set(tickcharth=3)
set(labelcharth=3)
set(keepcharsize=f)
plot(0,sin(6*x)+6*sin(x)..sin(9*x)+9*sin(x)..sin(12*x)+12*sin(x)..sin(15*x)+15*sin(x),-240..720,-20..20)