~ubuntu-branches/ubuntu/maverick/ploticus/maverick

« back to all changes in this revision

Viewing changes to man/manpl/line

  • Committer: Bazaar Package Importer
  • Author(s): James W. Penny
  • Date: 2002-04-10 23:02:04 UTC
  • Revision ID: james.westby@ubuntu.com-20020410230204-64em4ns2f57c5u3l
Tags: 2.0.3-1
* The "That Tears it, Now You Have to Update Docs Package" Release.
* New upstream release (well, not so new :-( )   closes: Bug#137578
* Correct missing libpng2-dev in build-depends.  closes: Bug#142205
* Use correct syntax to:
* close URL type.                                closes: Bug#137577
* fix Architecture                               closes: Bug#141657
* close ITP                                      closes: Bug#132878

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.ig >>
 
2
<STYLE TYPE="text/css">
 
3
<!--
 
4
        A:link{text-decoration:none}
 
5
        A:visited{text-decoration:none}
 
6
        A:active{text-decoration:none}
 
7
-->
 
8
</STYLE>
 
9
<title>ploticus: proc line</title>
 
10
<body bgcolor=D0D0EE vlink=0000FF>
 
11
<br>
 
12
<br>
 
13
<center>
 
14
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
 
15
<td>
 
16
  <table cellpadding=2 width=550><tr>
 
17
  <td><br><h2>proc line</h2></td>
 
18
  <td align=right>
 
19
  <small>
 
20
  <a href="Welcome.html"><img src="ploticus.gif" border=0></a><br>
 
21
  <a href="Welcome.html">Welcome</a> &nbsp; &nbsp;
 
22
  <a href="../gallery/index.html">Gallery</a> &nbsp; &nbsp;
 
23
  <a href="Contents.html">Handbook</a> 
 
24
  <td></tr></table>
 
25
</td></tr>
 
26
<td>
 
27
<br>
 
28
<br>
 
29
.>>
 
30
 
 
31
.TH proc_line PL "18-JUN-2001   PL www.sgpr.net"
 
32
 
 
33
 
 
34
.ig >>
 
35
<center>
 
36
<img src="../gallery/line0.gif">
 
37
</center>
 
38
.>>
 
39
 
 
40
.SH DESCRIPTION
 
41
.LP
 
42
\fBproc line\fR may be used to draw arbitrary lines
 
43
in scaled space or absolute space.
 
44
It is typically used for annotations, etc.
 
45
See also \fBproc drawcommands\fR.
 
46
 
 
47
.SH MANDATORY ATTRIBUTES
 
48
The \fCPoints\fR attribute must be specified.
 
49
 
 
50
.SH ATTRIBUTES
 
51
.LP
 
52
\fBpoints\fR 
 
53
.ig >>
 
54
<a href="attributetypes.html#text">
 
55
.>>
 
56
\fI multiline-text\fR
 
57
.ig >>
 
58
</a>
 
59
.>>
 
60
.IP
 
61
A list of points.  One or more lines.  Ends at first empty (blank) line.  
 
62
Each line may have one coordinate pair or two.  If \fBtwo\fR, the
 
63
first point is the beginning of a line, and the second point is the end
 
64
of a line.  If \fBone\fR, the point is taken as a continuation of line
 
65
from previous point.
 
66
.br
 
67
Example: 
 
68
.br
 
69
.nf
 
70
.ft C
 
71
points: 1.0 3.0 1.0 4.5
 
72
        3.0 4.5
 
73
        3.0 3.0
 
74
 
 
75
.fi
 
76
.ft R
 
77
.LP
 
78
\fBnotation\fR \fCabsolute | scaled | locval\fR
 
79
.IP
 
80
Specifies whether points are to be taken as locations in absolute
 
81
space, scaled space, or location values (values ending in \fC(s)\fR
 
82
are in scaled space; otherwise absolute space is assumed).
 
83
See
 
84
.ig >>
 
85
<a href="attributetypes.html#positionunits">
 
86
.>>
 
87
positionunits
 
88
.ig >>
 
89
</a>
 
90
.>>
 
91
Default is \fClocval\fR.
 
92
.br
 
93
Example: \fCnotation: scaled\fR
 
94
 
 
95
.LP
 
96
\fBlinedetails\fR 
 
97
.ig >>
 
98
<a href="linedetails.html">
 
99
.>>
 
100
\fI linedetails \fR
 
101
.ig >>
 
102
</a>
 
103
.>>
 
104
.IP
 
105
Details controlling the rendering of the line.  
 
106
.br
 
107
Example: \fClinedetails: width=3 color=green\fR
 
108
 
 
109
.ig >>
 
110
<br>
 
111
<br>
 
112
</td></tr>
 
113
<td align=right>
 
114
<a href="Welcome.html">
 
115
<img src="ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
 
116
<a href="Copyright.html">Copyright Steve Grubb</a>
 
117
<br>
 
118
<br>
 
119
<center>
 
120
<img src="../gallery/all.gif">
 
121
</center>
 
122
</td></tr>
 
123
</table>
 
124
.>>