⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plot.6

📁 UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱昂氏unix源代码分析都是用的该版
💻 6
字号:
.th PLOT VI 3/10/75.sh NAMEplot: tek, gsip, vt0 \*- graphics filters.sh SYNOPSISsource |.bd tek.brsource |.bd gsip.brsource |.bd vt0.sh DESCRIPTIONThese commands produce graphical output on the Tektronix 4014 terminal,the GSI or other Diablo-mechanism terminals,and the on-line storage scope respectively.They read the standard input to obtainplotting instructions,which are usually generated by a programcalling the graphics subroutinesdescribed in.it plot(VII).Each instruction consists of an ASCII letterusually followed by binary information.A plotting coordinate is transmittedas four bytes representingthe.it xand.it yvalues;each valueis a signed number transmitted low-order byte first.The assumed plotting space is set by request.The instructions are taken from.s3.lp +3 3m	move: the next four bytes specify the coordinates of a pointto move to.This is used before writing a label..s3.lp +3 3p	point: the next four bytes specify the coordinates at which a point is drawn..s3.lp +3 3l	line: the next eight bytes are taken as two pairs of coordinatesspecifying the endpoints of a line to be drawn..s3.lp +3 3t	label: the bytes up to a new-line are written as ASCIIstarting at the last point drawn or moved to..s3.lp +3 3a	arc:the first four bytes specify the center, the next four specify thestarting point,and the last four specify the end point of a circular arc.The least significant coordinate of the end point isused only to determine the quadrant.The arc is drawn counter-clockwise.This command is not necessarily implemented on all(or even any)of the output devices..s3.lp +3 3c	circle:The first four bytes specify the center of the circle,the next two the radius..s3.lp +3 3e	erases the screen.s3.lp +3 3f	linemod: takes the following string as the type for allfuture lines.The types are`dotted,'`solid,' `longdashed,' `shortdashed,' and `dotdashed.'This instruction is effective only with the Tektronixterminal..s3.lp +3 3d	dotline: takes the first four bytes as the coordinatesof the beginning of a dotted line.The next two are a signed x-increment, and the next twoare a word count.Following are the indicated number of byte-pairsrepresenting words.For each bit in this list of words a point is plottedwhich is visible if the bit is `1,' invisible if not.Each point is offset rightward by the x-increment.The instruction is effective only on the vt0 scope..s3.i0.sh "SEE ALSO"plot (VII), graph (VI).sh BUGS

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -