ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/plotin.1
Revision: 1.1
Committed: Tue Mar 11 19:20:21 2003 UTC (21 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Log Message:
Added documentation to repository

File Contents

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