ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/x11meta.1
Revision: 1.2
Committed: Tue Dec 9 15:59:07 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P2, rad3R7P1, rad3R6, rad3R6P1
Changes since 1.1: +1 -1 lines
Log Message:
Fixed RCSid specification

File Contents

# User Rev Content
1 greg 1.2 .\" RCSid "$Id$"
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     bgraph(1), cv(1), igraph(1), metafile(5), pexpand(1), psmeta(1), psort(1)