plot.7
来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 7 代码 · 共 67 行
7
67 行
.th PLOT VII 2/25/75.sh NAMEplot: openpl et al. \*- graphics interface.sh SYNOPSIS.nf.ft Bopenpl( ).s3erase( ).s3label(s)char s[ ];.s3line(x1, y1, x2, y2).s3circle(x, y, r).s3arc(x, y, x0, y0, x1, y1).s3dot(x, y, dx, n, pattern)int pattern[ ];.s3move(x, y).s3point(x, y).s3linemod(s)char s[ ];.s3space(x0, y0, x1, y1).s3closepl( ).fi.s3.ft R.sh DESCRIPTIONThese subroutinesgenerategraphic output in a relativelydevice-independent manner.See.it plot(VI)for a descriptionof the meaning of the subroutines..s3There are four libraries containing these routines,one that produces general graphics commands on the standard output,and one each for the vt0 storage scope, the Diablo plottingterminal and the Tektronix 4014 terminal..it Openplmust be used before any of the others to open thedevice for writing..it Closeplflushes the output..sh FILES/usr/lib/plot.a produces output for plotting filters.br/usr/lib/vt0.a produces output on vt0 storage scope.br/usr/lib/gsip.a produces output on Diablo terminal.br/usr/lib/tek.a produces output for the Tektronix 4014 terminal.sh "SEE ALSO"plot (VI), graph (VI).sh BUGS
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?