1libplot(3LIB) Interface Libraries libplot(3LIB)
2
3
4
6 libplot, lib300, lib300s, lib4014, lib450, libvt0 - graphics interface
7 libraries
8
10 cc [ flag... ] file... -lplot [ library... ]
11 #include <plot.h>
12
13
15 Functions in this library generate graphics output.
16
18 The shared object libplot.so.1 provides the public interfaces defined
19 below. See Intro(3) for additional information on shared object inter‐
20 faces.
21
22
23
24
25 arc box
26 circle closepl
27 closevt cont
28 erase label
29 line linemod
30 move openpl
31 openvt point
32 space
33
34
36 /usr/lib/libplot.so.1 shared object
37
38
39 /usr/lib/64/libplot.so.1 64-bit shared object
40
41
42 /usr/lib/lib300.so.1 shared object
43
44
45 /usr/lib/64/lib300.so.1 64-bit shared object
46
47
48 /usr/lib/lib300s.so.1 shared object
49
50
51 /usr/lib/64/lib300s.so.1 64-bit shared object
52
53
54 /usr/lib/lib4014.so.1 shared object
55
56
57 /usr/lib/64/lib4014.so.1 64-bit shared object
58
59
60 /usr/lib/lib450.so.1 shared object
61
62
63 /usr/lib/64/lib450.so.1 64-bit shared object
64
65
66 /usr/lib/libvt0.so.1 shared object
67
68
69 /usr/lib/64/libvt0.so.1 64-bit shared object
70
71
73 See attributes(5) for descriptions of the following attributes:
74
75
76
77
78 ┌─────────────────────────────┬─────────────────────────────┐
79 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
80 ├─────────────────────────────┼─────────────────────────────┤
81 │Availability │SUNWcsl (32-bit) │
82 ├─────────────────────────────┼─────────────────────────────┤
83 │ │SUNWcslx (64-bit) │
84 ├─────────────────────────────┼─────────────────────────────┤
85 │MT-Level │Unsafe │
86 └─────────────────────────────┴─────────────────────────────┘
87
89 pvs(1), Intro(3), attributes(5)
90
91
92
93SunOS 5.11 13 Jun 2003 libplot(3LIB)