home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 7
/
FreshFishVol7.bin
/
new
/
misc
/
sci
/
oplot
/
batchfiles
/
cubspl.bat
< prev
next >
Wrap
DOS Batch File
|
1994-05-30
|
534b
|
27 lines
set(drawgt=f)
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(drawaxis=f)
set(title="Cubic Splines")
set(pointtype=box)
set(pointm=f)
set(titlecharth=5)
set(labelcharth=3)
set(tickcharth=3)
set(pointsize=20)
set(interpoints=1000)
set(interkind=cspl)
plotd(0,ram:data1..ram:data2,-2..14,-9..12)
set(interkind=none)
plotd(1,ram:data1,-2..14,-9..12,plotstyle=p)
set(drawaxis=t)
set(pointtype=circle)
plotd(1,ram:data2,-2..14,-9..12,plotstyle=p)
#print(1)