~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to doc/docbook/src/plmtex.html

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
2
2
<HTML
3
3
><HEAD
4
4
><TITLE
6
6
    </TITLE
7
7
><META
8
8
NAME="GENERATOR"
9
 
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 
9
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
10
10
REL="HOME"
11
11
TITLE="The PLplot Plotting Library"
12
12
HREF="index.html"><LINK
62
62
WIDTH="80%"
63
63
ALIGN="center"
64
64
VALIGN="bottom"
65
 
>Chapter 16. The Common API for PLplot</TD
 
65
>Chapter 17. The Common API for PLplot</TD
66
66
><TD
67
67
WIDTH="10%"
68
68
ALIGN="right"
94
94
><P
95
95
></P
96
96
><A
97
 
NAME="AEN5926"
 
97
NAME="AEN6739"
98
98
></A
99
99
><TABLE
100
100
CLASS="funcprototype"
119
119
      string lies along a line passing through the string at half the
120
120
      height of a capital letter.  The position of the reference point
121
121
      along this line is determined by
122
 
      <VAR
 
122
      <TT
123
123
CLASS="literal"
124
 
><VAR
 
124
><CODE
125
125
CLASS="parameter"
126
 
>just</VAR
127
 
></VAR
 
126
>just</CODE
 
127
></TT
128
128
>, and the position of
129
129
      the reference point relative to the viewport is set by
130
 
      <VAR
 
130
      <TT
131
131
CLASS="literal"
132
 
><VAR
 
132
><CODE
133
133
CLASS="parameter"
134
 
>disp</VAR
135
 
></VAR
 
134
>disp</CODE
 
135
></TT
136
136
> and
137
 
      <VAR
 
137
      <TT
138
138
CLASS="literal"
139
 
><VAR
 
139
><CODE
140
140
CLASS="parameter"
141
 
>pos</VAR
142
 
></VAR
 
141
>pos</CODE
 
142
></TT
143
143
>.
144
144
    </P
145
145
><TABLE
148
148
><TD
149
149
><DL
150
150
><DT
151
 
><VAR
 
151
><CODE
152
152
CLASS="parameter"
153
 
>side</VAR
 
153
>side</CODE
154
154
>
155
 
          (<VAR
 
155
          (<TT
156
156
CLASS="literal"
157
 
>const char *</VAR
 
157
>const char *</TT
158
158
>, input)</DT
159
159
><DD
160
160
><P
165
165
><UL
166
166
><LI
167
167
><P
168
 
>                 <VAR
 
168
>                 <TT
169
169
CLASS="literal"
170
 
>b</VAR
 
170
>b</TT
171
171
>: Bottom of viewport, text written
172
172
                  parallel to edge.
173
173
                </P
174
174
></LI
175
175
><LI
176
176
><P
177
 
>                 <VAR
 
177
>                 <TT
178
178
CLASS="literal"
179
 
>bv</VAR
 
179
>bv</TT
180
180
>: Bottom of viewport, text written at
181
181
                  right angles to edge.
182
182
                </P
183
183
></LI
184
184
><LI
185
185
><P
186
 
>                 <VAR
 
186
>                 <TT
187
187
CLASS="literal"
188
 
>l</VAR
 
188
>l</TT
189
189
>: Left of viewport, text written
190
190
                  parallel to edge.
191
191
                </P
192
192
></LI
193
193
><LI
194
194
><P
195
 
>                 <VAR
 
195
>                 <TT
196
196
CLASS="literal"
197
 
>lv</VAR
 
197
>lv</TT
198
198
>: Left of viewport, text written at
199
199
                  right angles to edge.
200
200
                </P
201
201
></LI
202
202
><LI
203
203
><P
204
 
>                 <VAR
 
204
>                 <TT
205
205
CLASS="literal"
206
 
>r</VAR
 
206
>r</TT
207
207
>: Right of viewport, text written
208
208
                  parallel to edge.
209
209
                </P
210
210
></LI
211
211
><LI
212
212
><P
213
 
>                 <VAR
 
213
>                 <TT
214
214
CLASS="literal"
215
 
>rv</VAR
 
215
>rv</TT
216
216
>: Right of viewport, text written at
217
217
                  right angles to edge.
218
218
                </P
219
219
></LI
220
220
><LI
221
221
><P
222
 
>                 <VAR
 
222
>                 <TT
223
223
CLASS="literal"
224
 
>t</VAR
 
224
>t</TT
225
225
>: Top of viewport, text written
226
226
                  parallel to edge.
227
227
                </P
228
228
></LI
229
229
><LI
230
230
><P
231
 
>                 <VAR
 
231
>                 <TT
232
232
CLASS="literal"
233
 
>tv</VAR
 
233
>tv</TT
234
234
>: Top of viewport, text written at
235
235
                  right angles to edge.
236
236
                </P
240
240
          </P
241
241
></DD
242
242
><DT
243
 
><VAR
 
243
><CODE
244
244
CLASS="parameter"
245
 
>disp</VAR
 
245
>disp</CODE
246
246
>
247
 
          (<VAR
 
247
          (<TT
248
248
CLASS="literal"
249
 
>PLFLT</VAR
 
249
>PLFLT</TT
250
250
>, input)</DT
251
251
><DD
252
252
><P
253
253
>           Position of the reference point of string, measured outwards
254
254
            from the specified viewport edge in units of the current
255
255
            character height.  Use negative
256
 
            <VAR
 
256
            <TT
257
257
CLASS="literal"
258
 
><VAR
 
258
><CODE
259
259
CLASS="parameter"
260
 
>disp</VAR
261
 
></VAR
 
260
>disp</CODE
 
261
></TT
262
262
> to write within
263
263
            the viewport.
264
264
          </P
265
265
></DD
266
266
><DT
267
 
><VAR
 
267
><CODE
268
268
CLASS="parameter"
269
 
>pos</VAR
 
269
>pos</CODE
270
270
>
271
 
          (<VAR
 
271
          (<TT
272
272
CLASS="literal"
273
 
>PLFLT</VAR
 
273
>PLFLT</TT
274
274
>, input)</DT
275
275
><DD
276
276
><P
279
279
          </P
280
280
></DD
281
281
><DT
282
 
><VAR
 
282
><CODE
283
283
CLASS="parameter"
284
 
>just</VAR
 
284
>just</CODE
285
285
>
286
 
          (<VAR
 
286
          (<TT
287
287
CLASS="literal"
288
 
>PLFLT</VAR
 
288
>PLFLT</TT
289
289
>, input)</DT
290
290
><DD
291
291
><P
292
292
>           Specifies the position of the string relative to its reference
293
 
            point.  If <VAR
 
293
            point.  If <TT
294
294
CLASS="literal"
295
 
><VAR
 
295
><CODE
296
296
CLASS="parameter"
297
 
>just</VAR
298
 
>=0</VAR
 
297
>just</CODE
 
298
>=0</TT
299
299
>,
300
300
            the reference point is at the left and if
301
 
            <VAR
 
301
            <TT
302
302
CLASS="literal"
303
 
><VAR
 
303
><CODE
304
304
CLASS="parameter"
305
 
>just</VAR
306
 
>=1</VAR
 
305
>just</CODE
 
306
>=1</TT
307
307
>, it is at the
308
308
            right of the string.  Other values of
309
 
            <VAR
 
309
            <TT
310
310
CLASS="literal"
311
 
><VAR
 
311
><CODE
312
312
CLASS="parameter"
313
 
>just</VAR
314
 
></VAR
 
313
>just</CODE
 
314
></TT
315
315
> give
316
316
            intermediate justifications.
317
317
          </P
318
318
></DD
319
319
><DT
320
 
><VAR
 
320
><CODE
321
321
CLASS="parameter"
322
 
>text</VAR
 
322
>text</CODE
323
323
>
324
 
          (<VAR
 
324
          (<TT
325
325
CLASS="literal"
326
 
>const char *</VAR
 
326
>const char *</TT
327
327
>, input)</DT
328
328
><DD
329
329
><P