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

File Contents

# Content
1 .\" RCSid "$Id$"
2 .TH PLOTIN 1 6/24/98 RADIANCE
3 .SH NAME
4 plotin - convert plot(5) to metafile(5) primitives
5 .SH SYNOPSIS
6 .B plotin
7 file ..
8 .SH DESCRIPTION
9 .I Plotin
10 reads each plot(5)
11 .I file
12 in sequence and converts it to output suitable for use by
13 the metafile filters.
14 If no input files are specified, the standard input is read.
15 .SH EXAMPLE
16 To plot the graph example.grf to the imagen:
17 .IP "" .2i
18 graph < example.grf | plotin | impress | ipr
19 .SH FILES
20 see pexpand(1)
21 .SH AUTHOR
22 Greg Ward
23 .SH "SEE ALSO"
24 graph(1G), metafile(5), plot(1), plot(5), plotout(1)