ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/plotin.1
Revision: 1.3
Committed: Thu May 12 16:12:13 2016 UTC (8 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad5R1, rad5R3, HEAD
Changes since 1.2: +3 -3 lines
Log Message:
Removed non-existent man page reference

File Contents

# User Rev Content
1 greg 1.3 .\" RCSid "$Id: plotin.1,v 1.2 2003/12/09 15:59:06 greg Exp $"
2 greg 1.1 .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 greg 1.3 graph < example.grf | plotin | psmeta | lpr
19 greg 1.1 .SH FILES
20     see pexpand(1)
21     .SH AUTHOR
22     Greg Ward
23     .SH "SEE ALSO"
24 greg 1.3 graph(1G), metafile(5), plot(1), plot(5)