Metropoli BBS
VIEWER: sam297.txt MODE: TEXT (ASCII)
" <-APL2-------------------- sam297.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
 caption#'Graphs of 5Ox and 6Ox'
 '5Ox' graph 1,0,1,r,5  ,xpi     ,0   , 1  ,0 " sinhdata.tex
 '6Ox' graph 2,0,1,r,5  ,xpi     ,0   , 0.1,0 " coshdata.tex
)off

[ RETURN TO DIRECTORY ]