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

« back to all changes in this revision

Viewing changes to doc/docbook/src/plenv0.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
7
7
    </TITLE
8
8
><META
9
9
NAME="GENERATOR"
10
 
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 
10
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
11
11
REL="HOME"
12
12
TITLE="The PLplot Plotting Library"
13
13
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"
101
101
><P
102
102
></P
103
103
><A
104
 
NAME="AEN3733"
 
104
NAME="AEN4402"
105
105
></A
106
106
><TABLE
107
107
CLASS="funcprototype"
175
175
><TD
176
176
><DL
177
177
><DT
178
 
><VAR
 
178
><CODE
179
179
CLASS="parameter"
180
 
>xmin</VAR
 
180
>xmin</CODE
181
181
>
182
 
          (<VAR
 
182
          (<TT
183
183
CLASS="literal"
184
 
>PLFLT</VAR
 
184
>PLFLT</TT
185
185
>, input)</DT
186
186
><DD
187
187
><P
189
189
          </P
190
190
></DD
191
191
><DT
192
 
><VAR
 
192
><CODE
193
193
CLASS="parameter"
194
 
>xmax</VAR
 
194
>xmax</CODE
195
195
>
196
 
          (<VAR
 
196
          (<TT
197
197
CLASS="literal"
198
 
>PLFLT</VAR
 
198
>PLFLT</TT
199
199
>, input)</DT
200
200
><DD
201
201
><P
203
203
          </P
204
204
></DD
205
205
><DT
206
 
><VAR
 
206
><CODE
207
207
CLASS="parameter"
208
 
>ymin</VAR
 
208
>ymin</CODE
209
209
>
210
 
          (<VAR
 
210
          (<TT
211
211
CLASS="literal"
212
 
>PLFLT</VAR
 
212
>PLFLT</TT
213
213
>, input)</DT
214
214
><DD
215
215
><P
217
217
          </P
218
218
></DD
219
219
><DT
220
 
><VAR
 
220
><CODE
221
221
CLASS="parameter"
222
 
>ymax</VAR
 
222
>ymax</CODE
223
223
>
224
 
          (<VAR
 
224
          (<TT
225
225
CLASS="literal"
226
 
>PLFLT</VAR
 
226
>PLFLT</TT
227
227
>, input)</DT
228
228
><DD
229
229
><P
231
231
          </P
232
232
></DD
233
233
><DT
234
 
><VAR
 
234
><CODE
235
235
CLASS="parameter"
236
 
>just</VAR
 
236
>just</CODE
237
237
>
238
 
          (<VAR
 
238
          (<TT
239
239
CLASS="literal"
240
 
>PLINT</VAR
 
240
>PLINT</TT
241
241
>, input)</DT
242
242
><DD
243
243
><P
247
247
><UL
248
248
><LI
249
249
><P
250
 
>           <VAR
 
250
>           <TT
251
251
CLASS="literal"
252
 
>-1</VAR
 
252
>-1</TT
253
253
>: the scales
254
254
            will not be set, the user must set up the scale before calling
255
255
            <A
275
275
></LI
276
276
><LI
277
277
><P
278
 
>           <VAR
 
278
>           <TT
279
279
CLASS="literal"
280
 
>0</VAR
 
280
>0</TT
281
281
>: the x and
282
282
            y axes are scaled independently to use as much of the screen as
283
283
            possible.
285
285
></LI
286
286
><LI
287
287
><P
288
 
>           <VAR
 
288
>           <TT
289
289
CLASS="literal"
290
 
>1</VAR
 
290
>1</TT
291
291
>: the scales of
292
292
            the x and y axes are made equal.
293
293
          </P
294
294
></LI
295
295
><LI
296
296
><P
297
 
>           <VAR
 
297
>           <TT
298
298
CLASS="literal"
299
 
>2</VAR
 
299
>2</TT
300
300
>: the axis of
301
301
            the x and y axes are made equal, and the plot box will be square.
302
302
          </P
306
306
        </P
307
307
></DD
308
308
><DT
309
 
><VAR
 
309
><CODE
310
310
CLASS="parameter"
311
 
>axis</VAR
 
311
>axis</CODE
312
312
>
313
 
          (<VAR
 
313
          (<TT
314
314
CLASS="literal"
315
 
>PLINT</VAR
 
315
>PLINT</TT
316
316
>, input)</DT
317
317
><DD
318
318
><P
322
322
><UL
323
323
><LI
324
324
><P
325
 
>                 <VAR
 
325
>                 <TT
326
326
CLASS="literal"
327
 
>-2</VAR
 
327
>-2</TT
328
328
>: draw no box, no tick marks, no
329
329
numeric tick labels, no axes.
330
330
                </P
331
331
></LI
332
332
><LI
333
333
><P
334
 
>                 <VAR
 
334
>                 <TT
335
335
CLASS="literal"
336
 
>-1</VAR
 
336
>-1</TT
337
337
>: draw box only.
338
338
                </P
339
339
></LI
340
340
><LI
341
341
><P
342
 
>                 <VAR
 
342
>                 <TT
343
343
CLASS="literal"
344
 
>0</VAR
 
344
>0</TT
345
345
>: draw box, ticks, and numeric tick labels.
346
346
                </P
347
347
></LI
348
348
><LI
349
349
><P
350
 
>                 <VAR
 
350
>                 <TT
351
351
CLASS="literal"
352
 
>1</VAR
 
352
>1</TT
353
353
>: also draw coordinate axes at
354
 
                  <VAR
355
 
CLASS="literal"
356
 
>x=0</VAR
357
 
> and <VAR
358
 
CLASS="literal"
359
 
>y=0</VAR
 
354
                  <TT
 
355
CLASS="literal"
 
356
>x=0</TT
 
357
> and <TT
 
358
CLASS="literal"
 
359
>y=0</TT
360
360
>.
361
361
                </P
362
362
></LI
363
363
><LI
364
364
><P
365
 
>                 <VAR
 
365
>                 <TT
366
366
CLASS="literal"
367
 
>2</VAR
 
367
>2</TT
368
368
>: also draw a grid at major tick
369
369
positions in both coordinates.
370
370
                </P
371
371
></LI
372
372
><LI
373
373
><P
374
 
>                 <VAR
 
374
>                 <TT
375
375
CLASS="literal"
376
 
>3</VAR
 
376
>3</TT
377
377
>: also draw a grid at minor tick
378
378
positions in both coordinates.
379
379
                </P
380
380
></LI
381
381
><LI
382
382
><P
383
 
>                 <VAR
384
 
CLASS="literal"
385
 
>10</VAR
386
 
>: same as 0 except logarithmic
387
 
                  <VAR
388
 
CLASS="literal"
389
 
>x</VAR
390
 
> tick marks. (The <VAR
391
 
CLASS="literal"
392
 
>x</VAR
393
 
>
394
 
                  data have to be converted to logarithms separately.)
395
 
                </P
396
 
></LI
397
 
><LI
398
 
><P
399
 
>                 <VAR
400
 
CLASS="literal"
401
 
>11</VAR
402
 
>: same as 1 except logarithmic
403
 
                  <VAR
404
 
CLASS="literal"
405
 
>x</VAR
406
 
> tick marks. (The <VAR
407
 
CLASS="literal"
408
 
>x</VAR
409
 
>
410
 
                  data have to be converted to logarithms separately.)
411
 
                </P
412
 
></LI
413
 
><LI
414
 
><P
415
 
>                 <VAR
416
 
CLASS="literal"
417
 
>12</VAR
418
 
>: same as 2 except logarithmic
419
 
                  <VAR
420
 
CLASS="literal"
421
 
>x</VAR
422
 
> tick marks. (The <VAR
423
 
CLASS="literal"
424
 
>x</VAR
425
 
>
426
 
                  data have to be converted to logarithms separately.)
427
 
                </P
428
 
></LI
429
 
><LI
430
 
><P
431
 
>                 <VAR
432
 
CLASS="literal"
433
 
>13</VAR
434
 
>: same as 3 except logarithmic
435
 
                  <VAR
436
 
CLASS="literal"
437
 
>x</VAR
438
 
> tick marks. (The <VAR
439
 
CLASS="literal"
440
 
>x</VAR
441
 
>
442
 
                  data have to be converted to logarithms separately.)
443
 
                </P
444
 
></LI
445
 
><LI
446
 
><P
447
 
>                 <VAR
448
 
CLASS="literal"
449
 
>20</VAR
450
 
>: same as 0 except logarithmic
451
 
                  <VAR
452
 
CLASS="literal"
453
 
>y</VAR
454
 
> tick marks. (The <VAR
455
 
CLASS="literal"
456
 
>y</VAR
457
 
>
458
 
                  data have to be converted to logarithms separately.)
459
 
                </P
460
 
></LI
461
 
><LI
462
 
><P
463
 
>                 <VAR
464
 
CLASS="literal"
465
 
>21</VAR
466
 
>: same as 1 except logarithmic
467
 
                  <VAR
468
 
CLASS="literal"
469
 
>y</VAR
470
 
> tick marks. (The <VAR
471
 
CLASS="literal"
472
 
>y</VAR
473
 
>
474
 
                  data have to be converted to logarithms separately.)
475
 
                </P
476
 
></LI
477
 
><LI
478
 
><P
479
 
>                 <VAR
480
 
CLASS="literal"
481
 
>22</VAR
482
 
>: same as 2 except logarithmic
483
 
                  <VAR
484
 
CLASS="literal"
485
 
>y</VAR
486
 
> tick marks. (The <VAR
487
 
CLASS="literal"
488
 
>y</VAR
489
 
>
490
 
                  data have to be converted to logarithms separately.)
491
 
                </P
492
 
></LI
493
 
><LI
494
 
><P
495
 
>                 <VAR
496
 
CLASS="literal"
497
 
>23</VAR
498
 
>: same as 3 except logarithmic
499
 
                  <VAR
500
 
CLASS="literal"
501
 
>y</VAR
502
 
> tick marks. (The <VAR
503
 
CLASS="literal"
504
 
>y</VAR
505
 
>
506
 
                  data have to be converted to logarithms separately.)
507
 
                </P
508
 
></LI
509
 
><LI
510
 
><P
511
 
>                 <VAR
512
 
CLASS="literal"
513
 
>30</VAR
514
 
>: same as 0 except logarithmic
515
 
                  <VAR
516
 
CLASS="literal"
517
 
>x</VAR
518
 
> and <VAR
519
 
CLASS="literal"
520
 
>y</VAR
521
 
> tick marks. (The <VAR
522
 
CLASS="literal"
523
 
>x</VAR
524
 
> and <VAR
525
 
CLASS="literal"
526
 
>y</VAR
527
 
>
528
 
                  data have to be converted to logarithms separately.)
529
 
                </P
530
 
></LI
531
 
><LI
532
 
><P
533
 
>                 <VAR
534
 
CLASS="literal"
535
 
>31</VAR
536
 
>: same as 1 except logarithmic
537
 
                  <VAR
538
 
CLASS="literal"
539
 
>x</VAR
540
 
> and <VAR
541
 
CLASS="literal"
542
 
>y</VAR
543
 
> tick marks. (The <VAR
544
 
CLASS="literal"
545
 
>x</VAR
546
 
> and <VAR
547
 
CLASS="literal"
548
 
>y</VAR
549
 
>
550
 
                  data have to be converted to logarithms separately.)
551
 
                </P
552
 
></LI
553
 
><LI
554
 
><P
555
 
>                 <VAR
556
 
CLASS="literal"
557
 
>32</VAR
558
 
>: same as 2 except logarithmic
559
 
                  <VAR
560
 
CLASS="literal"
561
 
>x</VAR
562
 
> and <VAR
563
 
CLASS="literal"
564
 
>y</VAR
565
 
> tick marks. (The <VAR
566
 
CLASS="literal"
567
 
>x</VAR
568
 
> and <VAR
569
 
CLASS="literal"
570
 
>y</VAR
571
 
>
572
 
                  data have to be converted to logarithms separately.)
573
 
                </P
574
 
></LI
575
 
><LI
576
 
><P
577
 
>                 <VAR
578
 
CLASS="literal"
579
 
>33</VAR
580
 
>: same as 3 except logarithmic
581
 
                  <VAR
582
 
CLASS="literal"
583
 
>x</VAR
584
 
> and <VAR
585
 
CLASS="literal"
586
 
>y</VAR
587
 
> tick marks. (The <VAR
588
 
CLASS="literal"
589
 
>x</VAR
590
 
> and <VAR
591
 
CLASS="literal"
592
 
>y</VAR
 
383
>                 <TT
 
384
CLASS="literal"
 
385
>10</TT
 
386
>: same as 0 except logarithmic
 
387
                  <TT
 
388
CLASS="literal"
 
389
>x</TT
 
390
> tick marks. (The <TT
 
391
CLASS="literal"
 
392
>x</TT
 
393
>
 
394
                  data have to be converted to logarithms separately.)
 
395
                </P
 
396
></LI
 
397
><LI
 
398
><P
 
399
>                 <TT
 
400
CLASS="literal"
 
401
>11</TT
 
402
>: same as 1 except logarithmic
 
403
                  <TT
 
404
CLASS="literal"
 
405
>x</TT
 
406
> tick marks. (The <TT
 
407
CLASS="literal"
 
408
>x</TT
 
409
>
 
410
                  data have to be converted to logarithms separately.)
 
411
                </P
 
412
></LI
 
413
><LI
 
414
><P
 
415
>                 <TT
 
416
CLASS="literal"
 
417
>12</TT
 
418
>: same as 2 except logarithmic
 
419
                  <TT
 
420
CLASS="literal"
 
421
>x</TT
 
422
> tick marks. (The <TT
 
423
CLASS="literal"
 
424
>x</TT
 
425
>
 
426
                  data have to be converted to logarithms separately.)
 
427
                </P
 
428
></LI
 
429
><LI
 
430
><P
 
431
>                 <TT
 
432
CLASS="literal"
 
433
>13</TT
 
434
>: same as 3 except logarithmic
 
435
                  <TT
 
436
CLASS="literal"
 
437
>x</TT
 
438
> tick marks. (The <TT
 
439
CLASS="literal"
 
440
>x</TT
 
441
>
 
442
                  data have to be converted to logarithms separately.)
 
443
                </P
 
444
></LI
 
445
><LI
 
446
><P
 
447
>                 <TT
 
448
CLASS="literal"
 
449
>20</TT
 
450
>: same as 0 except logarithmic
 
451
                  <TT
 
452
CLASS="literal"
 
453
>y</TT
 
454
> tick marks. (The <TT
 
455
CLASS="literal"
 
456
>y</TT
 
457
>
 
458
                  data have to be converted to logarithms separately.)
 
459
                </P
 
460
></LI
 
461
><LI
 
462
><P
 
463
>                 <TT
 
464
CLASS="literal"
 
465
>21</TT
 
466
>: same as 1 except logarithmic
 
467
                  <TT
 
468
CLASS="literal"
 
469
>y</TT
 
470
> tick marks. (The <TT
 
471
CLASS="literal"
 
472
>y</TT
 
473
>
 
474
                  data have to be converted to logarithms separately.)
 
475
                </P
 
476
></LI
 
477
><LI
 
478
><P
 
479
>                 <TT
 
480
CLASS="literal"
 
481
>22</TT
 
482
>: same as 2 except logarithmic
 
483
                  <TT
 
484
CLASS="literal"
 
485
>y</TT
 
486
> tick marks. (The <TT
 
487
CLASS="literal"
 
488
>y</TT
 
489
>
 
490
                  data have to be converted to logarithms separately.)
 
491
                </P
 
492
></LI
 
493
><LI
 
494
><P
 
495
>                 <TT
 
496
CLASS="literal"
 
497
>23</TT
 
498
>: same as 3 except logarithmic
 
499
                  <TT
 
500
CLASS="literal"
 
501
>y</TT
 
502
> tick marks. (The <TT
 
503
CLASS="literal"
 
504
>y</TT
 
505
>
 
506
                  data have to be converted to logarithms separately.)
 
507
                </P
 
508
></LI
 
509
><LI
 
510
><P
 
511
>                 <TT
 
512
CLASS="literal"
 
513
>30</TT
 
514
>: same as 0 except logarithmic
 
515
                  <TT
 
516
CLASS="literal"
 
517
>x</TT
 
518
> and <TT
 
519
CLASS="literal"
 
520
>y</TT
 
521
> tick marks. (The <TT
 
522
CLASS="literal"
 
523
>x</TT
 
524
> and <TT
 
525
CLASS="literal"
 
526
>y</TT
 
527
>
 
528
                  data have to be converted to logarithms separately.)
 
529
                </P
 
530
></LI
 
531
><LI
 
532
><P
 
533
>                 <TT
 
534
CLASS="literal"
 
535
>31</TT
 
536
>: same as 1 except logarithmic
 
537
                  <TT
 
538
CLASS="literal"
 
539
>x</TT
 
540
> and <TT
 
541
CLASS="literal"
 
542
>y</TT
 
543
> tick marks. (The <TT
 
544
CLASS="literal"
 
545
>x</TT
 
546
> and <TT
 
547
CLASS="literal"
 
548
>y</TT
 
549
>
 
550
                  data have to be converted to logarithms separately.)
 
551
                </P
 
552
></LI
 
553
><LI
 
554
><P
 
555
>                 <TT
 
556
CLASS="literal"
 
557
>32</TT
 
558
>: same as 2 except logarithmic
 
559
                  <TT
 
560
CLASS="literal"
 
561
>x</TT
 
562
> and <TT
 
563
CLASS="literal"
 
564
>y</TT
 
565
> tick marks. (The <TT
 
566
CLASS="literal"
 
567
>x</TT
 
568
> and <TT
 
569
CLASS="literal"
 
570
>y</TT
 
571
>
 
572
                  data have to be converted to logarithms separately.)
 
573
                </P
 
574
></LI
 
575
><LI
 
576
><P
 
577
>                 <TT
 
578
CLASS="literal"
 
579
>33</TT
 
580
>: same as 3 except logarithmic
 
581
                  <TT
 
582
CLASS="literal"
 
583
>x</TT
 
584
> and <TT
 
585
CLASS="literal"
 
586
>y</TT
 
587
> tick marks. (The <TT
 
588
CLASS="literal"
 
589
>x</TT
 
590
> and <TT
 
591
CLASS="literal"
 
592
>y</TT
593
593
>
594
594
                  data have to be converted to logarithms separately.)
595
595
                </P