|
|
1.1 root 1: .TH PLOT 3X
2: .SH NAME
3: plot: openpl et al. \- graphics interface
4: .SH SYNOPSIS
5: .nf
6: .B openpl()
7: .PP
8: .B erase()
9: .PP
10: .B label(s)
11: .B char s[];
12: .PP
13: .B line(x1, y1, x2, y2)
14: .PP
15: .B circle(x, y, r)
16: .PP
17: .B arc(x, y, x0, y0, x1, y1)
18: .PP
19: .B move(x, y)
20: .PP
21: .B cont(x, y)
22: .PP
23: .B point(x, y)
24: .PP
25: .B linemod(s)
26: .B char s[];
27: .PP
28: .B space(x0, y0, x1, y1)
29: .PP
30: .B closepl()
31: .fi
32: .PP
33: .ft R
34: .SH DESCRIPTION
35: These subroutines
36: generate
37: graphic output in a relatively
38: device-independent manner.
39: See
40: .IR plot (5)
41: for a description
42: of their effect.
43: .I Openpl
44: must be used before any of the others to open the
45: device for writing.
46: .I Closepl
47: flushes the output.
48: .PP
49: String arguments to
50: .I label
51: and
52: .I linemod
53: are null-terminated, and do not contain newlines.
54: .PP
55: Various flavors of these functions exist for different
56: output devices.
57: They are obtained by the following
58: .IR ld (1)
59: options:
60: .TP 8n
61: .B \-lplot
62: device-independent
63: graphics stream on standard
64: output for
65: .IR plot (1)
66: filters
67: .br
68: .ns
69: .TP
70: .B \-l300
71: GSI 300 terminal
72: .br
73: .ns
74: .TP
75: .B \-l300s
76: GSI 300S terminal
77: .br
78: .ns
79: .TP
80: .B \-l450
81: DASI 450 terminal
82: .br
83: .ns
84: .TP
85: .B \-l4014
86: Tektronix 4014 terminal
87: .br
88: .ns
89: .TP
90: .B /usr/jerq/lib/libjplot.a
91: Blit terminal
92: .SH "SEE ALSO"
93: plot(5), plot(1), graph(1)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.