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

« back to all changes in this revision

Viewing changes to doc/docbook/src/api.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
5
5
>The Common API for PLplot</TITLE
6
6
><META
7
7
NAME="GENERATOR"
8
 
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9
9
REL="HOME"
10
10
TITLE="The PLplot Plotting Library"
11
11
HREF="index.html"><LINK
12
12
REL="UP"
13
13
TITLE=" Reference "
14
 
HREF="p2614.html"><LINK
 
14
HREF="p3311.html"><LINK
15
15
REL="PREVIOUS"
16
16
TITLE="Bibliography"
17
17
HREF="bibliography.html"><LINK
78
78
><A
79
79
NAME="API"
80
80
></A
81
 
>Chapter 16. The Common API for PLplot</H1
 
81
>Chapter 17. The Common API for PLplot</H1
82
82
><DIV
83
83
CLASS="TOC"
84
84
><DL
172
172
></DT
173
173
><DT
174
174
><A
175
 
HREF="plclr.html"
176
 
><CODE
177
 
CLASS="function"
178
 
>plclr</CODE
179
 
>: Eject current page</A
180
 
></DT
181
 
><DT
182
 
><A
183
 
HREF="plcol.html"
184
 
><CODE
185
 
CLASS="function"
186
 
>plcol</CODE
187
 
>: Set color</A
188
 
></DT
189
 
><DT
190
 
><A
191
175
HREF="plcol0.html"
192
176
><CODE
193
177
CLASS="function"
411
395
></DT
412
396
><DT
413
397
><A
 
398
HREF="plgfci.html"
 
399
><CODE
 
400
CLASS="function"
 
401
>plgfci</CODE
 
402
>: Get FCI (font characterization integer)</A
 
403
></DT
 
404
><DT
 
405
><A
414
406
HREF="plgfnam.html"
415
407
><CODE
416
408
CLASS="function"
525
517
></DT
526
518
><DT
527
519
><A
528
 
HREF="plhls.html"
529
 
><CODE
530
 
CLASS="function"
531
 
>plhls</CODE
532
 
>: Set current color by HLS</A
533
 
></DT
534
 
><DT
535
 
><A
536
 
HREF="plhls_rgb.html"
537
 
><CODE
538
 
CLASS="function"
539
 
>plHLS_RGB</CODE
 
520
HREF="plhlsrgb.html"
 
521
><CODE
 
522
CLASS="function"
 
523
>plhlsrgb</CODE
540
524
>: Convert HLS color to RGB</A
541
525
></DT
542
526
><DT
598
582
></DT
599
583
><DT
600
584
><A
 
585
HREF="plmap.html"
 
586
><CODE
 
587
CLASS="function"
 
588
>plmap</CODE
 
589
>: Plot continental outline in world coordinates.</A
 
590
></DT
 
591
><DT
 
592
><A
 
593
HREF="plmeridians.html"
 
594
><CODE
 
595
CLASS="function"
 
596
>plmeridians</CODE
 
597
>: Plot latitude and longitude lines.</A
 
598
></DT
 
599
><DT
 
600
><A
601
601
HREF="plmesh.html"
602
602
><CODE
603
603
CLASS="function"
647
647
></DT
648
648
><DT
649
649
><A
650
 
HREF="plpage.html"
 
650
HREF="plparseopts.html"
651
651
><CODE
652
652
CLASS="function"
653
 
>plpage</CODE
654
 
>: Begin a new page</A
 
653
>plparseopts</CODE
 
654
>: Parse command-line arguments</A
655
655
></DT
656
656
><DT
657
657
><A
721
721
></DT
722
722
><DT
723
723
><A
724
 
HREF="plrgb.html"
725
 
><CODE
726
 
CLASS="function"
727
 
>plrgb</CODE
728
 
>: Set line color by red, green</A
729
 
></DT
730
 
><DT
731
 
><A
732
 
HREF="plrgb1.html"
733
 
><CODE
734
 
CLASS="function"
735
 
>plrgb1</CODE
736
 
>: Set line color by 8-bit RGB values</A
 
724
HREF="plrgbhls.html"
 
725
><CODE
 
726
CLASS="function"
 
727
>plrgbhls</CODE
 
728
>: Convert RGB color to HLS</A
737
729
></DT
738
730
><DT
739
731
><A
898
890
></DT
899
891
><DT
900
892
><A
 
893
HREF="plsfci.html"
 
894
><CODE
 
895
CLASS="function"
 
896
>plsfci</CODE
 
897
>: Set FCI (font characterization integer)</A
 
898
></DT
 
899
><DT
 
900
><A
901
901
HREF="plsfnam.html"
902
902
><CODE
903
903
CLASS="function"
990
990
><CODE
991
991
CLASS="function"
992
992
>plssub</CODE
993
 
>: Set the number of subwindows in x and y</A
 
993
>: Set the number of subpages in x and y</A
994
994
></DT
995
995
><DT
996
996
><A
1190
1190
><P
1191
1191
>  The purpose of this chapter is to document the API for every C function in
1192
1192
  PLplot that should have a counterpart in other PLplot language bindings such as
1193
 
  Fortran.  These common API routines have a special
 
1193
  Fortran 77.  These common API routines have a special
1194
1194
  <SPAN
1195
1195
CLASS="QUOTE"
1196
1196
>"c_"</SPAN
1203
1203
  Additional PLplot API specialized for each language binding is documented
1204
1204
  in <A
1205
1205
HREF="api-c.html"
1206
 
>Chapter 17</A
 
1206
>Chapter 18</A
1207
1207
> and subsequent chapters.
1208
1208
  </P
1209
1209
><P
1210
1210
>All common API functions of the current CVS HEAD are listed here with their
1211
 
arguments.  All functions (other than the deprecated ones)
1212
 
have at a short description, and all parameters are documented.
 
1211
arguments except for obsolete/deprecated API which is listed in <A
 
1212
HREF="api-obsolete.html"
 
1213
>Chapter 22</A
 
1214
>.
 
1215
All functions have a short description, and all parameters are documented.
1213
1216
  </P
1214
1217
><DIV
1215
1218
CLASS="sect1"
1229
1232
><P
1230
1233
></P
1231
1234
><A
1232
 
NAME="AEN2688"
 
1235
NAME="AEN3386"
1233
1236
></A
1234
1237
><TABLE
1235
1238
CLASS="funcprototype"
1256
1259
><TD
1257
1260
><DL
1258
1261
><DT
1259
 
><VAR
 
1262
><CODE
1260
1263
CLASS="parameter"
1261
 
>lexp</VAR
 
1264
>lexp</CODE
1262
1265
>
1263
 
          (<VAR
 
1266
          (<TT
1264
1267
CLASS="literal"
1265
 
>PLINT</VAR
 
1268
>PLINT</TT
1266
1269
>, input)</DT
1267
1270
><DD
1268
1271
><P
1272
1275
          </P
1273
1276
></DD
1274
1277
><DT
1275
 
><VAR
 
1278
><CODE
1276
1279
CLASS="parameter"
1277
 
>sigdig</VAR
 
1280
>sigdig</CODE
1278
1281
>
1279
 
          (<VAR
 
1282
          (<TT
1280
1283
CLASS="literal"
1281
 
>PLINT</VAR
 
1284
>PLINT</TT
1282
1285
>, input)</DT
1283
1286
><DD
1284
1287
><P
1341
1344
ALIGN="center"
1342
1345
VALIGN="top"
1343
1346
><A
1344
 
HREF="p2614.html"
 
1347
HREF="p3311.html"
1345
1348
ACCESSKEY="U"
1346
1349
>Up</A
1347
1350
></TD