| 1 |
greg |
1.3 |
.\" RCSid "$Id: x11meta.1,v 1.2 2003/12/09 15:59:07 greg Exp $"
|
| 2 |
greg |
1.1 |
.TH X11META 1
|
| 3 |
|
|
.SH NAME
|
| 4 |
|
|
x11meta - output metafile graphics to X11
|
| 5 |
|
|
.SH SYNOPSIS
|
| 6 |
|
|
.B x11meta
|
| 7 |
|
|
[
|
| 8 |
|
|
.B \-c | \-r
|
| 9 |
|
|
]
|
| 10 |
|
|
file ..
|
| 11 |
|
|
.SH DESCRIPTION
|
| 12 |
|
|
.I X11meta
|
| 13 |
|
|
reads each metafile
|
| 14 |
|
|
.I file
|
| 15 |
|
|
in sequence and sends it to the default X window system.
|
| 16 |
|
|
If the option
|
| 17 |
|
|
.I c
|
| 18 |
|
|
is specified, the input files are only conditioned for output, ie.
|
| 19 |
|
|
expanded and sorted (see pexpand and psort).
|
| 20 |
|
|
If the option
|
| 21 |
|
|
.I r
|
| 22 |
|
|
is instead specified, the input is assumed already to be conditioned.
|
| 23 |
|
|
If no input files are specified, the standard input is read.
|
| 24 |
|
|
.TP 10n
|
| 25 |
|
|
.BR \-c
|
| 26 |
|
|
Condition the input only.
|
| 27 |
|
|
.TP
|
| 28 |
|
|
.BR \-r
|
| 29 |
|
|
Input is already conditioned, output only.
|
| 30 |
|
|
.SH EXAMPLE
|
| 31 |
|
|
To plot the chart example.bar:
|
| 32 |
|
|
.IP "" .2i
|
| 33 |
|
|
bgraph example.plt | x11meta
|
| 34 |
|
|
.SH FILES
|
| 35 |
|
|
see pexpand(1) and psort(1)
|
| 36 |
|
|
.SH AUTHOR
|
| 37 |
|
|
Greg Ward
|
| 38 |
|
|
.SH "SEE ALSO"
|
| 39 |
greg |
1.3 |
bgraph(1), cv(1), igraph(1), meta2bmp(1), meta2tga(1),
|
| 40 |
|
|
metafile(5), pexpand(1), psmeta(1), psort(1)
|