ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/x11meta.1
Revision: 1.3
Committed: Thu Oct 27 00:20:08 2005 UTC (18 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad4R2, rad4R1, rad4R0, rad3R8, rad3R9, rad4R2P1, rad5R3, HEAD
Changes since 1.2: +3 -2 lines
Log Message:
Updated "SEE ALSO" links

File Contents

# User Rev Content
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)