1postplot(1) User Commands postplot(1)
2
3
4
6 postplot - PostScript translator for plot(4B) graphics files
7
9 postplot [-c num] [-f name] [-m num] [-n num] [-o list]
10 [-p mode] [-w num] [-x num] [-y num] [filename]...
11
12
13 /usr/lib/lp/postscript/postplot
14
15
17 The postplot filter translates plot(1B) graphics filenames into Post‐
18 Script and writes the results on the standard output. If no filenames
19 are specified, or if − is one of the input filenames, the standard
20 input is read.
21
23 The following options are supported:
24
25 -c num Print num copies of each page. By default, only one copy is
26 printed.
27
28
29 -f name Print text using font name. Any PostScript font can be used,
30 although the best results will be obtained only with con‐
31 stant width fonts. The default font is Courier.
32
33
34 -m num Magnify each logical page by the factor num. Pages are
35 scaled uniformly about the origin which, by default, is
36 located at the center of each page. The default magnifica‐
37 tion is 1.0.
38
39
40 -n num Print num logical pages on each piece of paper, where num
41 can be any positive integer. By default, num is set to 1.
42
43
44 -o list Print pages whose numbers are given in the comma-separated
45 list. The list contains single numbers N and ranges N1 − N2.
46 A missing N1 means the lowest numbered page, a missing N2
47 means the highest.
48
49
50 -p mode Print filenames in either portrait or landscape mode. Only
51 the first character of mode is significant. The default mode
52 is landscape.
53
54
55 -w num Set the line width used for graphics to num points, where a
56 point is approximately 1/72 of an inch. By default, num is
57 set to 0 points, which forces lines to be one pixel wide.
58
59
60 -x num Translate the origin num inches along the positive x axis.
61 The default coordinate system has the origin fixed at the
62 center of the page, with positive x to the right and posi‐
63 tive y up the page. Positive num moves everything right. The
64 default offset is 0.0 inches.
65
66
67 -y num Translate the origin num inches along the positive y axis.
68 Positive num moves everything up the page. The default off‐
69 set is 0.0.
70
71
73 The following operand is supported:
74
75 filename The graphics filename to be translated
76
77
79 The following exit value is returned:
80
81 0 filename(s) were successfully processed.
82
83
85 /usr/lib/lp/postscript/forms.ps
86
87
88
89
90 /usr/lib/lp/postscript/postplot.ps
91
92
93
94
95 /usr/lib/lp/postscript/ps.requests
96
97
98
99
101 See attributes(5) for descriptions of the following attributes:
102
103
104
105
106 ┌─────────────────────────────┬─────────────────────────────┐
107 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
108 ├─────────────────────────────┼─────────────────────────────┤
109 │Availability │SUNWlps │
110 └─────────────────────────────┴─────────────────────────────┘
111
113 download(1), dpost(1), plot(1B), postdaisy(1), postdmd(1), postio(1),
114 postmd(1), postprint(1), postreverse(1), plot(4B), attributes(5)
115
117 The default line width is too small for write-white print engines, such
118 as the one used by the PS-2400.
119
120
121
122SunOS 5.11 17 Jun 1992 postplot(1)