Metropoli BBS
VIEWER: sam303.txt MODE: TEXT (ASCII)
" <-APL2-------------------- sam303.txt ---------------------------->
)run cap2/sample/graph.inc
"            htl: 0=both, 1=headers, 2=trailers, 3=neither.
"            | nlb 1 = Label the curve.
"            | | xr = 1=vary real x coeff, 0=vary imaginary coeff.
"            | | | e = i(11) or r(9) to select coefficient to graph.
"            | | | | yabm = maximum |y printed on graph.
"            | | | | |   minx = minimum value of x.
"            | | | | |   |   maxx = maximum value of x.
"            | | | | |   |   |  xiv = x axis marker interval.
"            | | | | |   |   |  | hk = Constant coefficient of input.
"            | | | | |   |   |  | |     yiv = y axis marker interval, or 0.
"            | | | | |   |   |  | |     |   yca = ylwc, maxy, miny are precalculated.
"            | | | | |   |   |  | |     |   |
"            V V V V V   V   V  V V     V   V
 points#300
 ylwc#(maxy#2.16)_miny#-2.16
 '3Ox' graph 1,1,1,i,1e6,-10,10,1,.5  , 0  ,1 " tandaty.tex
 '3Ox' graph 3,1,1,i,1e6,-10,10,1,1   , 0  ,1 " tandaty.tex
 '3Ox' graph 3,1,1,i,1e6,-10,10,1,2   , 0  ,1 " tandaty.tex
 '3Ox' graph 3,1,1,i,1e6,-10,10,1,-.5 , 0  ,1 " tandaty.tex
 '3Ox' graph 3,1,1,i,1e6,-10,10,1,-1  , 0  ,1 " tandaty.tex
 points#100
 '3Ox' graph 2,1,1,i,1e6,-10,10,1,-2  , 0  ,1 " tandaty.tex
)off
[ RETURN TO DIRECTORY ]