| 1 |
.\" RCSid "$Id"
|
| 2 |
.TH T4014 1 6/24/98 RADIANCE
|
| 3 |
.SH NAME
|
| 4 |
t4014 - output metafile to Tektronix t4014 graphics terminal
|
| 5 |
.SH SYNOPSIS
|
| 6 |
.B t4014
|
| 7 |
[
|
| 8 |
.B \-c | \-r
|
| 9 |
]
|
| 10 |
file ..
|
| 11 |
.SH DESCRIPTION
|
| 12 |
.I t4014
|
| 13 |
reads each metafile
|
| 14 |
.I file
|
| 15 |
in sequence and converts it to output suitable for the Tektronix
|
| 16 |
t4014 and 4016 graphics terminals.
|
| 17 |
If the option
|
| 18 |
.I c
|
| 19 |
is specified, the input files are only conditioned for output, ie.
|
| 20 |
expanded and sorted (see pexpand and psort). This is useful if many
|
| 21 |
copies of the same output is desired.
|
| 22 |
If the option
|
| 23 |
.I r
|
| 24 |
is instead specified, the input is assumed already to be conditioned.
|
| 25 |
If no input files are specified, the standard input is read.
|
| 26 |
.TP 10n
|
| 27 |
.BR \-c
|
| 28 |
Condition the input only.
|
| 29 |
.TP
|
| 30 |
.BR \-r
|
| 31 |
Input is already conditioned, output only.
|
| 32 |
.SH EXAMPLE
|
| 33 |
To display the plot example.plt:
|
| 34 |
.IP "" .2i
|
| 35 |
bgraph example.plt | t4014
|
| 36 |
.SH FILES
|
| 37 |
see pexpand(1)
|
| 38 |
.SH AUTHOR
|
| 39 |
Greg Ward
|
| 40 |
.SH BUGS
|
| 41 |
Area fill is noticably lacking. Line textures fail on most
|
| 42 |
4014 emulators.
|
| 43 |
.SH "SEE ALSO"
|
| 44 |
bgraph(1), cv(1), igraph(1), pexpand(1)
|