This file is indexed.

/usr/lib/x86_64-linux-gnu/ada/adalib/plplotadad/plplot.ali is in libplplot-ada1-dev 5.10.0+dfsg-1.

This file is owned by root:root, with mode 0o444.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
V "GNAT Lib v4.9"
A -fPIC
A -mtune=generic
A -march=x86-64
P SS ZX

RN
RV NO_DIRECT_BOOLEAN_OPERATORS
RV NO_EXCEPTION_HANDLERS
RV NO_EXCEPTION_PROPAGATION
RV NO_EXCEPTIONS
RV NO_FLOATING_POINT
RV NO_IO
RV NO_IMPLICIT_CONDITIONALS
RV NO_IMPLICIT_LOOPS
RV NO_NESTED_FINALIZATION
RV NO_SECONDARY_STACK
RV NO_STANDARD_STORAGE_POOLS
RV NO_UNCHECKED_CONVERSION
RV NO_DEFAULT_INITIALIZATION
RV NO_IMPLEMENTATION_PRAGMAS
RV NO_ELABORATION_CODE
RV SPARK_05

U plplot%b		plplot.adb		8bede631 OO PK
W ada%s			ada.ads			ada.ali
W ada.command_line%s	a-comlin.adb		a-comlin.ali
W ada.exceptions%s	a-except.adb		a-except.ali
W ada.numerics%s	a-numeri.ads		a-numeri.ali
W ada.numerics.long_elementary_functions%s  a-nlelfu.ads  a-nlelfu.ali
W ada.strings%s		a-string.ads		a-string.ali
W ada.strings.maps%s	a-strmap.adb		a-strmap.ali
W ada.strings.unbounded%s  a-strunb.adb		a-strunb.ali
W ada.tags%s		a-tags.adb		a-tags.ali
W ada.text_io%s		a-textio.adb		a-textio.ali
W ada.unchecked_conversion%s
W interfaces%s		interfac.ads		interfac.ali
W interfaces.c%s	i-c.adb			i-c.ali
W interfaces.c.pointers%s
W plplot_auxiliary%s	plplot_auxiliary.adb	plplot_auxiliary.ali
W plplot_thin%s		plplot_thin.adb		plplot_thin.ali
W system%s		system.ads		system.ali
W system.address_to_access_conversions%s
W system.concat_3%s	s-conca3.adb		s-conca3.ali
W system.img_int%s	s-imgint.adb		s-imgint.ali
W system.secondary_stack%s  s-secsta.adb	s-secsta.ali
W system.soft_links%s	s-soflin.adb		s-soflin.ali
W system.standard_library%s  s-stalib.adb	s-stalib.ali

U plplot%s		plplot.ads		b7343652 EE OO PF PK
W ada%s			ada.ads			ada.ali
W ada.exceptions%s	a-except.adb		a-except.ali
W ada.strings%s		a-string.ads		a-string.ali
W ada.strings.maps%s	a-strmap.adb		a-strmap.ali
W ada.strings.unbounded%s  a-strunb.adb		a-strunb.ali
W ada.tags%s		a-tags.adb		a-tags.ali
W interfaces%s		interfac.ads		interfac.ali
W interfaces.c%s	i-c.adb			i-c.ali
W interfaces.c.pointers%s
W plplot_auxiliary%s	plplot_auxiliary.adb	plplot_auxiliary.ali
W plplot_thin%s		plplot_thin.adb		plplot_thin.ali
W system%s		system.ads		system.ali
W system.finalization_masters%s  s-finmas.adb	s-finmas.ali
W system.secondary_stack%s  s-secsta.adb	s-secsta.ali
W system.soft_links%s	s-soflin.adb		s-soflin.ali
W system.standard_library%s  s-stalib.adb	s-stalib.ali
W system.storage_elements%s  s-stoele.adb	s-stoele.ali

D ada.ads		20070406091342 3ffc8e18
D a-charac.ads		20070912115821 2d3ec45b
D a-chlat1.ads		20140225151544 66457d31
D a-comlin.ads		20140225151544 ea62afbc
D a-except.ads		20140129161953 f86a4103
D a-finali.ads		20111121113555 52ecdc1b
D a-ioexce.ads		20140225151544 e4a01f64
D a-numeri.ads		20080324174807 bb51c45a
D a-ngelfu.ads		20140123165334 ff061ca9
D a-nlelfu.ads		20070406091342 7620113d
D a-stream.ads		20140122164720 1a984740
D a-string.ads		20070406091342 90ac6797
D a-strbou.ads		20101008130255 9806fe84
D a-strmap.ads		20090409150019 9cb836fb
D a-strsup.ads		20120309145048 a27dcb33
D a-strunb.ads		20120426100351 3f91d4c5
D a-tags.ads		20111212115430 6c0509d0
D a-textio.ads		20140129155348 386df5d4
D a-unccon.ads		20070406091342 f9eb8f06
D interfac.ads		20140225151838 69adb1b9
D i-c.ads		20110801143639 5421119b
D i-cpoint.ads		20130104124955 ee8a93ec
D i-cpoint.adb		20130104124955 8bc8f877
D i-cstrin.ads		20130104124955 341d0ddf
D i-cstrea.ads		20130412125801 8128536b
D plplot.ads		20131213101808 ddef92d8
D plplot.adb		20131213101808 790ad484
D plplot_auxiliary.ads	20131219204509 d6967b65
D plplot_thin.ads	20131213101808 61ca3f2c
D system.ads		20140921225607 90249111
D s-atacco.ads		20120515093410 4c36d12f
D s-atocou.ads		20131010110730 cd7c94ca
D s-atocou.adb		20131010121735 62bad392
D s-conca3.ads		20140225151544 0b705ca5
D s-crtl.ads		20140225151544 840e6817
D s-exctab.ads		20140225151139 54135002
D s-ficobl.ads		20120709130952 55a71d43
D s-finmas.ads		20140225151139 814daec4
D s-finroo.ads		20120426095924 4ff27390
D s-imgint.ads		20090409150019 02dbe0c2
D s-parame.ads		20140225151139 ab8cb46a
D s-pooglo.ads		20110804083314 542f33d0
D s-secsta.ads		20140225151139 86a2856d
D s-soflin.ads		20140225151139 aa763b52
D s-stache.ads		20140225151139 a37c21ec
D s-stalib.ads		20140225151139 a891183f
D s-stoele.ads		20140225151139 2dc34a04
D s-stoele.adb		20140225151139 ed88f8fb
D s-stopoo.ads		20131010103753 b16154c2
D s-stposu.ads		20121005142121 ffeba1c5
D s-stratt.ads		20131014135145 aedef97e
D s-traent.ads		20140225151139 b5116092
D s-unstyp.ads		20140225151139 510692af
D s-wchcon.ads		20140225151139 1b7d22d2
X 1 ada.ads
16K9*Ada 19e8 26|28r5 29r5 33r5 302r28 491r39 491r86 27|26r5 27r5 28r5 29r5
. 30r5 31r5 39r5 40r5 41r5 2865r29 2869r30 2871r12
X 4 a-comlin.ads
38K13*Command_Line 139e21 27|31w9
X 8 a-numeri.ads
16K13*Numerics 32e17 27|27r9 40r9
X 9 a-ngelfu.ads
51V13*Log{long_float} 27|338s25[10|18] 375s25[10|18] 405s25[10|18] 406s25[10|18]
. 491s33[10|18] 517s33[10|18] 543s33[10|18] 544s33[10|18]
X 10 a-nlelfu.ads
18K22*Long_Elementary_Functions[9|39] 27|27w18 40r18
X 12 a-string.ads
16K13*Strings 35e16 26|28r9 29r9 33r9 302r32 491r43 491r90 27|28r9 30r9 41r9
. 2865r33 2869r34 2871r16
X 14 a-strmap.ads
38K21*Maps 412e21 26|29w17 302r40 27|30w17 2865r41 2869r42 2871r24
47A9*Character_Set<138A9> 26|302r45 27|2865r46
83V13*Is_In{boolean} 27|2871s29
99V13*To_Set{47A9} 27|2869s47
138A9 Character_Set_Internal(boolean)<character>
X 16 a-strunb.ads
76K21*Unbounded 489e26 26|28w17 33r17 491r51 491r98 27|28w17 41r17
79R9*Unbounded_String<6|48R9> 473e14 26|149r37 150r75 155r94 160r66 491r61
. 27|2177r27
84V13*Length{natural} 27|1988s16 1999s46 2009s16 2020s46 2079s16 2090s46
. 2100s16 2111s46 3299s16 3308s50
94V13*To_Unbounded_String{79R9} 26|149s57 491r108
100V13*To_String{string} 26|547s33 548s33 549s33 561s33 562s33 563s33 574s33
. 575s33 576s33 588s33 589s33 590s33 597s33 598s33 599s33 615s33 616s33 617s33
. 626s47 627s47 628s47 645s36 646s36 647s36 904s46 909s46 914s46 1317s70
. 2046s58 27|205s26 205s50 205s74 214s26 214s50 214s74 221s26 221s50 221s74
. 228s26 228s50 228s74 235s26 235s50 235s74 257s33 258s33 259s33 290s33 291s33
. 292s33 321s33 322s33 323s33 358s33 359s33 360s33 388s33 389s33 390s33 428s33
. 429s33 430s33 454s47 455s47 456s47 588s36 589s36 590s36 1287s46 1292s46
. 1297s46 1929s70 1997s46 2018s47 2088s46 2109s52 2199s47 3267s58 3306s50
119V14*"&"{79R9} 27|1999s17 2020s17 2090s17 2111s17 3308s17
131V14*"&"{79R9} 27|1998s17 2019s17 2089s17 2110s17 3307s17
396V13*Head{79R9} 27|1991s32 2012s32 2082s32 2103s32 3302s34
420V14*"*"{79R9} 27|1999s67 2020s67 2090s67 2111s67 3308s73
X 18 a-textio.ads
49K13*Text_IO 471e16 27|26w9 39r9
263U14*Put_Line 27|633s13 636s13 691s13 694s13 1459s9 1469s9 1980s13 1989s17
. 2010s17 2067s13 2071s13 2080s17 2101s17 2578s13 2648s13 2874s13 3300s17
. 3563s13
X 19 a-unccon.ads
20v14*Unchecked_Conversion 27|29w9
X 20 interfac.ads
38K9*Interfaces 179e15 26|27r5 49r43 27|34r5 35r5 42r5
X 21 i-c.ads
18K20*C 230e17 26|27r16 49r54 27|34r16 35w16 42r16
43M9*unsigned 26|49r56
72E9*char<character>
76V13*To_C{72E9} 27|2872s20
79A9*char_array(72E9)<60M9> 27|1654r26 1737r28 1823r29
84V13*To_C{79A9} 27|1232s13 1233s13 1278s13 1279s13 1302s13 1302s42 1303s13
. 1303s42 1304s13 1304s42 1931s15 1931s36 1931s57 1997s41 2018s42 2088s41
. 2109s47 2199s42 2259s16 2259s90 2272s17 2272s91 2422s55 2436s28 2790s16
. 2918s17 3116s17 3132s17 3191s17 3223s34 3237s38 3306s45 3314s22 3314s39
. 3317s28 3317s43 3317s58 3464s19 3605s18 3605s38
88V13*To_Ada{string} 27|1657s16 1740s16 1826s16
X 22 i-cpoint.ads
44k22*Pointers 102e26 26|27w18 27|34w18
X 26 plplot.ads
35K9*PLplot 2274l5 2274e11 27|44b14 3703l5 3703t11
38f5*PL_NOTSET=38:48{long_float}
41A13*Boolean_Array_1D{29|60A10}<integer> 1532r25 1649r27 1677r27 27|877r26
. 878r26 2368r25 2569r27 2613r30 2639r27 2683r30
42A13*Integer_Array_1D{29|61A10}<integer> 693r32 694r32 695r32 702r35 707r31
. 1335r49 1338r49 1340r49 1343r49 1345r49 1347r49 1363r49 1367r49 1368r49
. 1487r32 1504r24 1505r24 1608r83 1614r61 2043r48 2044r48 2079r46 27|738r35
. 748r31 1950r49 1953r49 1955r49 1958r49 1960r49 1962r49 2048r48 2052r48
. 2053r48 2318r32 2327r24 2328r24 2500r83 2509r61 2529r66 2547r66 3264r48
. 3265r48 3362r46 3371r37
48M13*PLPointer{29|67M13} 826r44 839r34 963r44 1847r52 1866r52 1881r44 1910r22
. 1994r45 2063r44 2248r28 2257r28 2267r28 27|1158r44 1185r34 1375r44 1410r39
. 1411r39 2939r52 2975r52 3007r44 3050r42 3199r45 3338r44 3628r28 3639r28
. 3651r28
49M13*Unsigned_Int{21|43M9} 1799r41 27|2855r41
50R13*Transformation_Data_Type{29|428R10} 986r44 27|1405r44
51R13*Transformation_Data_Type_2{29|443R10}
52R13*Graphics_Input_Record_Type{29|347R10} 2272r47
55M13*Unicode{29|58M10} 1167r85 1817r81 27|1695r85 2900r81
72U15*Fill_Polygon=72:86
72i28 length{29|53I13}
72a46 x{29|64A13}
72a49 y{29|64A13}
77P13*Mask_Function_Pointer_Type{29|152P10} 1834r52 1853r52 1872r44 27|2926r52
. 2962r52 2998r44
80P13*Map_Form_Function_Pointer_Type{29|171P10} 1402r48 1413r48 27|2172r48
. 2209r48
83A13*Map_Form_Constrained_Array{29|166A13}<integer>
89i5*Max_Label_String_Length=89:59{integer}
90A13*Label_String_Type{29|189A13}<21|60M9>
93P13*Custom_Label_Procedure_Pointer_Type{29|192P10} 1909r42 27|3049r42
97P13*Coordinate_Transform_Procedure_Pointer_Type{29|202P10} 1993r50 27|3198r50
105A13*Length_One_Real_Vector{28|42A9}<integer> 106r22
106a5*Dont_Plot_This{105A13} 513r44 514r44 515r44 516r44 517r44 518r44 519r44
. 520r44 521r44 522r44 542r29 543r29 544r29 545r29 546r29 556r29 557r29 558r29
. 559r29 560r29 569r29 570r29 571r29 572r29 573r29 582r29 583r29 584r29 585r29
. 586r29 587r29 605r29 606r29 607r29 608r29 609r29 610r29 611r29 612r29 613r29
. 614r29 27|87r44 88r44 89r44 90r44 91r44 92r44 93r44 94r44 95r44 96r44 252r29
. 253r29 254r29 255r29 256r29 285r29 286r29 287r29 288r29 289r29 316r29 317r29
. 318r29 319r29 320r29 352r29 353r29 354r29 355r29 356r29 357r29 418r29 419r29
. 420r29 421r29 422r29 423r29 424r29 425r29 426r29 427r29
113I13*Plot_Color_Type{natural} 114r27 115r27 116r27 117r27 118r27 119r27
. 120r27 121r27 122r27 123r27 124r27 125r27 126r27 127r27 128r27 129r27 139r73
. 630r25 934r39 1332r49 1358r49 1361r49 1713r22 1720r58 2042r48 27|458r25
. 1329r39 1947r49 2043r48 2046r48 2725r22 2735r58 3263r48
114i5*Black{113I13} 27|54r29 67r29
115i5*Red{113I13} 140r48 630r47 27|458r47
116i5*Yellow{113I13}
117i5*Green{113I13} 140r59
118i5*Aquamarine{113I13}
119i5*Pink{113I13}
120i5*Wheat{113I13}
121i5*Grey{113I13}
122i5*Brown{113I13}
123i5*Blue{113I13} 140r53
124i5*BlueViolet{113I13} 140r74
125i5*Cyan{113I13}
126i5*Turquoise{113I13}
127i5*Magenta{113I13}
128i5*Salmon{113I13} 140r66
129i5*White{113I13} 27|55r29 68r29 200r23 241r23 602r23 604r23 606r23 658r23
. 716r23
132N5*Max_Lines_For_Multiplot 139r45 142r45 145r45 150r47
136I13*Line_Style_Type{integer} 145r73 632r25 1333r49 1359r49 1392r46 27|460r25
. 1948r49 2044r48 2159r46
139A10*Color_Array_Type(113I13)<integer> 140r27 527r25 27|101r25 470r36
140a5*Default_Color_Array{139A10} 527r52 27|101r52 470r63
142A10*Line_Width_Array_Type(long_float)<integer> 143r32 528r25 27|102r25
. 471r36
143a5*Default_Line_Width_Array{142A10} 528r52 27|102r52 471r63
145A10*Line_Style_Array_Type(136I13)<integer> 146r32 529r25 27|103r25 472r36
146a5*Default_Line_Style_Array{145A10} 529r52 27|103r52 472r63
149r5*Default_Label_String{16|79R9} 151r72 547r43 548r43 549r43 561r43 562r43
. 563r43 574r43 575r43 576r43 588r43 589r43 590r43 597r43 598r43 599r43 615r43
. 616r43 617r43 626r57 627r57 628r57 645r46 646r46 647r46 904r56 909r56 914r56
. 1317r80 2046r68 27|257r43 258r43 259r43 290r43 291r43 292r43 321r43 322r43
. 323r43 358r43 359r43 360r43 388r43 389r43 390r43 428r43 429r43 430r43 454r57
. 455r57 456r57 588r46 589r46 590r46 1287r56 1292r56 1297r56 1929r80 3267r68
150A10*Label_String_Array_Type(16|79R9)<integer> 151r34 523r25 524r25 525r25
. 27|97r25 98r25 99r25 262r36 263r36 264r36 294r36 295r36 296r36 326r36 327r36
. 328r36 363r36 364r36 365r36 393r36 394r36 395r36 432r36 433r36 434r36 467r36
. 468r36 469r36
151a5*Default_Label_String_Array{150A10} 523r52 524r52 525r52 27|97r52 98r52
. 99r52 262r63 263r63 264r63 294r63 295r63 296r63 326r63 327r63 328r63 363r63
. 364r63 365r63 393r63 394r63 395r63 432r63 433r63 434r63 467r63 468r63 469r63
154i5*Maximum_Number_Of_Stripcharts{integer} 155r60
155A10*Stripchart_Label_String_Array_Type(16|79R9)<integer> 2045r55 27|3266r55
160A10*Legend_String_Array_Type(16|79R9)<integer> 1339r49 1348r49 1364r49
. 1365r49 27|1954r49 1963r49 1970r20 2049r48 2050r48 2062r20
164i5*PL_Position_Left{29|1043I13} 174r74
165i5*PL_Position_Right{29|1043I13} 175r74
166i5*PL_Position_Top{29|1043I13} 176r74
167i5*PL_Position_Bottom{29|1043I13} 177r74
168i5*PL_Position_Inside{29|1043I13} 178r74
169i5*PL_Position_Outside{29|1043I13} 179r74
170i5*PL_Position_Viewport{29|1043I13} 180r74
171i5*PL_Position_Subpage{29|1043I13} 181r74
174i5*Legend_Position_Left{29|1043I13}
175i5*Legend_Position_Right{29|1043I13}
176i5*Legend_Position_Top{29|1043I13}
177i5*Legend_Position_Bottom{29|1043I13}
178i5*Legend_Position_Inside{29|1043I13}
179i5*Legend_Position_Outside{29|1043I13}
180i5*Legend_Position_Viewport{29|1043I13}
181i5*Legend_Position_Subpage{29|1043I13}
184i5*PL_Legend_None{29|1057I13} 194r56
185i5*PL_Legend_Color_Box{29|1057I13} 195r56
186i5*PL_Legend_Line{29|1057I13} 196r56
187i5*PL_Legend_Symbol{29|1057I13} 197r56
188i5*PL_Legend_Text_Left{29|1057I13} 198r56
189i5*PL_Legend_Background{29|1057I13} 199r56
190i5*PL_Legend_Bounding_Box{29|1057I13} 200r56
191i5*PL_Legend_Row_Major{29|1057I13} 201r56
194i5*Legend_None{29|1057I13}
195i5*Legend_Color_Box{29|1057I13}
196i5*Legend_Line{29|1057I13}
197i5*Legend_Symbol{29|1057I13}
198i5*Legend_Text_Left{29|1057I13}
199i5*Legend_Background{29|1057I13}
200i5*Legend_Bounding_Box{29|1057I13}
201i5*Legend_Row_Major{29|1057I13}
204i5*PL_Colorbar_Label_Left{29|1070I13} 223r61
205i5*PL_Colorbar_Label_Right{29|1070I13} 224r61
206i5*PL_Colorbar_Label_Top{29|1070I13} 225r61
207i5*PL_Colorbar_Label_Bottom{29|1070I13} 226r61
208i5*PL_Colorbar_Image{29|1070I13} 227r61
209i5*PL_Colorbar_Shade{29|1070I13} 228r61
210i5*PL_Colorbar_Gradient{29|1070I13} 229r61
211i5*PL_Colorbar_Cap_None{29|1070I13} 230r61
212i5*PL_Colorbar_Cap_Low{29|1070I13} 231r61
213i5*PL_Colorbar_Cap_High{29|1070I13} 232r61
214i5*PL_Colorbar_Shade_Label{29|1070I13} 233r61
215i5*PL_Colorbar_Orient_Right{29|1070I13} 234r61
216i5*PL_Colorbar_Orient_Top{29|1070I13} 235r61
217i5*PL_Colorbar_Orient_Left{29|1070I13} 236r61
218i5*PL_Colorbar_Orient_Bottom{29|1070I13} 237r61
219i5*PL_Colorbar_Background{29|1070I13} 238r61
220i5*PL_Colorbar_Bounding_Box{29|1070I13} 239r61
223i5*Colorbar_Label_Left{29|1070I13}
224i5*Colorbar_Label_Right{29|1070I13}
225i5*Colorbar_Label_Top{29|1070I13}
226i5*Colorbar_Label_Bottom{29|1070I13}
227i5*Colorbar_Image{29|1070I13}
228i5*Colorbar_Shade{29|1070I13}
229i5*Colorbar_Gradient{29|1070I13}
230i5*Colorbar_Cap_None{29|1070I13}
231i5*Colorbar_Cap_Low{29|1070I13}
232i5*Colorbar_Cap_High{29|1070I13}
233i5*Colorbar_Shade_Label{29|1070I13}
234i5*Colorbar_Orient_Right{29|1070I13}
235i5*Colorbar_Orient_Top{29|1070I13}
236i5*Colorbar_Orient_Left{29|1070I13}
237i5*Colorbar_Orient_Bottom{29|1070I13}
238i5*Colorbar_Background{29|1070I13}
239i5*Colorbar_Bounding_Box{29|1070I13}
242I13*Justification_Type{integer} 243r37 244r37 245r37 246r37 530r25 633r25
. 1030r38 1039r38 27|104r25 461r25 1493r38 1505r38
243i5*User_Justified{242I13}
244i5*Not_Justified{242I13} 530r52 633r47 27|104r52 461r47
245i5*Justified{242I13}
246i5*Justified_Square_Box{242I13}
249I13*Axis_Style_Type{integer} 251r34 252r34 254r34 255r34 256r34 257r34
. 259r34 260r34 261r34 262r34 264r34 265r34 266r34 267r34 269r34 270r34 271r34
. 272r34 274r47 275r47 276r47 277r47 279r47 280r47 281r47 282r47 284r47 285r47
. 286r47 287r47 289r48 290r48 291r48 292r48 526r25 629r25 1031r38 1040r38
. 27|100r25 457r25 1494r38 1506r38
251i5*No_Box{249I13} 27|564r26
252i5*Box{249I13}
254i5*Linear_Box_Plus{249I13} 526r52 27|100r52
255i5*Linear_Zero_Axes{249I13}
256i5*Linear_Major_Grid{249I13} 629r47 27|278r29 307r29 444r29 457r47
257i5*Linear_Minor_Grid{249I13} 27|564r34
259i5*Log_X_Box_Plus{249I13} 27|486r26
260i5*Log_X_Zero_Axes{249I13}
261i5*Log_X_Major_Grid{249I13}
262i5*Log_X_Minor_Grid{249I13} 27|344r29 486r42
264i5*Log_Y_Box_Plus{249I13} 27|512r26
265i5*Log_Y_Zero_Axes{249I13}
266i5*Log_Y_Major_Grid{249I13}
267i5*Log_Y_Minor_Grid{249I13} 27|381r29 512r42
269i5*Log_XY_Box_Plus{249I13} 27|537r26
270i5*Log_XY_Zero_Axes{249I13}
271i5*Log_XY_Major_Grid{249I13}
272i5*Log_XY_Minor_Grid{249I13} 27|412r29 537r43
274i5*Date_Time_X_Linear_Box_Plus{249I13}
275i5*Date_Time_X_Linear_Zero_Axes{249I13}
276i5*Date_Time_X_Linear_Major_Grid{249I13}
277i5*Date_Time_X_Linear_Minor_Grid{249I13}
279i5*Date_Time_Y_Linear_Box_Plus{249I13}
280i5*Date_Time_Y_Linear_Zero_Axes{249I13}
281i5*Date_Time_Y_Linear_Major_Grid{249I13}
282i5*Date_Time_Y_Linear_Minor_Grid{249I13}
284i5*Date_Time_XY_Linear_Box_Plus{249I13}
285i5*Date_Time_XY_Linear_Zero_Axes{249I13}
286i5*Date_Time_XY_Linear_Major_Grid{249I13}
287i5*Date_Time_XY_Linear_Minor_Grid{249I13}
289i5*Custom_Labels_Linear_Box_Plus{249I13}
290i5*Custom_Labels_Linear_Zero_Axes{249I13}
291i5*Custom_Labels_Linear_Major_Grid{249I13}
292i5*Custom_Labels_Linear_Minor_Grid{249I13}
295I13*Integer_0_255_Type{integer} 296r61
296A10*Integer_0_255_Array(295I13)<integer> 1626r58 1632r58 27|2527r58 2544r58
299F13*Long_Float_0_1_Type{long_float} 922r34 939r39 1110r62 1123r62 1296r32
. 1297r32 1298r36 1299r36 1300r36 1591r32 1592r32 1593r32 1595r36 1596r36
. 1722r58 1735r58 27|1311r34 1337r39 1612r62 1630r62 1899r32 1900r32 1901r36
. 1902r36 1903r36 2477r32 2478r32 2479r32 2481r36 2482r36 2737r58 2756r58
302a5*Escape_Character_Set{14|47A9}
305I13*Font_Style_Type{integer} 306r28 307r28 308r28 309r28 1085r43 27|1575r43
306i5*Normal_Font{305I13}
307i5*Roman_Font{305I13}
308i5*Italic_Font{305I13}
309i5*Script_Font{305I13}
313I13*Character_Set_Type{integer} 314r39 315r39 1090r48 27|1583r48
314i5*Standard_Character_Set{313I13}
315i5*Extended_Character_Set{313I13}
318E10*Orientation_Type 318e51 1936r45 27|3091r45
318n31*Landscape{318E10} 27|3093r26
318n42*Portrait{318E10}
321i5*Unchanged{integer}
324I13*Fill_Pattern_Type{integer} 1545r50 27|2408r50
327i5*Parse_Partial{29|293I10}
328i5*Parse_Full{29|293I10}
329i5*Parse_Quiet{29|293I10}
330i5*Parse_No_Delete{29|293I10}
331i5*Parse_Show_All{29|293I10}
332i5*Parse_Override{29|293I10}
333i5*Parse_No_Program{29|293I10}
334i5*Parse_No_Dash{29|293I10}
335i5*Parse_Skip{29|293I10}
338i5*FCI_Mark{integer}
339i5*FCI_Impossible{integer}
340i5*FCI_Hexdigit_Mask{integer}
341i5*FCI_Hexpower_Mask{integer}
342i5*FCI_Hexpower_Impossible{integer}
344i5*FCI_Family{integer}
345i5*FCI_Style{integer}
346i5*FCI_Weight{integer}
348i5*FCI_Sans{integer}
349i5*FCI_Serif{integer}
350i5*FCI_Mono{integer}
351i5*FCI_Script{integer}
352i5*FCI_Symbol{integer}
354i5*FCI_Upright{integer}
355i5*FCI_Italic{integer}
356i5*FCI_Oblique{integer}
358i5*FCI_Medium{integer}
359i5*FCI_Bold{integer}
362E10*Map_Type 362e103 1403r48 27|2173r48
362n23*Continents{362E10} 27|2181r18
362n35*USA_and_States{362E10} 27|2185r18
362n51*Continents_and_Countries{362E10} 27|2189r18
362n77*USA_States_and_Continents{362E10} 27|2193r18
367i5*No_3D_Options{integer}
368i5*Lines_Parallel_To_X{integer}
369i5*Lines_Parallel_To_Y{integer}
370i5*Lines_Parallel_To_X_And_Y{integer} 27|666r26 724r26
371i5*Magnitude_Color{integer} 27|666r54 724r54 725r36
372i5*Base_Contour{integer}
373i5*Top_Contour{integer}
374i5*Surface_Contour{integer}
375i5*Sides{integer}
376i5*Facets{integer}
377i5*Meshed{integer}
379I13*Gridding_Algorithm_Type{integer} 383r72 384r72 385r72 386r72 387r72
. 388r72 449r28 450r28 451r28 452r28 453r28 454r28 1223r34 27|1785r34
383i5*Grid_Bivariate_Cubic_Spline_Approximation{379I13}
384i5*Grid_Delaunay_Triangulation_Linear_Interpolation{379I13}
385i5*Grid_Natural_Neighbors_Interpolation{379I13}
386i5*Grid_Nearest_Neighbors_Inverse_Distance_Weighted{379I13}
387i5*Grid_Nearest_Neighbors_Linear_Interpolation{379I13}
388i5*Grid_Nearest_Neighbors_Around_Inverse_Distance_Weighted{379I13}
391i5*x_axis{integer}
392i5*y_axis{integer}
393i5*z_axis{integer}
402i5*PL_PARSE_PARTIAL{29|293I10}
403i5*PL_PARSE_FULL{29|293I10}
404i5*PL_PARSE_QUIET{29|293I10}
405i5*PL_PARSE_NODELETE{29|293I10}
406i5*PL_PARSE_SHOWALL{29|293I10}
407i5*PL_PARSE_OVERRIDE{29|293I10}
408i5*PL_PARSE_NOPROGRAM{29|293I10}
409i5*PL_PARSE_NODASH{29|293I10}
410i5*PL_PARSE_SKIP{29|293I10}
413i5*PL_FCI_MARK{integer}
414i5*PL_FCI_IMPOSSIBLE{integer}
415i5*PL_FCI_HEXDIGIT_MASK{integer}
416i5*PL_FCI_HEXPOWER_MASK{integer}
417i5*PL_FCI_HEXPOWER_IMPOSSIBLE{integer}
419i5*PL_FCI_FAMILY{integer}
420i5*PL_FCI_STYLE{integer}
421i5*PL_FCI_WEIGHT{integer}
423i5*PL_FCI_SANS{integer}
424i5*PL_FCI_SERIF{integer}
425i5*PL_FCI_MONO{integer}
426i5*PL_FCI_SCRIPT{integer}
427i5*PL_FCI_SYMBOL{integer}
429i5*PL_FCI_UPRIGHT{integer}
430i5*PL_FCI_ITALIC{integer}
431i5*PL_FCI_OBLIQUE{integer}
433i5*PL_FCI_MEDIUM{integer}
434i5*PL_FCI_BOLD{integer}
437i5*DRAW_LINEX{integer}
438i5*DRAW_LINEY{integer}
439i5*DRAW_LINEXY{integer}
440i5*MAG_COLOR{integer}
441i5*BASE_CONT{integer}
442i5*TOP_CONT{integer}
443i5*SURF_CONT{integer}
444i5*DRAW_SIDES{integer}
445i5*FACETED{integer}
446i5*MESH{integer}
449i5*GRID_CSA{379I13}
450i5*GRID_DTLI{379I13}
451i5*GRID_NNI{379I13}
452i5*GRID_NNIDW{379I13}
453i5*GRID_NNLI{379I13}
454i5*GRID_NNAIDW{379I13}
459i5*PL_X_AXIS{integer}
460i5*PL_Y_AXIS{integer}
461i5*PL_Z_AXIS{integer}
463i5*Label_X_Axis{integer}
464i5*Label_Y_Axis{integer}
465i5*Label_Z_Axis{integer}
472i5*Histogram_Default{integer}
473i5*Histogram_Noscaling{integer}
474i5*Histogram_Ignore_Outliers{integer}
475i5*Histogram_Noexpand{integer}
476i5*Histogram_Noempty{integer}
480i5*Bin_Default{integer}
481i5*Bin_Centered{integer}
482i5*Bin_Noexpand{integer}
483i5*Bin_Noempty{integer}
491V14*TUB=491:108{16|79R9} 27|270s40 271s40 272s40 299s40 300s40 301s40
. 333s40 334s40 335s40 370s40 371s40 372s40 400s40 401s40 402s40 436s40 437s40
. 438s40 475s40 476s40 477s40 2183s40 2187s40 2191s40 2195s40
491s18 arg{string}
500U15*Draw_On_Black 27|52b15 56l9 56t22
505U15*Draw_On_White 27|65b15 69l9 69t22
512U15*Multiplot_Pairs 513>9 514>9 515>9 516>9 517>9 518>9 519>9 520>9 521>9
. 522>9 523>9 524>9 525>9 526>9 527>9 528>9 529>9 530>9 531>9 532>9 533>9
. 534>9 27|86b15 244l9 244t24 274s9 303s9 340s9 377s9 408s9 440s9 494s17
. 519s17 546s17 565s13
513a9 x1{28|42A9} 27|87b9 118r16 119r59 139r16 140r59 204r12 208r24
514a9 y1{28|42A9} 27|88b9 160r16 161r59 181r16 182r59 204r31 208r28
515a9 x2{28|42A9} 27|89b9 121r16 122r59 142r16 143r59 213r12 217r24
516a9 y2{28|42A9} 27|90b9 163r16 164r59 184r16 185r59 213r31 217r28
517a9 x3{28|42A9} 27|91b9 124r16 125r59 145r16 146r59 220r12 224r24
518a9 y3{28|42A9} 27|92b9 166r16 167r59 187r16 188r59 220r31 224r28
519a9 x4{28|42A9} 27|93b9 127r16 128r59 148r16 149r59 227r12 231r24
520a9 y4{28|42A9} 27|94b9 169r16 170r59 190r16 191r59 227r31 231r28
521a9 x5{28|42A9} 27|95b9 130r16 131r59 151r16 152r59 234r12 238r24
522a9 y5{28|42A9} 27|96b9 172r16 173r59 193r16 194r59 234r31 238r28
523a9 X_Labels{150A10} 27|97b9 205r36 214r36 221r36 228r36 235r36 275r13
. 304r13 341r13 378r13 409r13 441r13 496r21 521r21 548r21 567r17
524a9 Y_Labels{150A10} 27|98b9 205r60 214r60 221r60 228r60 235r60 276r13
. 305r13 342r13 379r13 410r13 442r13 497r21 522r21 549r21 568r17
525a9 Title_Labels{150A10} 27|99b9 205r84 214r84 221r84 228r84 235r84 277r13
. 306r13 343r13 380r13 411r13 443r13 498r21 523r21 550r21 569r17
526i9 Axis_Style{249I13} 27|100b9 202r68 278r13 307r13 344r13 381r13 412r13
. 444r13 499r21 524r21 551r21 570r17
527a9 Colors{139A10} 27|101b9 206r27 215r27 222r27 229r27 236r27 500r21 525r21
. 552r21 571r17
528a9 Line_Widths{142A10} 27|102b9 501r21 526r21 553r21 572r17
529a9 Line_Styles{145A10} 27|103b9 207r31 216r31 223r31 230r31 237r31 502r21
. 527r21 554r21 573r17
530i9 Justification{242I13} 27|104b9 202r53 503r21 528r21 555r21 574r17
531f9 x_Min_Zoom{long_float} 27|105b9 115r12 116r22 504r21 529r21 556r21
. 575r17
532f9 x_Max_Zoom{long_float} 27|106b9 136r12 137r22 505r21 530r21 557r21
. 576r17
533f9 y_Min_Zoom{long_float} 27|107b9 157r12 158r22 506r21 531r21 558r21
. 577r17
534f9 y_Max_Zoom{long_float} 27|108b9 178r12 179r22 507r21 532r21 559r21
. 578r17
541U15*Quick_Plot 542>9 543>9 544>9 545>9 546>9 547>9 548>9 549>9 27|251b15
. 279l9 279t19
542a9 y1{28|42A9} 27|252b9 261r25 274r28
543a9 y2{28|42A9} 27|253b9 274r35
544a9 y3{28|42A9} 27|254b9 274r42
545a9 y4{28|42A9} 27|255b9 274r49
546a9 y5{28|42A9} 27|256b9 274r56
547s9 X_Label{string} 27|257b9 270r44
548s9 Y_Label{string} 27|258b9 271r44
549s9 Title_Label{string} 27|259b9 272r44
554U15*Simple_Plot 555>9 556>9 557>9 558>9 559>9 560>9 561>9 562>9 563>9
. 27|283b15 308l9 308t20
555a9 x{28|42A9} 27|284b9 303r25 303r32 303r39 303r46 303r53
556a9 y1{28|42A9} 27|285b9 303r28
557a9 y2{28|42A9} 27|286b9 303r35
558a9 y3{28|42A9} 27|287b9 303r42
559a9 y4{28|42A9} 27|288b9 303r49
560a9 y5{28|42A9} 27|289b9 303r56
561s9 X_Label{string} 27|290b9 299r44
562s9 Y_Label{string} 27|291b9 300r44
563s9 Title_Label{string} 27|292b9 301r44
567U15*Simple_Plot_Log_X 568>9 569>9 570>9 571>9 572>9 573>9 574>9 575>9
. 576>9 577>9 27|314b15 345l9 345t26
568a9 x{28|42A9} 27|315b9 330r29 338r29
569a9 y1{28|42A9} 27|316b9 340r32
570a9 y2{28|42A9} 27|317b9 340r43
571a9 y3{28|42A9} 27|318b9 340r54
572a9 y4{28|42A9} 27|319b9 340r65
573a9 y5{28|42A9} 27|320b9 340r76
574s9 X_Label{string} 27|321b9 333r44
575s9 Y_Label{string} 27|322b9 334r44
576s9 Title_Label{string} 27|323b9 335r44
577f9 Log_Base{long_float} 27|324b9 338r35
581U15*Simple_Plot_Log_Y 582>9 583>9 584>9 585>9 586>9 587>9 588>9 589>9
. 590>9 591>9 27|351b15 382l9 382t26
582a9 x1{28|42A9} 27|352b9 377r25
583a9 y{28|42A9} 27|353b9 367r29 375r29
584a9 x2{28|42A9} 27|354b9 377r36
585a9 x3{28|42A9} 27|355b9 377r47
586a9 x4{28|42A9} 27|356b9 377r58
587a9 x5{28|42A9} 27|357b9 377r69
588s9 X_Label{string} 27|358b9 370r44
589s9 Y_Label{string} 27|359b9 371r44
590s9 Title_Label{string} 27|360b9 372r44
591f9 Log_Base{long_float} 27|361b9 375r35
595U15*Simple_Plot_Log_XY 596>9 596>12 597>9 598>9 599>9 600>9 600>21 27|386b15
. 413l9 413t27
596a9 x{28|42A9} 27|387b9 397r29 405r29
596a12 y{28|42A9} 27|387b12 398r29 406r29
597s9 X_Label{string} 27|388b9 400r44
598s9 Y_Label{string} 27|389b9 401r44
599s9 Title_Label{string} 27|390b9 402r44
600f9 x_Log_Base{long_float} 27|391b9 405r35
600f21 y_Log_Base{long_float} 27|391b21 406r35
604U15*Simple_Plot_Pairs 605>9 606>9 607>9 608>9 609>9 610>9 611>9 612>9
. 613>9 614>9 615>9 616>9 617>9 27|417b15 445l9 445t26
605a9 x1{28|42A9} 27|418b9 440r25
606a9 y1{28|42A9} 27|419b9 440r29
607a9 x2{28|42A9} 27|420b9 440r33
608a9 y2{28|42A9} 27|421b9 440r37
609a9 x3{28|42A9} 27|422b9 440r41
610a9 y3{28|42A9} 27|423b9 440r45
611a9 x4{28|42A9} 27|424b9 440r49
612a9 y4{28|42A9} 27|425b9 440r53
613a9 x5{28|42A9} 27|426b9 440r57
614a9 y5{28|42A9} 27|427b9 440r61
615s9 X_Label{string} 27|428b9 436r44
616s9 Y_Label{string} 27|429b9 437r44
617s9 Title_Label{string} 27|430b9 438r44
624U15*Single_Plot 625>9 625>12 626>9 627>9 628>9 629>9 630>9 631>9 632>9
. 633>9 634>9 635>9 636>9 637>9 27|452b15 580l9 580t20
625a9 x{28|42A9} 27|453b9 488r37 491r37 520r21 539r37 543r37 566r17
625a12 y{28|42A9} 27|453b12 495r28 514r37 517r37 540r37 544r37 566r20
626s9 X_Label{string} 27|454b9 475r44
627s9 Y_Label{string} 27|455b9 476r44
628s9 Title_Label{string} 27|456b9 477r44
629i9 Axis_Style{249I13} 27|457b9 486r12 499r38 512r12 524r38 537r12 551r38
. 564r12 570r34
630i9 Color{113I13} 27|458b9 478r40
631f9 Line_Width{long_float} 27|459b9 479r40
632i9 Line_Style{136I13} 27|460b9 480r40
633i9 Justification{242I13} 27|461b9 503r38 528r38 555r38 574r34
634f9 x_Min_Zoom{long_float} 27|462b9 504r38 529r38 556r38 575r34
635f9 x_Max_Zoom{long_float} 27|463b9 505r38 530r38 557r38 576r34
636f9 y_Min_Zoom{long_float} 27|464b9 506r38 531r38 558r38 577r34
637f9 y_Max_Zoom{long_float} 27|465b9 507r38 532r38 559r38 578r34
642U15*Simple_Contour 643>9 644>9 645>9 646>9 647>9 27|585b15 610l9 610t23
643a9 z{28|43A9} 27|586b9 596r61 596r76 608r22 608r25 608r37 608r48 608r60
644i9 Number_Levels{integer} 27|587b9 592r44
645s9 X_Label{string} 27|588b9 605r22
646s9 Y_Label{string} 27|589b9 605r31
647s9 Title_Label{string} 27|590b9 605r40
652U15*Simple_Mesh_3D 653>9 653>12 654>9 655>9 656>9 657>9 658>9 659>9 660>9
. 661>9 662>9 663>9 27|615b15 667l9 667t23
653a9 x{28|42A9} 27|616b9 632r12 641r39 642r39 666r17
653a12 y{28|42A9} 27|616b12 635r12 649r39 650r39 666r20
654a9 z{28|43A9} 27|617b9 632r24 635r24 662r24 662r39 666r23
655f9 x_Min{long_float} 27|618b9 640r12 644r28
656f9 x_Max{long_float} 27|619b9 640r28 645r28
657f9 y_Min{long_float} 27|620b9 648r12 652r28
658f9 y_Max{long_float} 27|621b9 648r28 653r28
659f9 Altitude{long_float} 27|622b9 662r43
660f9 Azimuth{long_float} 27|623b9 662r53
661s9 X_Label{string} 27|624b9 663r41
662s9 Y_Label{string} 27|625b9 664r22
663s9 Z_Label{string} 27|626b9 665r26
668U15*Simple_Surface_3D 669>9 669>12 670>9 671>9 672>9 673>9 674>9 675>9
. 676>9 677>9 678>9 679>9 27|672b15 726l9 726t26
669a9 x{28|42A9} 27|673b9 690r12 699r39 700r39 724r17 725r27
669a12 y{28|42A9} 27|673b12 693r12 707r39 708r39 724r20 725r30
670a9 z{28|43A9} 27|674b9 690r24 693r24 720r24 720r39 724r23 725r33
671f9 x_Min{long_float} 27|675b9 698r12 702r28
672f9 x_Max{long_float} 27|676b9 698r28 703r28
673f9 y_Min{long_float} 27|677b9 706r12 710r28
674f9 y_Max{long_float} 27|678b9 706r28 711r28
675f9 Altitude{long_float} 27|679b9 720r43
676f9 Azimuth{long_float} 27|680b9 720r53
677s9 X_Label{string} 27|681b9 721r41
678s9 Y_Label{string} 27|682b9 722r22
679s9 Z_Label{string} 27|683b9 723r26
689i5*Number_Of_Default_Colors{integer} 693r54 694r54 695r54 27|757r36
693a5*Default_Red_Components{42A13} 27|758r25 771r32 777r32 783r32 789r32
. 795r32 801r32 807r32 813r32 819r32 825r32 831r33 837r33 843r33 849r33 855r33
. 861r33 3701m34
694a5*Default_Green_Components{42A13} 27|758r49 771r59 777r59 783r59 789r59
. 795r59 801r59 807r59 813r59 819r59 825r59 831r61 837r61 843r61 849r61 855r61
. 861r61 3701m58
695a5*Default_Blue_Components{42A13} 27|758r75 771r88 777r88 783r88 789r88
. 795r88 801r88 807r88 813r88 819r88 825r88 831r91 837r91 843r91 849r91 855r91
. 861r91 3701m84
701U15*Make_Snapshot_Of_Color_Map_0 702<9 702<15 702<23 27|737b15 743l9 743t37
. 3701s5
702a9 Reds{42A13} 27|738b9 740r18 741m30 741r30
702a15 Greens{42A13} 27|738b15 741m39 741r39
702a23 Blues{42A13} 27|738b23 741m50 741r50
706U15*Restore_Snapshot_Of_Color_Map_0 707>9 707>15 707>23 27|747b15 751l9
. 751t40
707a9 Reds{42A13} 27|748b9 750r25
707a15 Greens{42A13} 27|748b15 750r31
707a23 Blues{42A13} 27|748b23 750r39
711U15*Restore_Default_Snapshot_Of_Color_Map_0 27|755b15 759l9 759t48
721V14*Reset_Black{integer} 27|769b14 773l9 773t20
723V14*Reset_Red{integer} 27|775b14 779l9 779t18
725V14*Reset_Yellow{integer} 27|781b14 785l9 785t21
727V14*Reset_Green{integer} 27|787b14 791l9 791t20
729V14*Reset_Aquamarine{integer} 27|793b14 797l9 797t25
731V14*Reset_Pink{integer} 27|799b14 803l9 803t19
733V14*Reset_Wheat{integer} 27|805b14 809l9 809t20
735V14*Reset_Grey{integer} 27|811b14 815l9 815t19
737V14*Reset_Brown{integer} 27|817b14 821l9 821t20
739V14*Reset_Blue{integer} 27|823b14 827l9 827t19
741V14*Reset_BlueViolet{integer} 27|829b14 833l9 833t25
743V14*Reset_Cyan{integer} 27|835b14 839l9 839t19
745V14*Reset_Turquoise{integer} 27|841b14 845l9 845t24
747V14*Reset_Magenta{integer} 27|847b14 851l9 851t22
749V14*Reset_Salmon{integer} 27|853b14 857l9 857t21
751V14*Reset_White{integer} 27|859b14 863l9 863t20
756E10*Color_Themes_For_Map_1_Type 757e67 762r51 27|869r51
756n42*Gray{756E10} 27|939r18
756n48*Blue_Green_Red{756E10} 27|656r31 714r31 955r18
756n64*Red_Green_Blue{756E10} 27|971r18
757n9*Red_Cyan_Blue{756E10} 27|987r18
757n24*Blue_Black_Red{756E10} 27|1003r18
757n40*Red_Blue_Green{756E10} 27|1023r18
757n56*Red_Yellow{756E10} 27|1039r18
758E10*Alt_Hue_Path_Type 758e68 1663r27 1692r27 27|2611r27 2681r27
758n32*Alt_Hue_Path_None{758E10} 27|2619r30 2689r30
758n51*Alt_Hue_Path_All{758E10} 27|2615r27 2685r27
762U15*Quick_Set_Color_Map_1 762>37 27|656s9 714s9 869b15 1056l9 1056t30
762e37 Color_Theme{756E10} 27|869b37 938r14
773V14*Mask_Function_No_Mask{integer} 773>36 773>39 774r50 27|1067b14 1070l9
. 1070t30
773f36 x{long_float} 27|1067b36
773f39 y{long_float} 27|1067b39
779U15*Calculate_Contour_Levels 780=9 781>9 781>16 27|596s9 1075b15 1087l9
. 1087t33
780a9 Contour_Levels{28|42A9} 27|1076b9 1082r46 1082r68 1083r18 1084r23 1085m13
781f9 z_Min{long_float} 27|1077b9 1082r26 1085r34
781f16 z_Max{long_float} 27|1077b16 1082r18
792U15*Set_Contour_Label_Format 793>9 794>9 27|1098b15 1103l9 1103t33
793i9 Limit_Exponent{integer} 27|1099b9 1102r31
794i9 Significant_Digits{integer} 27|1100b9 1102r47
799U15*Set_Contour_Label_Parameters 800>9 801>9 802>9 803>9 27|607s9 1108b15
. 1123l9 1123t37
800f9 Label_Offset{long_float} 27|1109b9 1122r30
801f9 Label_Font_Height{long_float} 27|1110b9 1122r44
802f9 Label_Spacing{long_float} 27|1111b9 1122r63
803b9 Labels_Active{boolean} 27|1112b9 1117r12
806i5*Next_Subpage{integer} 27|598r28 657r28 715r28
810U15*Advance_To_Subpage 810>34 27|598s9 657s9 715s9 1128b15 1131l9 1131t27
810i34 Page{natural} 27|1128b34 1130r15
815U15*Draw_Arc 816>9 816>12 816>15 816>18 816>21 816>29 816>37 817>9 27|1136b15
. 1149l9 1149t17
816f9 x{long_float} 27|1137b9 1148r15
816f12 y{long_float} 27|1137b12 1148r18
816f15 a{long_float} 27|1137b15 1148r21
816f18 b{long_float} 27|1137b18 1148r24
816f21 angle1{long_float} 27|1137b21 1148r27
816f29 angle2{long_float} 27|1137b29 1148r35
816f37 rotate{long_float} 27|1137b37 1148r43
817b9 fill{boolean} 27|1138b9 1143r12
822U15*Vector_Plot 823>9 823>12 824>9 825>9 826>9 27|1154b15 1161l9 1161t20
823a9 u{28|43A9} 27|1155b9 1160r35 1160r62 1160r75
823a12 v{28|43A9} 27|1155b12 1160r58
824f9 Scale{long_float} 27|1156b9 1160r88
825p9 Transformation_Procedure_Pointer{29|136P10} 27|1157b9 1160r95
826m9 Transformation_Data_Pointer{48M13} 27|1158b9 1160r129
831U15*Set_Arrow_Style_For_Vector_Plots 832>9 832>21 833>9 27|1166b15 1179l9
. 1179t41
832a9 X_Vertices{28|42A9} 27|1167b9 1178r17 1178r41
832a21 Y_Vertices{28|42A9} 27|1167b21 1178r29
833b9 Fill_Arrow{boolean} 27|1168b9 1173r12
838U15*Set_Arrow_Style_For_Vector_Plots 839>9 839>21 840>9 27|1184b15 1197l9
. 1197t41
839m9 X_Vertices{48M13} 27|1185b9 1196r36
839m21 Y_Vertices{48M13} 27|1185b21 1196r48
840b9 Fill_Arrow{boolean} 27|1186b9 1191r12
845U15*plsvect 27|1203b15 1206l9 1206t16
850U15*Reset_Vector_Arrow_Style 27|1212b15 1215l9 1215t33
856U15*Box_Around_Viewport_With_Origin 857>9 857>19 858>9 859>9 860>9 861>9
. 862>9 863>9 27|1221b15 1234l9 1234t40
857f9 X_Origin{long_float} 27|1222b9 1231r13
857f19 Y_Origin{long_float} 27|1222b19 1231r23
858s9 X_Option_String{string} 27|1223b9 1232r18
859f9 X_Major_Tick_Interval{long_float} 27|1224b9 1232r42
860i9 X_Number_Of_Subintervals{natural} 27|1225b9 1232r65
861s9 Y_Option_String{string} 27|1226b9 1233r18
862f9 Y_Major_Tick_Interval{long_float} 27|1227b9 1233r42
863i9 Y_Number_Of_Subintervals{natural} 27|1228b9 1233r65
868U15*Histogram_Binned 869>9 870>9 871>9 27|1239b15 1245l9 1245t25
869a9 Bin_Values{28|42A9} 27|1240b9 1244r15 1244r34
870a9 Bin_Counts{28|42A9} 27|1241b9 1244r46
871i9 Options{integer} 27|1242b9 1244r58
876U15*Broken_Down_From_Continuous_Time 877<9 877<15 877<22 877<27 877<33
. 878<9 879>9 27|1250b15 1256l9 1256t41
877i9 year{integer} 27|1251b9 1255m17
877i15 month{integer} 27|1251b15 1255m23
877i22 day{integer} 27|1251b22 1255m30
877i27 hour{integer} 27|1251b27 1255m35
877i33 min{integer} 27|1251b33 1255m41
878f9 sec{long_float} 27|1252b9 1255m46
879f9 ctime{long_float} 27|1253b9 1255r51
884U15*Begin_New_Page 27|1261b15 1264l9 1264t23
889U15*Box_Around_Viewport 890>9 891>9 892>9 893>9 894>9 895>9 27|603s9 1269b15
. 1280l9 1280t28
890s9 X_Option_String{string} 27|1270b9 1278r18
891f9 X_Major_Tick_Interval{long_float} 27|1271b9 1278r42
892i9 X_Number_Of_Subintervals{natural} 27|1272b9 1278r65
893s9 Y_Option_String{string} 27|1273b9 1279r18
894f9 Y_Major_Tick_Interval{long_float} 27|1274b9 1279r42
895i9 Y_Number_Of_Subintervals{natural} 27|1275b9 1279r65
897i5*Auto_Subintervals{integer}
902U15*Box_Around_Viewport_3D 903>9 904>9 905>9 906>9 908>9 909>9 910>9 911>9
. 913>9 914>9 915>9 916>9 27|663s9 721s9 1285b15 1305l9 1305t31
903s9 X_Option_String{string} 27|1286b9 1302r18
904s9 X_Label{string} 27|1287b9 1302r47
905f9 X_Major_Tick_Interval{long_float} 27|1288b9 1302r63
906i9 X_Number_Of_Subintervals{natural} 27|1289b9 1302r86
908s9 Y_Option_String{string} 27|1291b9 1303r18
909s9 Y_Label{string} 27|1292b9 1303r47
910f9 Y_Major_Tick_Interval{long_float} 27|1293b9 1303r63
911i9 Y_Number_Of_Subintervals{natural} 27|1294b9 1303r86
913s9 Z_Option_String{string} 27|1296b9 1304r18
914s9 Z_Label{string} 27|1297b9 1304r47
915f9 Z_Major_Tick_Interval{long_float} 27|1298b9 1304r63
916i9 Z_Number_Of_Subintervals{natural} 27|1299b9 1304r86
921U15*World_From_Relative_Coordinates 922>9 922>21 923<9 923<21 924<9 27|1310b15
. 1316l9 1316t40
922f9 x_Relative{299F13} 27|1311b9 1315r22
922f21 y_Relative{299F13} 27|1311b21 1315r34
923f9 x_World{long_float} 27|1312b9 1315m46
923f21 y_World{long_float} 27|1312b21 1315m55
924i9 Last_Window_Index{integer} 27|1313b9 1315m64
929U15*Clear_Current_Subpage 27|1321b15 1324l9 1324t30
934U15*Set_Pen_Color 934>29 27|200s9 206s13 215s13 222s13 229s13 236s13 241s9
. 602s9 604s9 606s9 658s9 716s9 1329b15 1332l9 1332t22
934i29 A_Color{113I13} 27|1329b29 1331r16
939U15*Set_Color_Map_1 939>31 27|1337b15 1340l9 1340t24
939f31 Color{299F13} 27|1337b31 1339r16
945U15*Configure_Time_Transformation 946>9 946>16 946>25 947>9 948>9 949>9
. 949>15 949>22 949>27 949>33 950>9 27|1346b15 1362l9 1362t38
946f9 skale{long_float} 27|1347b9 1360r22
946f16 offset1{long_float} 27|1347b16 1360r29
946f25 offset2{long_float} 27|1347b25 1360r38
947i9 ccontrol{integer} 27|1348b9 1360r47
948b9 ifbtime_offset{boolean} 27|1349b9 1355r12
949i9 year{integer} 27|1350b9 1361r40
949i15 month{integer} 27|1350b15 1361r46
949i22 day{integer} 27|1350b22 1361r53
949i27 hour{integer} 27|1350b27 1361r58
949i33 min{integer} 27|1350b33 1361r64
950f9 sec{long_float} 27|1351b9 1361r69
957U15*Contour_Plot 958>9 959>9 959>22 960>9 960>22 961>9 962>9 963>9 27|608s9
. 1369b15 1381l9 1381t21
958a9 z{28|43A9} 27|1370b9 1377r35 1377r39 1377r52
959i9 x_Min_Index{integer} 27|1371b9 1378r13
959i22 x_Max_Index{integer} 27|1371b22 1378r26
960i9 y_Min_Index{integer} 27|1372b9 1378r39
960i22 y_Max_Index{integer} 27|1372b22 1378r52
961a9 Contour_Levels{28|42A9} 27|1373b9 1378r65 1379r13
962p9 Transformation_Procedure_Pointer{29|136P10} 27|1374b9 1379r36
963m9 Transformation_Data_Pointer{48M13} 27|1375b9 1380r13
979U15*Contour_Plot_Irregular_Data 980>9 981>9 982>9 982>22 983>9 983>22
. 984>9 985>9 986>9 27|1398b15 1421l9 1421t36
980p9 Function_Evaluator_Pointer{29|179P10} 27|1399b9 1416r17
981a9 Irregular_Data{28|43A9} 27|1400b9 1414r40 1417r13 1417r39
982i9 x_Min_Index{integer} 27|1401b9 1418r13
982i22 x_Max_Index{integer} 27|1401b22 1418r26
983i9 y_Min_Index{integer} 27|1402b9 1418r39
983i22 y_Max_Index{integer} 27|1402b22 1418r52
984a9 Contour_Levels{28|42A9} 27|1403b9 1419r13 1419r29
985p9 Transformation_Procedure_Pointer{29|136P10} 27|1404b9 1420r13
986r9 Transformation_Data{50R13} 27|1405b9 1413r40
991U15*Copy_State_Parameters 992>9 993>9 27|1426b15 1439l9 1439t30
992i9 Stream_ID{integer} 27|1427b9 1438r18
993b9 Do_Not_Copy_Device_Coordinates{boolean} 27|1428b9 1433r12
998U15*Continuous_From_Broken_Down_Time 999>9 999>15 999>22 999>27 999>33
. 1000>9 1001<9 27|1444b15 1450l9 1450t41
999i9 year{integer} 27|1445b9 1449r17
999i15 month{integer} 27|1445b15 1449r23
999i22 day{integer} 27|1445b22 1449r30
999i27 hour{integer} 27|1445b27 1449r35
999i33 min{integer} 27|1445b33 1449r41
1000f9 sec{long_float} 27|1446b9 1449r46
1001f9 ctime{long_float} 27|1447b9 1449m51
1007U15*pldid2pc_Placeholder 27|1457b15 1460l9 1460t29
1013U15*pldip2dc_Placeholder 27|1467b15 1470l9 1470t29
1018U15*End_PLplot 27|1475b15 1478l9 1478t19
1023U15*End_PLplot_Current_Stream 27|1483b15 1486l9 1486t34
1028U15*Set_Environment 1029>9 1029>16 1029>23 1029>30 1030>9 1031>9 27|202s9
. 1491b15 1497l9 1497t24
1029f9 x_Min{long_float} 27|1492b9 1496r15
1029f16 x_Max{long_float} 27|1492b16 1496r22
1029f23 y_Min{long_float} 27|1492b23 1496r29
1029f30 y_Max{long_float} 27|1492b30 1496r36
1030i9 Justification{242I13} 27|1493b9 1496r43
1031i9 Axis_Style{249I13} 27|1494b9 1496r58
1037U15*Set_Environment_Clear_Subpage 1038>9 1038>16 1038>23 1038>30 1039>9
. 1040>9 27|1503b15 1509l9 1509t38
1038f9 x_Min{long_float} 27|1504b9 1508r16
1038f16 x_Max{long_float} 27|1504b16 1508r23
1038f23 y_Min{long_float} 27|1504b23 1508r30
1038f30 y_Max{long_float} 27|1504b30 1508r37
1039i9 Justification{242I13} 27|1505b9 1508r44
1040i9 Axis_Style{249I13} 27|1506b9 1508r59
1045U15*Eject_Current_Page 27|1514b15 1517l9 1517t27
1050U15*Draw_Error_Bars_X 1050>33 1050>40 1050>47 27|1522b15 1525l9 1525t26
1050a33 x_Min{28|42A9} 27|1522b33 1524r16 1524r30
1050a40 x_Max{28|42A9} 27|1522b40 1524r37
1050a47 y{28|42A9} 27|1522b47 1524r44
1055U15*Draw_Error_Bars_Y 1055>33 1055>36 1055>43 27|1530b15 1533l9 1533t26
1055a33 x{28|42A9} 27|1530b33 1532r30
1055a36 y_Min{28|42A9} 27|1530b36 1532r16 1532r33
1055a43 y_Max{28|42A9} 27|1530b43 1532r40
1060U15*Next_Family_File_On_New_Page 27|1538b15 1541l9 1541t37
1070U15*Fill_Polygon 1070>28 1070>31 27|1551b15 1554l9 1554t21
1070a28 x{28|42A9} 27|1551b28 1553r16 1553r26
1070a31 y{28|42A9} 27|1551b31 1553r29
1075U15*Fill_Polygon_3D 1075>32 1075>35 1075>38 27|1559b15 1562l9 1562t24
1075a32 x{28|42A9} 27|1559b32 1561r17 1561r27
1075a35 y{28|42A9} 27|1559b35 1561r30
1075a38 z{28|42A9} 27|1559b38 1561r33
1080U15*Flush_Output_Stream 27|1567b15 1570l9 1570t28
1085U15*Set_Font_Style 1085>30 27|1575b15 1578l9 1578t23
1085i30 Font_Style{305I13} 27|1575b30 1577r16
1090U15*Set_Characer_Set 1090>32 27|1583b15 1586l9 1586t25
1090i32 Character_Set{313I13} 27|1583b32 1585r18
1095U15*Get_Character_Height 1095<36 1095<52 27|1591b15 1594l9 1594t29
1095f36 Default_Height{long_float} 27|1591b36 1593m16
1095f52 Current_Height{long_float} 27|1591b52 1593m32
1100U15*Get_Color_RGB 1101>9 1102<9 1102<24 1102<41 27|741s13 1599b15 1604l9
. 1604t22
1101i9 Color_Index{integer} 27|1600b9 1603r17
1102i9 Red_Component{integer} 27|1601b9 1603m30
1102i24 Green_Component{integer} 27|1601b24 1603m45
1102i41 Blue_Component{integer} 27|1601b41 1603m62
1107U15*Get_Color_RGB_And_Alpha 1108>9 1109<9 1109<24 1109<41 1110<9 27|1609b15
. 1615l9 1615t32
1108i9 Color_Index{integer} 27|1610b9 1614r18
1109i9 Red_Component{integer} 27|1611b9 1614m31
1109i24 Green_Component{integer} 27|1611b24 1614m46
1109i41 Blue_Component{integer} 27|1611b41 1614m63
1110f9 Alpha{299F13} 27|1612b9 1614m79
1115U15*Get_Background_Color_RGB 1116<9 1116<24 1116<41 27|1619b15 1623l9
. 1623t33
1116i9 Red_Component{integer} 27|1620b9 1622m18
1116i24 Green_Component{integer} 27|1620b24 1622m33
1116i41 Blue_Component{integer} 27|1620b41 1622m50
1121U15*Get_Background_Color_RGB_And_Alpha 1122<9 1122<24 1122<41 1123<9
. 27|1628b15 1634t8
1122i9 Red_Component{integer} 27|1629b9 1632m19
1122i24 Green_Component{integer} 27|1629b24 1632m34
1122i41 Blue_Component{integer} 27|1629b41 1632m51
1123f9 Alpha{299F13} 27|1630b9 1633m13
1128U15*Get_Compression_Level 1128<37 27|1639b15 1642l9 1642t30
1128i37 Compression_Level{integer} 27|1639b37 1641m24
1139V14*Get_Device_Name{string} 27|1653b14 1658l9 1658t24
1144U15*Get_Device_Window_Parameters 1145<9 1146<9 1147<9 1148<9 27|1663b15
. 1670l9 1670t37
1145f9 Relative_Margin_Width{long_float} 27|1664b9 1669m18
1146f9 Aspect_Ratio{long_float} 27|1665b9 1669m41
1147f9 x_Justification{long_float} 27|1666b9 1669m55
1148f9 y_Justification{long_float} 27|1667b9 1669m72
1153U15*Get_Plot_Orientation 1153<36 27|1675b15 1678l9 1678t29
1153f36 Rotation{long_float} 27|1675b36 1677m18
1158U15*Get_Device_Window_Extrema 1159<9 1160<9 1161<9 1162<9 27|1683b15
. 1690l9 1690t34
1159f9 x_Min{long_float} 27|1684b9 1689m18
1160f9 y_Min{long_float} 27|1685b9 1689m25
1161f9 x_Max{long_float} 27|1686b9 1689m32
1162f9 y_Max{long_float} 27|1687b9 1689m39
1167U15*Get_Font_Characterization_Integer 1167<49 27|1695b15 1698l9 1698t42
1167m49 Font_Characterization_Integer{55M13} 27|1695b49 1697m16
1172U15*Get_Font 1172<24 1172<32 1172<39 27|1703b15 1706t8
1172i24 Family{integer} 27|1703b24 1705m17
1172i32 Style{integer} 27|1703b32 1705m25
1172i39 Weight{integer} 27|1703b39 1705m32
1177U15*Get_File_Family_Parameters 1178<9 1179<9 1180<9 27|1711b15 1725l9
. 1725t35
1178b9 Family_Enabled{boolean} 27|1712b9 1721m13 1723m13
1179i9 Family_File_Number{integer} 27|1713b9 1719m35
1180i9 Maximum_File_Size{integer} 27|1714b9 1719m55
1191V14*Get_Output_File_Name{string} 27|1736b14 1741l9 1741t29
1196U15*Get_Run_Level 1196<29 27|1746b15 1749l9 1749t22
1196i29 Run_Level{integer} 27|1746b29 1748m18
1201U15*Get_Page_Parameters 1202<9 1202<19 1203<9 1203<24 1204<9 1204<24
. 27|1754b15 1760l9 1760t28
1202f9 x_Pixels{long_float} 27|1755b9 1759m17
1202f19 y_Pixels{long_float} 27|1755b19 1759m27
1203i9 x_Page_Length{integer} 27|1756b9 1759m37
1203i24 y_Page_Length{integer} 27|1756b24 1759m52
1204i9 x_Page_Offset{integer} 27|1757b9 1759m67
1204i24 y_Page_Offset{integer} 27|1757b24 1759m82
1209U15*Use_Graphics_Mode 27|1765b15 1768l9 1768t26
1214U15*Fill_Polygon_Gradient 1214>37 1214>40 1214>57 27|1773b15 1776l9 1776t30
1214a37 x{28|42A9} 27|1773b37 1775r20 1775r30
1214a40 y{28|42A9} 27|1773b40 1775r33
1214f57 Angle{long_float} 27|1773b57 1775r36
1219U15*Grid_Data 1220>9 1220>12 1220>15 1221>9 1221>17 1222=9 1223>9 1224>9
. 27|1781b15 1793l9 1793t18
1220a9 x{28|42A9} 27|1782b9 1791r20 1791r29
1220a12 y{28|42A9} 27|1782b12 1791r23
1220a15 z{28|42A9} 27|1782b15 1791r26
1221a9 x_Grid{28|42A9} 27|1783b9 1791r39 1791r47
1221a17 y_Grid{28|42A9} 27|1783b17 1791r62 1791r70
1222a9 z_Gridded{28|43A9} 27|1784b9 1792r32
1223i9 Gridding_Algorithm{379I13} 27|1785b9 1792r44
1224f9 Griding_Algorithm_Data{long_float} 27|1786b9 1792r64
1230U15*Get_Subpage_Boundaries 1231<9 1231<20 1231<32 1231<45 27|1799b15
. 1803l9 1803t31
1231f9 Left_Edge{long_float} 27|1800b9 1802m16
1231f20 Right_Edge{long_float} 27|1800b20 1802m27
1231f32 Bottom_Edge{long_float} 27|1800b32 1802m39
1231f45 Top_Edge{long_float} 27|1800b45 1802m52
1236U15*Get_Stream_Number 1236<33 27|1808b15 1811l9 1811t26
1236i33 Stream_Number{integer} 27|1808b33 1810m17
1247V14*Get_Version_Number{string} 27|1822b14 1827l9 1827t27
1251U15*Get_Viewport_Normalized 1251<39 1251<46 1251<53 1251<60 27|1832b15
. 1835l9 1835t32
1251f39 x_Min{long_float} 27|1832b39 1834m16
1251f46 x_Max{long_float} 27|1832b46 1834m23
1251f53 y_Min{long_float} 27|1832b53 1834m30
1251f60 y_Max{long_float} 27|1832b60 1834m37
1256U15*Get_Viewport_World 1256<34 1256<41 1256<48 1256<55 27|1840b15 1843l9
. 1843t27
1256f34 x_Min{long_float} 27|1840b34 1842m16
1256f41 x_Max{long_float} 27|1840b41 1842m23
1256f48 y_Min{long_float} 27|1840b48 1842m30
1256f55 y_Max{long_float} 27|1840b55 1842m37
1261U15*Get_X_Label_Parameters 1261<38 1261<50 27|1848b15 1851l9 1851t31
1261i38 Max_Digits{integer} 27|1848b38 1850m16
1261i50 Actual_Digits{integer} 27|1848b50 1850m28
1266U15*Get_Y_Label_Parameters 1266<38 1266<50 27|1856b15 1859l9 1859t31
1266i38 Max_Digits{integer} 27|1856b38 1858m16
1266i50 Actual_Digits{integer} 27|1856b50 1858m28
1271U15*Get_Z_Label_Parameters 1271<38 1271<50 27|1864b15 1867l9 1867t31
1271i38 Max_Digits{integer} 27|1864b38 1866m16
1271i50 Actual_Digits{integer} 27|1864b50 1866m28
1276U15*Histogram_Unbinned 1277>9 1278>9 1279>9 1280>9 1281>9 27|1872b15
. 1881l9 1881t27
1277a9 Data{28|42A9} 27|1873b9 1880r13 1880r26
1278f9 Data_Min{long_float} 27|1874b9 1880r32
1279f9 Data_Max{long_float} 27|1875b9 1880r42
1280i9 Number_Of_Bins{positive} 27|1876b9 1880r52
1281i9 Options{integer} 27|1877b9 1880r68
1294U15*HLS_To_RGB 1295>9 1296>9 1297>9 1298<9 1299<9 1300<9 27|1897b15 1906l9
. 1906t19
1295f9 Hue_Component{long_float} 27|1898b9 1905r18
1296f9 Lightness_Component{299F13} 27|1899b9 1905r33
1297f9 Saturation_Component{299F13} 27|1900b9 1905r54
1298f9 Red_Component{299F13} 27|1901b9 1905m76
1299f9 Green_Component{299F13} 27|1902b9 1905m91
1300f9 Blue_Component{299F13} 27|1903b9 1905m108
1307U15*Initialize_PLplot 27|1913b15 1916l9 1916t26
1312U15*Draw_Line 1312>25 1312>29 1312>33 1312>37 27|1921b15 1924l9 1924t18
1312f25 x1{long_float} 27|1921b25 1923r16
1312f29 y1{long_float} 27|1921b29 1923r20
1312f33 x2{long_float} 27|1921b33 1923r24
1312f37 y2{long_float} 27|1921b37 1923r28
1317U15*Write_Labels 1317>28 1317>37 1317>46 27|205s13 214s13 221s13 228s13
. 235s13 605s9 1929b15 1932l9 1932t21
1317s28 X_Label{string} 27|1929b28 1931r20
1317s37 Y_Label{string} 27|1929b37 1931r41
1317s46 Title_Label{string} 27|1929b46 1931r62
1327U15*Create_Legend 1328<9 1328<23 1329>9 1329>18 1330>9 1330>19 1331>9
. 1332>9 1332>27 1333>9 1334>9 1334>22 1335>9 1336>9 1336>22 1336>34 1337>9
. 1338>9 1339>9 1340>9 1340>21 1341>9 1342>9 1343>9 1343>22 1344>9 1345>9
. 1346>9 1347>9 1348>9 27|1942b15 2033l9 2033t22
1328f9 Legend_Width{long_float} 27|1943b9 2026m18
1328f23 Legend_Height{long_float} 27|1943b23 2026m32
1329i9 Options{integer} 27|1944b9 2026r47
1329i18 Position{integer} 27|1944b18 2026r56
1330f9 X_Offset{long_float} 27|1945b9 2027r13
1330f19 Y_Offset{long_float} 27|1945b19 2027r23
1331f9 Plot_Area_Width{long_float} 27|1946b9 2027r33
1332i9 Background_Color{113I13} 27|1947b9 2027r50
1332i27 Bounding_Box_Color{113I13} 27|1947b27 2027r68
1333i9 Bounding_Box_Style{136I13} 27|1948b9 2028r13
1334i9 Number_Rows{integer} 27|1949b9 2028r33
1334i22 Number_Columns{integer} 27|1949b22 2028r46
1335a9 Entry_Options{42A13} 27|1950b9 1973r14 2029r13
1336f9 Text_Offset{long_float} 27|1951b9 2029r28
1336f22 Text_Scale{long_float} 27|1951b22 2029r41
1336f34 Text_Spacing{long_float} 27|1951b34 2029r53
1337f9 Text_Justification{long_float} 27|1952b9 2029r67
1338a9 Text_Colors{42A13} 27|1953b9 1974r17 2030r13
1339a9 Label_Text{160A10} 27|1954b9 1965r37 1967r60 1968r40 1970r45 1974r44
. 1985r18 1988r23 1991r37 1993r32
1340a9 Box_Colors{42A13} 27|1955b9 1974r70 2030r41
1340a21 Box_Patterns{42A13} 27|1955b21 1975r18 2030r53
1341a9 Box_Scales{28|42A9} 27|1956b9 1975r46 2030r67
1342a9 Box_Line_Widths{28|42A9} 27|1957b9 1976r18 2031r13
1343a9 Line_Colors{42A13} 27|1958b9 1976r49 2031r30
1343a22 Line_Styles{42A13} 27|1958b22 1976r76 2031r43
1344a9 Line_Widths{28|42A9} 27|1959b9 1977r18 2031r56
1345a9 Symbol_Colors{42A13} 27|1960b9 1977r45 2031r69
1346a9 Symbol_Scales{28|42A9} 27|1961b9 1977r74 2032r13
1347a9 Symbol_Numbers{42A13} 27|1962b9 1978r18 2032r28
1348a9 Symbols{160A10} 27|1963b9 1969r40 1978r48 2006r18 2009r23 2012r37
. 2014r32
1353U15*Create_Colorbar 1354<10 1354<26 1355>10 1355>19 1356>10 1356>20 1357>10
. 1357>20 1358>10 1358>28 1359>10 1360>10 1360>25 1361>10 1362>10 1363>10
. 1364>10 1365>10 1366>10 1367>10 1368>10 1369>10 27|2038b15 2127l9 2127t24
1354f10 Colorbar_Width{long_float} 27|2039b9 2122m32
1354f26 Colorbar_Height{long_float} 27|2039b25 2122m48
1355i10 Options{integer} 27|2040b9 2122r65
1355i19 Position{integer} 27|2040b18 2122r74
1356f10 X_Offset{long_float} 27|2041b9 2122r84
1356f20 Y_Offset{long_float} 27|2041b19 2123r13
1357f10 X_Length{long_float} 27|2042b9 2123r23
1357f20 Y_Length{long_float} 27|2042b19 2123r33
1358i10 Background_Color{113I13} 27|2043b9 2123r43
1358i28 Bounding_Box_Color{113I13} 27|2043b27 2123r61
1359i10 Bounding_Box_Style{136I13} 27|2044b9 2123r81
1360f10 Low_Cap_Color{long_float} 27|2045b9 2124r13
1360f25 High_Cap_Color{long_float} 27|2045b24 2124r28
1361i10 Contour_Color_For_Shade{113I13} 27|2046b9 2124r44
1362f10 Contour_Width_For_Shade{long_float} 27|2047b9 2124r69
1363a10 Label_Options{42A13} 27|2048b9 2056r36 2125r28
1364a10 Label_Text{160A10} 27|2049b9 2058r48 2059r40 2062r45 2066r29 2076r18
. 2079r23 2082r37 2084r32
1365a10 Axis_Options{160A10} 27|2050b9 2057r34 2060r50 2061r46 2097r18 2100r23
. 2103r37 2105r32
1366a10 Tick_Spacing{28|42A9} 27|2051b9 2069r27 2126r30
1367a10 Number_Subticks{42A13} 27|2052b9 2069r65 2126r44
1368a10 Number_Values{42A13} 27|2053b9 2126r61
1369a10 Values{28|43A9} 27|2054b9 2063r46 2070r31 2121r66
1374U15*Set_Light_Source 1375>9 1376>9 1377>9 27|2132b15 2138l9 2138t25
1375f9 x{long_float} 27|2133b9 2137r23
1376f9 y{long_float} 27|2134b9 2137r26
1377f9 z{long_float} 27|2135b9 2137r29
1382U15*Draw_Curve 1382>26 1382>29 27|208s13 217s13 224s13 231s13 238s13
. 2143b15 2146l9 2146t19
1382a26 x{28|42A9} 27|2143b26 2145r16 2145r26
1382a29 y{28|42A9} 27|2143b29 2145r29
1387U15*Draw_Curve_3D 1387>29 1387>32 1387>35 27|2151b15 2154l9 2154t22
1387a29 x{28|42A9} 27|2151b29 2153r17 2153r27
1387a32 y{28|42A9} 27|2151b32 2153r30
1387a35 z{28|42A9} 27|2151b35 2153r33
1392U15*Select_Line_Style 1392>33 27|207s13 216s13 223s13 230s13 237s13 243s9
. 2159b15 2162l9 2162t26
1392i33 Line_Style{136I13} 27|2159b33 2161r16
1401U15*Draw_Map 1402>9 1403>9 1404>9 1404>28 1405>9 1405>28 27|2171b15 2201l9
. 2201t17
1402p9 Map_Form_Function_Pointer{80P13} 27|2172b9 2199r15
1403e9 Map_Kind{362E10} 27|2173b9 2180r14
1404f9 Minimum_Longitude{long_float} 27|2174b9 2200r13
1404f28 Maximum_Longitude{long_float} 27|2174b28 2200r32
1405f9 Minimum_Latitude{long_float} 27|2175b9 2200r51
1405f28 Maximum_Latitude{long_float} 27|2175b28 2200r69
1412U15*Draw_Latitude_Longitude 1413>9 1414>9 1414>26 1415>9 1415>28 1416>9
. 1416>28 27|2208b15 2216l9 2216t32
1413p9 Map_Form_Function_Pointer{80P13} 27|2209b9 2214r21
1414f9 Delta_Longitude{long_float} 27|2210b9 2214r48
1414f26 Delta_Latitude{long_float} 27|2210b26 2214r65
1415f9 Minimum_Longitude{long_float} 27|2211b9 2215r13
1415f28 Maximum_Longitude{long_float} 27|2211b28 2215r32
1416f9 Minimum_Latitude{long_float} 27|2212b9 2215r51
1416f28 Maximum_Latitude{long_float} 27|2212b28 2215r69
1421U15*Mesh_3D 1422>9 1422>12 1423>9 1424>9 27|666s9 724s9 2221b15 2227l9
. 2227t16
1422a9 x{28|42A9} 27|2222b9 2226r16 2226r45
1422a12 y{28|42A9} 27|2222b12 2226r19 2226r55
1423a9 z{28|43A9} 27|2223b9 2226r41
1424i9 Options{integer} 27|2224b9 2226r65
1428U15*Mesh_3D_Base_Contour 1429>9 1429>12 1430>9 1431>9 1432>9 27|2232b15
. 2239l9 2239t29
1429a9 x{28|42A9} 27|2233b9 2238r17 2238r46
1429a12 y{28|42A9} 27|2233b12 2238r20 2238r56
1430a9 z{28|43A9} 27|2234b9 2238r42
1431i9 Options{integer} 27|2235b9 2238r66
1432a9 Contour_Levels{28|42A9} 27|2236b9 2238r75 2238r91
1437U15*Make_Stream 1437<27 27|2244b15 2247l9 2247t20
1437i27 New_Stream_Number{integer} 27|2244b27 2246m18
1442U15*Write_Text_Viewport 1443>9 1444>9 1445>9 1446>9 1447>9 27|2252b15
. 2260l9 2260t28
1443s9 Side{string} 27|2253b9 2259r21
1444f9 Position_From_Edge{long_float} 27|2254b9 2259r34
1445f9 Position_Along_Edge{long_float} 27|2255b9 2259r54
1446f9 Justification{long_float} 27|2256b9 2259r75
1447s9 The_Text{string} 27|2257b9 2259r95
1452U15*Write_Text_Viewport_3D 1453>9 1454>9 1455>9 1456>9 1457>9 27|2265b15
. 2273l9 2273t31
1453s9 Side{string} 27|2266b9 2272r22
1454f9 Position_From_Edge{long_float} 27|2267b9 2272r35
1455f9 Position_Along_Edge{long_float} 27|2268b9 2272r55
1456f9 Justification{long_float} 27|2269b9 2272r76
1457s9 The_Text{string} 27|2270b9 2272r96
1462U15*Plot_3D 1463>9 1463>12 1464>9 1465>9 1466>9 27|2278b15 2293l9 2293t16
1463a9 x{28|42A9} 27|2279b9 2292r16 2292r45
1463a12 y{28|42A9} 27|2279b12 2292r19 2292r55
1464a9 z{28|43A9} 27|2280b9 2292r41
1465i9 Options{integer} 27|2281b9 2292r65
1466b9 Sides{boolean} 27|2282b9 2287r12
1471U15*Plot_3D_Base_Contour 1472>9 1472>12 1473>9 1474>9 1475>9 27|2298b15
. 2305l9 2305t29
1472a9 x{28|42A9} 27|2299b9 2304r17 2304r46
1472a12 y{28|42A9} 27|2299b12 2304r20 2304r56
1473a9 z{28|43A9} 27|2300b9 2304r42
1474i9 Options{integer} 27|2301b9 2304r66
1475a9 Contour_Levels{28|42A9} 27|2302b9 2304r75 2304r91
1481U15*Plot_3D_Base_Contour_Limits 1482>9 1482>12 1483>9 1484>9 1485>9 1486>9
. 1486>18 1487>9 1487>20 27|2312b15 2321l9 2321t36
1482a9 x{28|42A9} 27|2313b9 2320r18 2320r47
1482a12 y{28|42A9} 27|2313b12 2320r21 2320r57
1483a9 z{28|43A9} 27|2314b9 2320r43
1484i9 Options{integer} 27|2315b9 2320r67
1485a9 Contour_Levels{28|42A9} 27|2316b9 2320r76 2320r92
1486i9 ixstart{integer} 27|2317b9 2320r115
1486i18 ixn{integer} 27|2317b18 2320r124
1487a9 indexymin{42A13} 27|2318b9 2320r129
1487a20 indexymax{42A13} 27|2318b20 2320r140
1503U15*Set_Fill_Pattern 1504>9 1505>9 27|2326b15 2331l9 2331t25
1504a9 Inclinations{42A13} 27|2327b9 2330r15 2330r36
1505a9 Spacings{42A13} 27|2328b9 2330r50
1509U15*Draw_Line_With_Transform 1510>9 1511>9 1511>13 1511>17 1511>21 27|2335b15
. 2340l9 2340t33
1510i9 Num_Segments{integer} 27|2336b9 2339r16
1511f9 x1{long_float} 27|2337b9 2339r30
1511f13 y1{long_float} 27|2337b13 2339r34
1511f17 x2{long_float} 27|2337b17 2339r38
1511f21 y2{long_float} 27|2337b21 2339r42
1516U15*Draw_Points 1517>9 1517>12 1518>9 27|2345b15 2350l9 2350t20
1517a9 x{28|42A9} 27|2346b9 2349r16 2349r26
1517a12 y{28|42A9} 27|2346b12 2349r29
1518i9 Symbol_As_Number{integer} 27|2347b9 2349r32
1523U15*Draw_Points_3D 1524>9 1524>12 1524>15 1525>9 27|2356b15 2361l9 2361t23
1524a9 x{28|42A9} 27|2357b9 2360r17 2360r27
1524a12 y{28|42A9} 27|2357b12 2360r30
1524a15 z{28|42A9} 27|2357b15 2360r33
1525i9 Symbol_As_Number{integer} 27|2358b9 2360r36
1530U15*Draw_Polygon_3D 1531>9 1531>12 1531>15 1532>9 1533>9 27|2366b15 2389l9
. 2389t24
1531a9 x{28|42A9} 27|2367b9 2388r17 2388r27
1531a12 y{28|42A9} 27|2367b12 2388r30
1531a15 z{28|42A9} 27|2367b15 2388r33
1532a9 Draw_Segments{41A13} 27|2368b9 2371r42 2381r22 2382r16
1533b9 Draw_Counterclockwise{boolean} 27|2369b9 2375r12
1538U15*Set_Numeric_Label_Precision 1539>9 1540>9 27|2394b15 2403l9 2403t36
1539b9 Set_Manually{boolean} 27|2395b9 2398r12
1540i9 Number_Digits_After_Decimal_Point{integer} 27|2396b9 2399r23 2401r23
1545U15*Select_Fill_Pattern 1545>35 27|2408b15 2411l9 2411t28
1545i35 Fill_Pattern{324I13} 27|2408b35 2410r16
1550U15*Write_Text_World 1551>9 1551>12 1552>9 1552>18 1553>9 1554>9 27|2416b15
. 2423l9 2423t25
1551f9 x{long_float} 27|2417b9 2422r16
1551f12 y{long_float} 27|2417b12 2422r19
1552f9 Delta_X{long_float} 27|2418b9 2422r22
1552f18 Delta_Y{long_float} 27|2418b18 2422r31
1553f9 Justification{long_float} 27|2419b9 2422r40
1554s9 The_Text{string} 27|2420b9 2422r60
1559U15*Write_Text_World_3D 1560>9 1560>12 1560>15 1561>9 1561>18 1561>27
. 1562>9 1562>18 1562>27 1563>9 1564>9 27|2428b15 2437l9 2437t28
1560f9 x{long_float} 27|2429b9 2435r17
1560f12 y{long_float} 27|2429b12 2435r20
1560f15 z{long_float} 27|2429b15 2435r23
1561f9 Delta_X{long_float} 27|2430b9 2435r26
1561f18 Delta_Y{long_float} 27|2430b18 2435r35
1561f27 Delta_Z{long_float} 27|2430b27 2435r44
1562f9 Shear_X{long_float} 27|2431b9 2435r53
1562f18 Shear_Y{long_float} 27|2431b18 2435r62
1562f27 Shear_Z{long_float} 27|2431b27 2435r71
1563f9 Justification{long_float} 27|2432b9 2436r13
1564s9 The_Text{string} 27|2433b9 2436r33
1570V14*Random_Number{long_float} 27|2443b14 2446l9 2446t22
1575U15*Replot 27|2451b15 2454l9 2454t15
1590U15*RGB_To_HLS 1591>9 1592>9 1593>9 1594<9 1595<9 1596<9 27|2476b15 2485l9
. 2485t19
1591f9 Red_Component{299F13} 27|2477b9 2484r18
1592f9 Green_Component{299F13} 27|2478b9 2484r33
1593f9 Blue_Component{299F13} 27|2479b9 2484r50
1594f9 Hue_Component{long_float} 27|2480b9 2484m66
1595f9 Lightness_Component{299F13} 27|2481b9 2484m81
1596f9 Saturation_Component{299F13} 27|2482b9 2484m102
1601U15*Set_Character_Height 1601>36 1601>52 27|2490b15 2493l9 2493t29
1601f36 Default_Height{long_float} 27|2490b36 2492r16
1601f52 Scale_Factor{long_float} 27|2490b52 2492r32
1608U15*Set_Color_Map_0 1608>31 1608>47 1608>65 27|750s9 758s9 2500b15 2503l9
. 2503t24
1608a31 Red_Components{42A13} 27|2500b31 2502r18 2502r69
1608a47 Green_Components{42A13} 27|2500b47 2502r34
1608a65 Blue_Components{42A13} 27|2500b65 2502r52
1613U15*Set_Color_Map_0_And_Alpha 1614>9 1614>25 1614>43 1615>9 27|2508b15
. 2513l9 2513t34
1614a9 Red_Components{42A13} 27|2509b9 2512r19 2512r77
1614a25 Green_Components{42A13} 27|2509b25 2512r35
1614a43 Blue_Components{42A13} 27|2509b43 2512r53
1615a9 Alpha{28|42A9} 27|2510b9 2512r70
1620U15*Set_Number_Of_Colors_Map_0 1620>42 27|757s9 2518b15 2521l9 2521t35
1620i42 Number_Of_Colors{integer} 27|2518b42 2520r19
1625U15*Set_Color_Map_1_RGB 1626>9 1626>24 1626>41 27|2526b15 2538l9 2538t28
1626a9 Red_Component{296A10} 27|2527b9 2529r83 2532r18 2533r38
1626a24 Green_Component{296A10} 27|2527b24 2534r38
1626a41 Blue_Component{296A10} 27|2527b41 2535r38
1631U15*Set_Color_Map_1_RGB_And_Alpha 1632>9 1632>24 1632>41 1633>9 27|2543b15
. 2556l9 2556t38
1632a9 Red_Component{296A10} 27|2544b9 2547r83 2550r18 2551r38
1632a24 Green_Component{296A10} 27|2544b24 2552r38
1632a41 Blue_Component{296A10} 27|2544b41 2553r38
1633a9 Alpha{28|42A9} 27|2545b9 2555r76
1637E10*Color_Model_Type 1637e40 1644r26 1657r26 1671r26 1686r26 27|2563r26
. 2605r26 2633r26 2675r26
1637n31*HLS{1637E10} 27|953r47 1001r47 1021r47 1037r47 1053r47
1637n36*RGB{1637E10} 27|969r47 985r47 2581r26 2651r26
1643U15*Set_Color_Map_1_Piecewise 1644>9 1645>9 1646>9 1647>9 1648>9 1649>9
. 27|953s21 969s21 985s21 1001s21 1021s21 1037s21 1053s21 2562b15 2596l9
. 2596t34 2624s9
1644e9 Color_Model{1637E10} 27|2563b9 2581r12
1645a9 Control_Points{28|42A9} 27|2564b9 2575r13 2575r55 2576r13 2576r55
. 2595r35 2595r58
1646a9 H_Or_R{28|42A9} 27|2565b9 2575r38 2595r74
1647a9 L_Or_G{28|42A9} 27|2567b9 2575r80 2595r82
1648a9 S_Or_B{28|42A9} 27|2568b9 2576r38 2595r90
1649a9 Alt_Hue_Path{41A13} 27|2569b9 2571r42 2576r80 2587r18 2588r16
1656U15*Set_Color_Map_1_Piecewise 1657>9 1658>9 1659>9 1661>9 1662>9 1663>9
. 27|2604b15 2625l9 2625t34
1657e9 Color_Model{1637E10} 27|2605b9 2624r35
1658a9 Control_Points{28|42A9} 27|2606b9 2613r47 2624r48
1659a9 H_Or_R{28|42A9} 27|2607b9 2624r64
1661a9 L_Or_G{28|42A9} 27|2609b9 2624r72
1662a9 S_Or_B{28|42A9} 27|2610b9 2624r80
1663e9 Alt_Hue_Path{758E10} 27|2611b9 2615r12 2619r15
1670U15*Set_Color_Map_1_Piecewise_And_Alpha 1671>9 1672>9 1673>9 1674>9 1675>9
. 1676>9 1677>9 27|2632b15 2666l9 2666t44 2694s9
1671e9 Color_Model{1637E10} 27|2633b9 2651r12
1672a9 Control_Points{28|42A9} 27|2634b9 2645r13 2645r55 2646r13 2646r55
. 2665r36 2665r59
1673a9 H_Or_R{28|42A9} 27|2635b9 2645r38 2665r75
1674a9 L_Or_G{28|42A9} 27|2636b9 2645r80 2665r83
1675a9 S_Or_B{28|42A9} 27|2637b9 2646r38 2665r91
1676a9 Alpha{28|42A9} 27|2638b9 2665r99
1677a9 Alt_Hue_Path{41A13} 27|2639b9 2641r42 2646r80 2657r18 2658r16
1685U15*Set_Color_Map_1_Piecewise_And_Alpha 1686>9 1687>9 1688>9 1689>9 1690>9
. 1691>9 1692>9 27|2674b15 2695l9 2695t44
1686e9 Color_Model{1637E10} 27|2675b9 2694r45
1687a9 Control_Points{28|42A9} 27|2676b9 2683r47 2694r58
1688a9 H_Or_R{28|42A9} 27|2677b9 2694r74
1689a9 L_Or_G{28|42A9} 27|2678b9 2694r82
1690a9 S_Or_B{28|42A9} 27|2679b9 2694r90
1691a9 Alpha{28|42A9} 27|2680b9 2694r98
1692e9 Alt_Hue_Path{758E10} 27|2681b9 2685r12 2689r15
1697U15*Set_Number_Of_Colors_In_Color_Map_1 1697>51 27|880s9 2700b15 2703l9
. 2703t44
1697i51 Number_Of_Colors{integer} 27|2700b51 2702r19
1702U15*Set_Color_Map_1_Range 1702>37 1702>48 27|2708b15 2711l9 2711t30
1702f37 Min_Color{long_float} 27|2708b37 2710r24
1702f48 Max_Color{long_float} 27|2708b48 2710r35
1707U15*Get_Color_Map_1_Range 1707<37 1707<48 27|2716b15 2719l9 2719t30
1707f37 Min_Color{long_float} 27|2716b37 2718m24
1707f48 Max_Color{long_float} 27|2716b65 2718m35
1712U15*Set_One_Color_Map_0 1713>9 1714>9 1714>24 1714>41 27|54s9 55s9 67s9
. 68s9 771s9 777s9 783s9 789s9 795s9 801s9 807s9 813s9 819s9 825s9 831s9
. 837s9 843s9 849s9 855s9 861s9 2724b15 2729l9 2729t28
1713i9 Plot_Color{113I13} 27|2725b9 2728r17
1714i9 Red_Component{integer} 27|2726b9 2728r29
1714i24 Green_Component{integer} 27|2726b24 2728r44
1714i41 Blue_Component{integer} 27|2726b41 2728r61
1719U15*Set_One_Color_Map_0_And_Alpha 1720>9 1721>9 1721>24 1721>41 1722>9
. 27|2734b15 2740l9 2740t38
1720i9 Plot_Color{113I13} 27|2735b9 2739r18
1721i9 Red_Component{integer} 27|2736b9 2739r30
1721i24 Green_Component{integer} 27|2736b24 2739r45
1721i41 Blue_Component{integer} 27|2736b41 2739r62
1722f9 Alpha{299F13} 27|2737b9 2739r78
1727U15*Set_Background_Color_RGB 1728>9 1728>24 1728>41 27|2745b15 2749l9
. 2749t33
1728i9 Red_Component{integer} 27|2746b9 2748r18
1728i24 Green_Component{integer} 27|2746b24 2748r33
1728i41 Blue_Component{integer} 27|2746b41 2748r50
1733U15*Set_Background_Color_RGB_And_Alpha 1734>9 1734>24 1734>41 1735>9
. 27|2754b15 2759l9 2759t43
1734i9 Red_Component{integer} 27|2755b9 2758r19
1734i24 Green_Component{integer} 27|2755b24 2758r34
1734i41 Blue_Component{integer} 27|2755b41 2758r51
1735f9 Alpha{299F13} 27|2756b9 2758r67
1740U15*Enable_Color_Output 1740>35 27|2764b15 2775l9 2775t28
1740b35 Enable_Color{boolean} 27|2764b35 2769r12
1745U15*Set_Compression_Level 1745>37 27|2780b15 2783l9 2783t30
1745i37 Compression_Level{integer} 27|2780b37 2782r24
1750U15*Set_Device_Name 1750>31 27|2788b15 2791l9 2791t24
1750s31 Device_Name{string} 27|2788b31 2790r21
1756U15*Set_Device_Window_Parameters 1757>9 1758>9 1759>9 1760>9 27|2797b15
. 2804l9 2804t37
1757f9 Margin{long_float} 27|2798b9 2803r18
1758f9 Aspect_Ratio{long_float} 27|2799b9 2803r26
1759f9 x_Justification{long_float} 27|2800b9 2803r40
1760f9 y_Justification{long_float} 27|2801b9 2803r57
1765U15*Set_Metafile_Transformation 1766>9 1767>9 1768>9 1769>9 1770>9 1771>9
. 27|2809b15 2818l9 2818t36
1766i9 dimxmin{integer} 27|2810b9 2817r18
1767i9 dimxmax{integer} 27|2811b9 2817r27
1768i9 dimymin{integer} 27|2812b9 2817r36
1769i9 dimymax{integer} 27|2813b9 2817r45
1770f9 dimxpmm{long_float} 27|2814b9 2817r54
1771f9 dimypmm{long_float} 27|2815b9 2817r63
1776U15*Set_Plot_Orientation 1776>36 27|2823b15 2826l9 2826t29
1776f36 Rotation{long_float} 27|2823b36 2825r18
1781U15*Set_Device_Window_Extrema 1782>9 1783>9 1784>9 1785>9 27|2831b15
. 2838l9 2838t34
1782f9 x_Min{long_float} 27|2832b9 2837r18
1783f9 y_Min{long_float} 27|2833b9 2837r25
1784f9 x_Max{long_float} 27|2834b9 2837r32
1785f9 y_Max{long_float} 27|2835b9 2837r39
1790U15*Set_Zoom 1791>9 1792>9 1793>9 1794>9 27|2843b15 2850l9 2850t17
1791f9 x_Min_Relative{long_float} 27|2844b9 2849r18
1792f9 y_Min_Relative{long_float} 27|2845b9 2849r34
1793f9 x_Max_Relative{long_float} 27|2846b9 2849r50
1794f9 y_Max_Relative{long_float} 27|2847b9 2849r66
1799U15*Random_Number_Seed 1799>34 27|2855b15 2858l9 2858t27
1799m34 Seed{49M13} 27|2855b34 2857r16
1804U15*Set_Escape_Character 1804>36 27|2863b15 2876l9 2876t29
1804e36 Escape_Character{character} 27|2863b36 2871r35 2872r25
1809U15*Set_File_Family_Parameters 1810>9 1811>9 1812>9 27|2881b15 2895l9
. 2895t35
1810b9 Enable_Family{boolean} 27|2882b9 2889r12
1811i9 Family_File_Number{integer} 27|2883b9 2894r34
1812i9 Maximum_File_Size{integer} 27|2884b9 2894r54
1817U15*Set_Font_Characterization_Integer 1817>49 27|2900b15 2903l9 2903t42
1817m49 Font_Characterization_Integer{55M13} 27|2900b49 2902r16
1822U15*Set_Font 1822>24 1822>32 1822>39 27|2908b15 2911t8
1822i24 Family{integer} 27|2908b24 2910r17
1822i32 Style{integer} 27|2908b32 2910r25
1822i39 Weight{integer} 27|2908b39 2910r32
1827U15*Set_Output_File_Name 1827>36 27|2916b15 2919l9 2919t29
1827s36 Output_File_Name{string} 27|2916b36 2918r22
1832U15*Shade_Region 1833>9 1834>9 1835>9 1835>16 1835>23 1835>30 1836>9
. 1836>20 1837>9 1838>9 1839>9 1840>9 1841>9 1842>9 1843>9 1844>9 1845>9
. 1846>9 1847>9 27|2924b15 2956l9 2956t21
1833a9 z{28|43A9} 27|2925b9 2949r36 2949r40 2949r53
1834p9 Mask_Function_Pointer{77P13} 27|2926b9 2949r66
1835f9 x_Min{long_float} 27|2927b9 2950r13
1835f16 x_Max{long_float} 27|2927b16 2950r20
1835f23 y_Min{long_float} 27|2927b23 2950r27
1835f30 y_Max{long_float} 27|2927b30 2950r34
1836f9 Shade_Min{long_float} 27|2928b9 2950r41
1836f20 Shade_Max{long_float} 27|2928b20 2950r52
1837i9 Select_Color_Map{natural} 27|2929b9 2950r63
1838f9 Color{long_float} 27|2930b9 2951r13
1839f9 Fill_Pattern_Pen_Width{long_float} 27|2931b9 2951r20
1840i9 Shade_Min_Pen_Color{natural} 27|2932b9 2952r13
1841f9 Shade_Min_Pen_Width{long_float} 27|2933b9 2952r34
1842i9 Shade_Max_Pen_Color{natural} 27|2934b9 2953r13
1843f9 Shade_Max_Pen_Width{long_float} 27|2935b9 2953r34
1844p9 Fill_Procedure_Pointer{29|145P10} 27|2936b9 2954r13
1845b9 Preserve_Rectangles{boolean} 27|2937b9 2943r12
1846p9 Transformation_Procedure_Pointer{29|136P10} 27|2938b9 2955r13
1847m9 Transformation_Data_Pointer{48M13} 27|2939b9 2955r47
1851U15*Shade_Region_1 1852>9 1853>9 1854>9 1854>16 1854>23 1854>30 1855>9
. 1855>20 1856>9 1857>9 1858>9 1859>9 1860>9 1861>9 1862>9 1863>9 1864>9
. 1865>9 1866>9 27|2960b15 2992l9 2992t23
1852a9 z{28|43A9} 27|2961b9 2985r18 2985r21 2985r34
1853p9 Mask_Function_Pointer{77P13} 27|2962b9 2985r47
1854f9 x_Min{long_float} 27|2963b9 2986r13
1854f16 x_Max{long_float} 27|2963b16 2986r20
1854f23 y_Min{long_float} 27|2963b23 2986r27
1854f30 y_Max{long_float} 27|2963b30 2986r34
1855f9 Shade_Min{long_float} 27|2964b9 2986r41
1855f20 Shade_Max{long_float} 27|2964b20 2986r52
1856i9 Select_Color_Map{natural} 27|2965b9 2986r63
1857f9 Color{long_float} 27|2966b9 2987r13
1858f9 Fill_Pattern_Pen_Width{long_float} 27|2967b9 2987r20
1859i9 Shade_Min_Pen_Color{natural} 27|2968b9 2988r13
1860f9 Shade_Min_Pen_Width{long_float} 27|2969b9 2988r34
1861i9 Shade_Max_Pen_Color{natural} 27|2970b9 2989r13
1862f9 Shade_Max_Pen_Width{long_float} 27|2971b9 2989r34
1863p9 Fill_Procedure_Pointer{29|145P10} 27|2972b9 2990r13
1864b9 Preserve_Rectangles{boolean} 27|2973b9 2979r12
1865p9 Transformation_Procedure_Pointer{29|136P10} 27|2974b9 2991r13
1866m9 Transformation_Data_Pointer{48M13} 27|2975b9 2991r47
1870U15*Shade_Regions 1871>9 1872>9 1873>9 1873>16 1873>23 1873>30 1874>9
. 1875>9 1876>9 1877>9 1878>9 1879>9 1880>9 1881>9 27|2996b15 3022l9 3022t22
1871a9 z{28|43A9} 27|2997b9 3017r37 3017r41 3017r54
1872p9 Mask_Function_Pointer{77P13} 27|2998b9 3017r67
1873f9 x_Min{long_float} 27|2999b9 3018r13
1873f16 x_Max{long_float} 27|2999b16 3018r20
1873f23 y_Min{long_float} 27|2999b23 3018r27
1873f30 y_Max{long_float} 27|2999b30 3018r34
1874a9 Contour_Levels{28|42A9} 27|3000b9 3018r41 3018r57
1875f9 Fill_Pattern_Pen_Width{long_float} 27|3001b9 3019r13
1876i9 Contour_Pen_Color{natural} 27|3002b9 3019r37
1877f9 Contour_Pen_Width{long_float} 27|3003b9 3019r56
1878p9 Fill_Procedure_Pointer{29|145P10} 27|3004b9 3020r13
1879b9 Preserve_Rectangles{boolean} 27|3005b9 3011r12
1880p9 Transformation_Procedure_Pointer{29|136P10} 27|3006b9 3021r13
1881m9 Transformation_Data_Pointer{48M13} 27|3007b9 3021r47
1908U15*Set_Custom_Label 1909>9 1910>9 27|3048b15 3053l9 3053t25
1909p9 Custom_Label_Procedure_Pointer{93P13} 27|3049b9 3052r22
1910m9 label_data{48M13} 27|3050b9 3052r54
1914U15*Use_Default_Labels 27|3057b15 3060l9 3060t27
1919U15*Set_Major_Tick_Length 1919>37 1919>53 27|3065b15 3068l9 3068t30
1919f37 Default_Length{long_float} 27|3065b37 3067r16
1919f53 Scale_Factor{long_float} 27|3065b53 3067r32
1924U15*Plot_From_Memory 1925>9 1925>17 1926>9 27|3073b15 3078l9 3078t25
1925i9 x_Size{integer} 27|3074b9 3077r16
1925i17 y_Size{integer} 27|3074b17 3077r24
1926m9 Plot_This{30|64M9} 27|3075b9 3077r32
1931U15*Set_Minor_Tick_Length 1931>37 1931>53 27|3083b15 3086l9 3086t30
1931f37 Default_Length{long_float} 27|3083b37 3085r16
1931f53 Scale_Factor{long_float} 27|3083b53 3085r32
1936U15*Set_Orientation 1936>31 27|3091b15 3098l9 3098t24
1936e31 Orientation{318E10} 27|3091b31 3093r12
1941U15*Set_Page_Parameters 1942>9 1942>19 1943>9 1943>19 1944>9 1944>19
. 27|3103b15 3109l9 3109t28
1942f9 x_Pixels{long_float} 27|3104b9 3108r17
1942f19 y_Pixels{long_float} 27|3104b19 3108r27
1943i9 x_Length{integer} 27|3105b9 3108r37
1943i19 y_Length{integer} 27|3105b19 3108r47
1944i9 x_Offset{integer} 27|3106b9 3108r57
1944i19 y_Offset{integer} 27|3106b19 3108r67
1949U15*Set_Color_Map_0_From_File 1949>41 27|3114b15 3117l9 3117t34
1949s41 Color_File_Name{string} 27|3114b41 3116r22
1954U15*Set_Color_Map_1_From_File 1954>41 1954>67 27|3122b15 3133l9 3133t34
1954s41 Color_File_Name{string} 27|3122b41 3132r22
1954b67 Interpolate{boolean} 27|3122b67 3127r12
1959U15*Set_Pause 1959>25 27|3138b15 3149l9 3149t18
1959b25 Pause{boolean} 27|3138b25 3143r12
1964U15*Set_Stream_Number 1964>33 27|3154b15 3157l9 3157t26
1964i33 Stream_Number{integer} 27|3154b33 3156r17
1969U15*Set_Number_Of_Subpages 1969>38 1969>48 27|3162b15 3165l9 3165t31
1969i38 x_Number{integer} 27|3162b38 3164r16
1969i48 y_Number{integer} 27|3162b48 3164r26
1974U15*Set_Symbol_Size 1974>31 1974>47 27|3170b15 3173l9 3173t24
1974f31 Default_Height{long_float} 27|3170b31 3172r16
1974f47 Scale_Factor{long_float} 27|3170b47 3172r32
1979U15*Initialize_Query_Device 1980>9 1980>37 27|3178b15 3182l9 3182t32
1980i9 Number_Horizontal_Subpages{integer} 27|3179b9 3181r16
1980i37 Number_Vertical_Subpages{integer} 27|3179b37 3181r44
1985U15*Initialize_Set_Device 1986>9 1987>9 1987>37 27|3187b15 3192l9 3192t30
1986s9 Device_Name{string} 27|3188b9 3191r22
1987i9 Number_Horizontal_Subpages{integer} 27|3189b9 3191r36
1987i37 Number_Vertical_Subpages{integer} 27|3189b37 3191r64
1992U15*Set_Custom_Coordinate_Transform 1993>9 1994>9 27|3197b15 3203l9 3203t40
. 3209s9
1993p9 Coordinate_Transform_Procedure_Pointer{97P13} 27|3198b9 3201r22
1994m9 Coordinate_Transform_Data_Pointer{48M13} 27|3199b9 3202r13
1998U15*Clear_Custom_Coordinate_Transform 27|3207b15 3210l9 3210t42
2007U15*Draw_String 2008>9 2008>12 2009>9 27|3219b15 3224l9 3224t20
2008a9 x{28|42A9} 27|3220b9 3223r18 3223r28
2008a12 y{28|42A9} 27|3220b12 3223r31
2009s9 Plot_This_String{string} 27|3221b9 3223r39
2018U15*Draw_String_3D 2019>9 2019>12 2019>15 2020>9 27|3233b15 3238l9 3238t23
2019a9 x{28|42A9} 27|3234b9 3237r19 3237r29
2019a12 y{28|42A9} 27|3234b12 3237r32
2019a15 z{28|42A9} 27|3234b15 3237r35
2020s9 Plot_This_String{string} 27|3235b9 3237r43
2025U15*Update_Stripchart 2026>9 2027>9 2028>9 2028>12 27|3243b15 3249l9
. 3249t26
2026i9 ID{integer} 27|3244b9 3248r18
2027i9 Pen_Number{integer} 27|3245b9 3248r22
2028f9 x{long_float} 27|3246b9 3248r34
2028f12 y{long_float} 27|3246b12 3248r37
2033U15*Create_Stripchart 2034<9 2035>9 2035>20 2036>9 2036>16 2037>9 2038>9
. 2038>16 2039>9 2039>28 2040>9 2041>9 2042>9 2042>20 2043>9 2044>9 2045=9
. 2046>9 2046>18 2046>27 27|3254b15 3318l9 3318t26
2034i9 ID{integer} 27|3255b9 3314m18
2035s9 X_Options{string} 27|3256b9 3314r27
2035s20 Y_Options{string} 27|3256b20 3314r44
2036f9 x_Min{long_float} 27|3257b9 3315r13
2036f16 x_Max{long_float} 27|3257b16 3315r20
2037f9 x_Jump{long_float} 27|3258b9 3315r27
2038f9 y_Min{long_float} 27|3259b9 3315r35
2038f16 y_Max{long_float} 27|3259b16 3315r42
2039f9 x_Legend_Position{long_float} 27|3260b9 3272r35
2039f28 y_Legend_Position{long_float} 27|3260b28 3273r35
2040b9 Autoscale_Y{boolean} 27|3261b9 3276r12
2041b9 Accumulate{boolean} 27|3262b9 3282r12
2042i9 Box_Color{113I13} 27|3263b9 3316r28
2042i20 Legend_Color{113I13} 27|3263b20 3316r39
2043a9 Pen_Colors{42A13} 27|3264b9 3316r53
2044a9 Line_Styles{42A13} 27|3265b9 3316r65
2045a9 Pen_Labels{155A10} 27|3266b9 3296r18 3299r23 3302m17 3302r39 3306r60
. 3308r57
2046s9 X_Label{string} 27|3267b9 3317r33
2046s18 Y_Label{string} 27|3267b18 3317r48
2046s27 Title_Label{string} 27|3267b27 3317r63
2051U15*Delete_Stripchart 2051>33 27|3323b15 3326l9 3326t26
2051i33 ID{integer} 27|3323b33 3325r18
2056U15*Draw_Image_Color_Map_1 2057>9 2058>9 2058>20 2059>9 2059>20 2060>9
. 2060>20 2061>9 2061>20 2062>9 2063>9 27|3331b15 3343l9 3343t31
2057a9 Data{28|43A9} 27|3332b9 3340r38 3340r45 3340r61
2058f9 x_Min{long_float} 27|3333b9 3341r13
2058f20 x_Max{long_float} 27|3333b20 3341r20
2059f9 y_Min{long_float} 27|3334b9 3341r27
2059f20 y_Max{long_float} 27|3334b20 3341r34
2060f9 z_Min{long_float} 27|3335b9 3341r41
2060f20 z_Max{long_float} 27|3335b20 3341r48
2061f9 Value_Min{long_float} 27|3336b9 3341r55
2061f20 Value_Max{long_float} 27|3336b20 3341r66
2062p9 Transformation_Procedure_Pointer{29|136P10} 27|3337b9 3342r13
2063m9 Transformation_Data_Pointer{48M13} 27|3338b9 3342r47
2068U15*Draw_Image_Color_Map_1_Automatic 2069>9 2070>9 2070>16 2071>9 2071>16
. 2072>9 2072>16 2073>9 2073>16 2074>9 2074>16 27|3348b15 3357l9 3357t41
2069a9 Data{28|43A9} 27|3349b9 3356r36 3356r43 3356r59
2070f9 x_Min{long_float} 27|3350b9 3356r75
2070f16 x_Max{long_float} 27|3350b16 3356r82
2071f9 y_Min{long_float} 27|3351b9 3356r89
2071f16 y_Max{long_float} 27|3351b16 3356r96
2072f9 z_Min{long_float} 27|3352b9 3356r103
2072f16 z_Max{long_float} 27|3352b16 3356r110
2073f9 Dxmin{long_float} 27|3353b9 3356r117
2073f16 Dxmax{long_float} 27|3353b16 3356r124
2074f9 Dymin{long_float} 27|3354b9 3356r131
2074f16 Dymax{long_float} 27|3354b16 3356r138
2079U15*Set_Line_Style 2079>30 2079>37 27|3362b15 3365l9 3365t23
2079a30 Marks{42A13} 27|3362b30 3364r16 3364r30
2079a37 Spaces{42A13} 27|3362b37 3364r37
2082i5*Default_Continuous_Line{integer}
2087U15*Set_Line_Style 2087>30 27|3370b15 3374l9 3374t23
2087i30 Default_Continuous_Line{integer} 27|3370b30
2092U15*Shaded_Surface_3D 2093>9 2093>12 2094>9 2095>9 2096>9 27|725s9 3379b15
. 3386l9 3386t26
2093a9 x{28|42A9} 27|3380b9 3385r18 3385r47
2093a12 y{28|42A9} 27|3380b12 3385r21 3385r57
2094a9 z{28|43A9} 27|3381b9 3385r43
2095i9 Options{integer} 27|3382b9 3385r67
2096a9 Contour_Levels{28|42A9} 27|3383b9 3385r76 3385r92
2106U15*Set_Viewport_Absolute 2107>9 2108>9 2109>9 2110>9 27|3396b15 3403l9
. 3403t30
2107f9 Left_Edge{long_float} 27|3397b9 3402r16
2108f9 Right_Edge{long_float} 27|3398b9 3402r27
2109f9 Bottom_Edge{long_float} 27|3399b9 3402r39
2110f9 Top_Edge{long_float} 27|3400b9 3402r52
2116U15*Set_Floating_Point_Display_X 2116>44 2116>56 27|3409b15 3412l9 3412t37
2116i44 Max_Digits{integer} 27|3409b44 3411r16
2116i56 Field_Digits{integer} 27|3409b56 3411r28
2121U15*Set_Inferior_Window 2121>35 27|3418b15 3421l9 3421t28
2121i35 Window_ID{integer} 27|3418b35 3420r17
2127U15*Set_Floating_Point_Display_Y 2127>44 2127>56 27|3427b15 3430l9 3430t37
2127i44 Max_Digits{integer} 27|3427b44 3429r16
2127i56 Field_Digits{integer} 27|3427b56 3429r28
2132U15*Draw_Hershey_Symbol 2133>9 2133>12 2134>9 27|3435b15 3440l9 3440t28
2133a9 x{28|42A9} 27|3436b9 3439r15 3439r25
2133a12 y{28|42A9} 27|3436b12 3439r28
2134i9 Hershey_Code{integer} 27|3437b9 3439r31
2140U15*Set_Floating_Point_Display_Z 2140>44 2140>56 27|3446b15 3449l9 3449t37
2140i44 Max_Digits{integer} 27|3446b44 3448r16
2140i56 Field_Digits{integer} 27|3446b56 3448r28
2145U15*Use_Text_Mode 27|3454b15 3457l9 3457t22
2150U15*Set_Date_Time_Label_Format 2150>42 27|3462b15 3465l9 3465t35
2150s42 Format{string} 27|3462b42 3464r24
2156U15*Set_Viewport_Aspect_Ratio 2156>41 27|3471b15 3474l9 3474t34
2156f41 Aspect_Ratio{long_float} 27|3471b41 3473r16
2162U15*Set_Viewport_Maximized_For_Aspect_Ratio 2163>9 2163>16 2164>9 2164>16
. 2165>9 27|3480b15 3486l9 3486t48
2163f9 x_Min{long_float} 27|3481b9 3485r16
2163f16 x_Max{long_float} 27|3481b16 3485r23
2164f9 y_Min{long_float} 27|3482b9 3485r30
2164f16 y_Max{long_float} 27|3482b16 3485r37
2165f9 Aspect_Ratio{long_float} 27|3483b9 3485r44
2170U15*Set_Viewport_Normalized 2171>9 2172>9 2173>9 2174>9 27|599s9 659s9
. 717s9 3491b15 3498l9 3498t32
2171f9 Left_Edge{long_float} 27|3492b9 3497r16
2172f9 Right_Edge{long_float} 27|3493b9 3497r27
2173f9 Bottom_Edge{long_float} 27|3494b9 3497r39
2174f9 Top_Edge{long_float} 27|3495b9 3497r52
2180U15*Set_Viewport_Standard 27|3504b15 3507l9 3507t30
2185U15*Set_Up_3D 2186>9 2186>16 2186>23 2187>9 2187>16 2187>23 2187>30 2187>37
. 2187>44 2188>9 2188>19 27|661s9 719s9 3512b15 3518l9 3518t18
2186f9 X_Box{long_float} 27|3513b9 3517r15
2186f16 Y_Box{long_float} 27|3513b16 3517r22
2186f23 Z_Box{long_float} 27|3513b23 3517r29
2187f9 X_Min{long_float} 27|3514b9 3517r36
2187f16 X_Max{long_float} 27|3514b16 3517r43
2187f23 Y_Min{long_float} 27|3514b23 3517r50
2187f30 Y_Max{long_float} 27|3514b30 3517r57
2187f37 Z_Min{long_float} 27|3514b37 3517r64
2187f44 Z_Max{long_float} 27|3514b44 3517r71
2188f9 Altitude{long_float} 27|3515b9 3517r78
2188f19 Azimuth{long_float} 27|3515b19 3517r88
2193U15*Set_Pen_Width 2193>29 27|77s9 3523b15 3526l9 3526t22
2193f29 Pen_Width{long_float} 27|3523b29 3525r17
2198U15*Set_Viewport_World 2199>9 2200>9 2201>9 2202>9 27|600s9 660s9 718s9
. 3531b15 3538l9 3538t27
2199f9 Left_Edge{long_float} 27|3532b9 3537r16
2200f9 Right_Edge{long_float} 27|3533b9 3537r27
2201f9 Bottom_Edge{long_float} 27|3534b9 3537r39
2202f9 Top_Edge{long_float} 27|3535b9 3537r52
2206U15*Set_XOR_Mode 2207>9 2208<9 27|3543b15 3565l9 3565t21
2207b9 Use_XOR{boolean} 27|3544b9 3550r12
2208b9 Supports_XOR{boolean} 27|3545b9 3559m13 3561m13
2221U15*Parse_Command_Line_Arguments 2221>44 27|3578b15 3598l9 3598t37
2221i44 Mode{29|293I10} 27|3578b44 3597r56
2226U15*Set_Command_Line_Option 2226>39 2226>47 27|3603b15 3606l9 3606t32
2226s39 Option{string} 27|3603b39 3605r23
2226s47 Argument{string} 27|3603b47 3605r43
2245U15*Plot_Transformation_0 2246>9 2246>17 2247<9 2247<18 2248>9 2249r50
. 27|3625b15 3631l9 3631t30
2246f9 x_Grid{long_float} 27|3626b9 3630r15
2246f17 y_Grid{long_float} 27|3626b17 3630r23
2247f9 x_World{long_float} 27|3627b9 3630m31
2247f18 y_World{long_float} 27|3627b18 3630m40
2248m9 Data{48M13} 27|3628b9 3630r49
2254U15*Plot_Transformation_1 2255>9 2255>17 2256<9 2256<18 2257>9 2258r50
. 27|3636b15 3642l9 3642t30
2255f9 x_Grid{long_float} 27|3637b9 3641r15
2255f17 y_Grid{long_float} 27|3637b17 3641r23
2256f9 x_World{long_float} 27|3638b9 3641m31
2256f18 y_World{long_float} 27|3638b18 3641m40
2257m9 Data_Pointer{48M13} 27|3639b9 3641r49
2264U15*Plot_Transformation_2 2265>9 2265>17 2266<9 2266<18 2267>9 2268r50
. 27|3648b15 3654l9 3654t30
2265f9 x_Grid{long_float} 27|3649b9 3653r15
2265f17 y_Grid{long_float} 27|3649b17 3653r23
2266f9 x_World{long_float} 27|3650b9 3653m31
2266f18 y_World{long_float} 27|3650b18 3653m40
2267m9 Data_Pointer{48M13} 27|3651b9 3653r49
2272U15*Get_Cursor 2272<26 27|3658b15 3661l9 3661t19
2272r26 Graphics_Input{52R13} 27|3658b26 3660m21
X 27 plplot.adb
74f5 Default_Pen_Width{long_float} 77r23
75U15 Set_Default_Pen_Width 75b15 78l9 78t30 242s9
110f9 x_Min{long_float} 116m13 119m17 119r41 122m17 122r41 125m17 125r41
. 128m17 128r41 131m17 131r41 202r25
110f16 y_Min{long_float} 158m13 161m17 161r41 164m17 164r41 167m17 167r41
. 170m17 170r41 173m17 173r41 202r39
111f9 x_Max{long_float} 137m13 140m17 140r41 143m17 143r41 146m17 146r41
. 149m17 149r41 152m17 152r41 202r32
111f16 y_Max{long_float} 179m13 182m17 182r41 185m17 185r41 188m17 188r41
. 191m17 191r41 194m17 194r41 202r46
261a9 x{28|42A9} 266r18 267m13 274r25 274r32 274r39 274r46 274r53
262a9 X_Label_String_Array{26|150A10} 270m9 275r29
263a9 Y_Label_String_Array{26|150A10} 271m9 276r29
264a9 Title_Label_String_Array{26|150A10} 272m9 277r29
266i13 i{integer} 267r15 267r32
294a9 X_Label_String_Array{26|150A10} 299m9 304r29
295a9 Y_Label_String_Array{26|150A10} 300m9 305r29
296a9 Title_Label_String_Array{26|150A10} 301m9 306r29
326a9 X_Label_String_Array{26|150A10} 333m9 341r29
327a9 Y_Label_String_Array{26|150A10} 334m9 342r29
328a9 Title_Label_String_Array{26|150A10} 335m9 343r29
330a9 x_Log{28|42A9} 337r18 338m13 340r25 340r36 340r47 340r58 340r69
337i13 i{integer} 338r19 338r31
363a9 X_Label_String_Array{26|150A10} 370m9 378r29
364a9 Y_Label_String_Array{26|150A10} 371m9 379r29
365a9 Title_Label_String_Array{26|150A10} 372m9 380r29
367a9 y_Log{28|42A9} 374r18 375m13 377r29 377r40 377r51 377r62 377r73
374i13 i{integer} 375r19 375r31
393a9 X_Label_String_Array{26|150A10} 400m9 409r29
394a9 Y_Label_String_Array{26|150A10} 401m9 410r29
395a9 Title_Label_String_Array{26|150A10} 402m9 411r29
397a9 x_Log{28|42A9} 404r18 405m13 408r25
398a9 y_Log{28|42A9} 406m13 408r32
404i13 i{integer} 405r19 405r31 406r19 406r31
432a9 X_Label_String_Array{26|150A10} 436m9 441r29
433a9 Y_Label_String_Array{26|150A10} 437m9 442r29
434a9 Title_Label_String_Array{26|150A10} 438m9 443r29
467a9 X_Label_String_Array{26|150A10} 475m9 496r38 521r38 548r38 567r34
468a9 Y_Label_String_Array{26|150A10} 476m9 497r38 522r38 549r38 568r34
469a9 Title_Label_String_Array{26|150A10} 477m9 498r38 523r38 550r38 569r34
470a9 Color_Array{26|139A10} 478m9 500r38 525r38 552r38 571r34
471a9 Line_Width_Array{26|142A10} 479m9 501r38 526r38 553r38 572r34
472a9 Line_Style_Array{26|145A10} 480m9 502r38 527r38 554r38 573r34
488a17 x_Log{28|42A9} 490r26 491m21 495r21
490i21 i{integer} 491r27 491r39
514a17 y_Log{28|42A9} 516r26 517m21 520r24
516i21 i{integer} 517r27 517r39
539a17 x_Log{28|42A9} 542r26 543m21 547r21
540a17 y_Log{28|42A9} 544m21 547r28
542i21 i{integer} 543r27 543r39 544r27 544r39
592a9 Contour_Levels{28|42A9} 596m34 596r34 609r13
628f9 x_Min_Local{long_float} 641m13 644m13 661r34
628f22 x_Max_Local{long_float} 642m13 645m13 661r47
628f35 y_Min_Local{long_float} 649m13 652m13 661r60
628f48 y_Max_Local{long_float} 650m13 653m13 661r73
685f9 x_Min_Local{long_float} 699m13 702m13 719r34
685f22 x_Max_Local{long_float} 700m13 703m13 719r47
685f35 y_Min_Local{long_float} 707m13 710m13 719r60
685f48 y_Max_Local{long_float} 708m13 711m13 719r73
686a9 Contour_Levels_Dummy{28|42A9} 725r53
740i13 i{integer} 741r27 741r35 741r46 741r56
871a9 Controls_3{28|42A9} 882m9 883m9 884m9 953r52 969r52 985r52 1001r52
. 1037r52 1053r52
872a9 Controls_4{28|42A9} 886m9 887m9 888m9 889m9 1021r52
873a9 Red_3{28|42A9} 892m9 893m9 894m9 963m21 964m21 965m21 969r64 979m21
. 980m21 981m21 985r64
873a16 Green_3{28|42A9} 895m9 896m9 897m9 960m21 961m21 962m21 969r71 976m21
. 977m21 978m21 985r71
873a25 Blue_3{28|42A9} 898m9 899m9 900m9 957m21 958m21 959m21 969r80 973m21
. 974m21 975m21 985r80
874a9 Red_4{28|42A9} 902m9 903m9 904m9 905m9
874a16 Green_4{28|42A9} 906m9 907m9 908m9 909m9
874a25 Blue_4{28|42A9} 910m9 911m9 912m9 913m9
875a9 Hue_3{28|42A9} 915m9 916m9 917m9 941m21 942m21 943m21 953r64 989m21
. 990m21 991m21 1001r64 1025m21 1026m21 1027m21 1037r64 1041m21 1042m21 1043m21
. 1053r64
875a16 Lightness_3{28|42A9} 918m9 919m9 920m9 944m21 945m21 946m21 953r71
. 995m21 996m21 997m21 1001r71 1028m21 1029m21 1030m21 1037r71 1044m21 1045m21
. 1046m21 1053r71
875a29 Saturation_3{28|42A9} 921m9 922m9 923m9 947m21 948m21 949m21 953r84
. 992m21 993m21 994m21 1001r84 1031m21 1032m21 1033m21 1037r84 1047m21 1048m21
. 1049m21 1053r84
876a9 Hue_4{28|42A9} 925m9 926m9 927m9 928m9 1005m21 1006m21 1007m21 1008m21
. 1021r64
876a16 Lightness_4{28|42A9} 929m9 930m9 931m9 932m9 1013m21 1014m21 1015m21
. 1016m21 1021r71
876a29 Saturation_4{28|42A9} 933m9 934m9 935m9 936m9 1009m21 1010m21 1011m21
. 1012m21 1021r84
877a9 Alt_Hue_Path_3{26|41A13} 950m21 951m21 952m21 953r98 966m21 967m21
. 968m21 969r88 982m21 983m21 984m21 985r88 998m21 999m21 1000m21 1001r98
. 1034m21 1035m21 1036m21 1037r98 1050m21 1051m21 1052m21 1053r98
878a9 Alt_Hue_Path_4{26|41A13} 1017m21 1018m21 1019m21 1020m21 1021r98
1079f9 step{long_float} 1082m9 1085r42
1080i9 ii{integer} 1084m13 1085r60
1083i13 i{integer} 1084r19 1085r28
1114i9 active{integer} 1118m13 1120m13 1122r78
1140i9 fill_arc{29|57I13} 1144m13 1146m13 1148r51
1170i9 fill{29|57I13} 1174m13 1176m13 1178r60
1188i9 fill{29|57I13} 1192m13 1194m13 1196r63
1353i9 ifbtime_offset_As_Integer{integer} 1356m13 1358m13 1361r13
1410m9 Transformation_Data_Address{26|48M13} 1413m9 1420r47
1411m9 Irregular_Data_Address{26|48M13} 1414m9 1416r45
1430i9 PL_Do_Not_Copy_Device_Coordinates{29|57I13} 1434m13 1436m13 1438r29
1654a9 PL_Device_Name{21|79A9} 1656m16 1657r23
1716i9 PL_Family_Enabled{29|57I13} 1719m16 1720r12
1737a9 Output_File_Name{21|79A9} 1739m17 1740r23
1823a9 PL_Version_Number{21|79A9} 1825m16 1826r23
1965i9 Number_Entries{integer} 2028r62
1966i9 L{integer} 1973m9 1974r12 1974r39 1974r65 1975r13 1975r41 1976r13
. 1976r44 1976r71 1977r13 1977r40 1977r69 1978r13 1978r43
1967a9 PL_Label_Text{29|132A10} 2002m13 2030r26
1967a24 PL_Symbols{29|132A10} 2023m13 2032r44
1968a9 C_Legend_String_Array(29|130A13) 1997m13 2002m33 2002r33
1969a9 C_Symbols_String_Array(29|130A13) 2018m13 2023m30 2023r30
1970a9 Dum_Text{26|160A10} 1991m17 1993m17 1997r56 1999r53 2012m17 2014m17
. 2018r57 2020r53
1985i13 I{integer} 1988r34 1991r26 1991r48 1993r26 1993r43 1997r35 1997r65
. 1999r62 2002r27 2002r55
2006i13 I{integer} 2009r31 2012r26 2012r45 2014r26 2014r40 2018r36 2018r66
. 2020r62 2023r24 2023r53
2056i9 Number_Labels{integer} 2066r12 2125r13
2057i9 Number_Axes{integer} 2069r12 2069r50 2070r16 2125r58
2058a9 PL_Label_Text{29|132A10} 2093m13 2125r43
2059a9 C_Legend_String_Array(29|130A13) 2088m13 2093m33 2093r33
2060a9 PL_Axis_Options{29|132A10} 2114m13 2126r13
2061a9 C_Axis_Options_String_Array(29|130A13) 2109m13 2114m35 2114r35
2062a9 Dum_Text{26|160A10} 2082m17 2084m17 2088r56 2090r53 2103m17 2105m17
. 2109r62 2111r53
2063a9 PL_Values{29|72A10} 2121m9 2126r76
2076i13 I{integer} 2079r34 2082r26 2082r48 2084r26 2084r43 2088r35 2088r65
. 2090r62 2093r27 2093r55
2097i13 I{integer} 2100r36 2103r26 2103r50 2105r26 2105r45 2109r41 2109r71
. 2111r62 2114r29 2114r63
2177r9 Map_Kind_String{16|79R9} 2183m21 2187m21 2191m21 2195m21 2199r57
2284i9 PLsides{29|57I13} 2288m13 2290m13 2292r74
2371a9 PL_Draw_Segments{29|66A10} 2383m17 2385m17 2388r36
2372i9 PL_Draw_Counterclockwise{29|57I13} 2376m13 2378m13 2388r54
2381i13 Index{integer} 2382r30 2383r34 2385r34
2529a8 PL_Red_Component{26|42A13} 2533m13 2537r18 2537r75
2529a26 PL_Green_Component{26|42A13} 2534m13 2537r36
2529a46 PL_Blue_Component{26|42A13} 2535m13 2537r56
2532i13 i{integer} 2533r30 2533r52 2534r32 2534r54 2535r31 2535r53
2547a8 PL_Red_Component{26|42A13} 2551m13 2555r19 2555r83
2547a26 PL_Green_Component{26|42A13} 2552m13 2555r37
2547a46 PL_Blue_Component{26|42A13} 2553m13 2555r57
2550i13 i{integer} 2551r30 2551r52 2552r32 2552r54 2553r31 2553r53
2570i9 PL_Color_Model{29|57I13} 2582m13 2584m13 2595r19
2571a9 PL_Alt_Hue_Path{29|66A10} 2589m17 2591m17 2595r98
2587i13 i{integer} 2588r29 2589r33 2591r33
2613a9 Alt_Hue_Path_Array{26|41A13} 2616r22 2617m17 2620r22 2621m17 2624r88
2616i17 i{integer} 2617r36
2620i17 i{integer} 2621r36
2640i9 PL_Color_Model{29|57I13} 2652m13 2654m13 2665r20
2641a9 PL_Alt_Hue_Path{29|66A10} 2659m17 2661m17 2665r106
2657i13 i{integer} 2658r29 2659r33 2661r33
2683a9 Alt_Hue_Path_Array{26|41A13} 2686r22 2687m17 2690r22 2691m17 2694r105
2686i17 i{integer} 2687r36
2690i17 i{integer} 2691r36
2766i9 PL_Enable_Color{29|57I13} 2770m13 2772m13 2774r18
2865a9 Escape_Characters{14|47A9} 2869m9 2871r53
2886i9 PL_Enable_Family{29|57I13} 2890m13 2892m13 2894r16
2941i9 Preserve_Rectangles_As_Integer{integer} 2944m13 2946m13 2954r37
2977i9 Preserve_Rectangles_As_Integer{integer} 2980m13 2982m13 2990r37
3009i9 Preserve_Rectangles_As_Integer{integer} 3012m13 3014m13 3020r37
3124i9 PL_Interpolate{29|57I13} 3128m13 3130m13 3132r46
3140i9 PL_Pause{29|57I13} 3144m13 3146m13 3148r18
3269i9 PL_Autoscale_Y{29|57I13} 3277m13 3279m13 3315r61
3269i25 PL_Accumulate{29|57I13} 3283m13 3285m13 3316r13
3270a9 PL_Pen_Labels{29|119A10} 3311m13 3317r13
3272f9 x_LP=3272:35{long_float} 3315r49
3273f9 y_LP=3273:35{long_float} 3315r55
3296i13 I{integer} 3299r34 3302r28 3302r50 3306r39 3306r71 3308r68 3311r27
. 3311r59
3371a9 Dummy_Marks{26|42A13} 3373r19
3371a22 Dummy_Spaces{26|42A13} 3373r32
3547i9 PL_Use_XOR{29|57I13} 3551m13 3553m13 3556r18
3547i21 PL_Supports_XOR{29|57I13} 3556m30 3558r12 3560r15
3580i9*Gnat_Argc{integer} 3581m27 3581r27 3596m29 3596r29
3583m9*Gnat_Argv{30|64M9} 3584m27 3584r27 3597r45
3586P14 Gnat_Argc_Access_Type(integer) 3587r28 3590r34
3587p9 Gnat_Argc_Access{3586P14} 3596m9 3597r27
3590U9*plparseopts_local 3590>27 3591>27 3592>27 3593b<c,c_plparseopts>26
. 3597s9
3590p27 argc{3586P14}
3591m27 argv{30|64M9}
3592i27 mode{29|293I10}
X 28 plplot_auxiliary.ads
34K9*PLplot_Auxiliary 26|25w5 32r5 27|25w5 38r5 28|102e21
42A9*Real_Vector(long_float)<integer> 26|72r53 105r39 513r25 514r25 515r25
. 516r25 517r25 518r25 519r25 520r25 521r25 522r25 542r14 543r14 544r14 545r14
. 546r14 555r14 556r14 557r14 558r14 559r14 560r14 568r14 569r14 570r14 571r14
. 572r14 573r14 582r14 583r14 584r14 585r14 586r14 587r14 596r23 605r14 606r14
. 607r14 608r14 609r14 610r14 611r14 612r14 613r14 614r14 625r25 653r20 669r20
. 780r33 832r34 869r26 870r26 961r44 984r44 1050r51 1055r51 1070r35 1075r42
. 1214r44 1220r34 1221r34 1277r26 1341r49 1342r49 1344r49 1346r49 1366r49
. 1382r33 1387r39 1422r19 1429r26 1432r26 1463r19 1472r26 1475r26 1482r26
. 1485r26 1517r16 1524r28 1531r19 1615r61 1633r58 1645r26 1646r26 1647r26
. 1648r26 1658r26 1659r26 1661r26 1662r26 1672r26 1673r26 1674r26 1675r26
. 1676r26 1687r26 1688r26 1689r26 1690r26 1691r26 1874r44 2008r16 2019r19
. 2093r26 2096r26 2133r16 27|87r25 88r25 89r25 90r25 91r25 92r25 93r25 94r25
. 95r25 96r25 252r14 253r14 254r14 255r14 256r14 261r13 284r14 285r14 286r14
. 287r14 288r14 289r14 315r14 316r14 317r14 318r14 319r14 320r14 330r17 352r14
. 353r14 354r14 355r14 356r14 357r14 367r17 387r23 397r17 398r17 418r14 419r14
. 420r14 421r14 422r14 423r14 424r14 425r14 426r14 427r14 453r25 488r25 514r25
. 539r25 540r25 592r26 616r20 673r20 686r32 871r22 872r22 873r34 874r34 875r44
. 876r44 1076r33 1167r34 1240r26 1241r26 1373r44 1403r44 1522r51 1530r51
. 1551r35 1559r42 1773r44 1782r34 1783r34 1873r26 1956r49 1957r49 1959r49
. 1961r49 2051r48 2143r33 2151r39 2222r19 2233r26 2236r26 2279r19 2299r26
. 2302r26 2313r32 2316r32 2346r28 2357r28 2367r19 2510r61 2545r58 2564r26
. 2565r26 2567r26 2568r26 2606r26 2607r26 2609r26 2610r26 2634r26 2635r26
. 2636r26 2637r26 2638r26 2676r26 2677r26 2678r26 2679r26 2680r26 3000r44
. 3220r16 3234r19 3380r26 3383r26 3436r16
43A9*Real_Matrix(long_float)<integer><integer> 26|643r25 654r20 670r20 823r44
. 958r44 981r44 1222r41 1369r49 1423r19 1430r29 1464r19 1473r26 1483r26 1833r52
. 1852r52 1871r44 2057r44 2069r16 2094r26 27|586r25 617r20 674r20 1155r44
. 1370r44 1400r44 1784r41 2054r48 2223r19 2234r26 2280r19 2300r26 2314r32
. 2925r52 2961r52 2997r44 3332r44 3349r16 3381r26
81V14*Vector_Min{long_float} 27|119s48 122s48 125s48 128s48 131s48 161s48
. 164s48 167s48 170s48 173s48 641s28 649s28 699s28 707s28
89V14*Vector_Max{long_float} 27|140s48 143s48 146s48 149s48 152s48 182s48
. 185s48 188s48 191s48 194s48 642s28 650s28 700s28 708s28
97V14*Matrix_Min{long_float} 27|596s50 662s13 720s13
100V14*Matrix_Max{long_float} 27|596s65 662s28 720s28
X 29 plplot_thin.ads
52K9*PLplot_Thin 26|24w5 31r5 38r36 41r33 42r33 48r43 50r43 51r43 52r43 55r24
. 72r74 77r43 80r47 83r43 89r47 90r34 94r9 98r9 27|24w5 37r5 609r29 1196r9
. 2121r41 2122r9 29|2024e16
53I13*PLINT{integer}
54F13*PLFLT{long_float}
55i5*PLfalse{integer} 27|1146r25 1176r21 1194r21 1205r69 1214r69 1436r50
. 2290r24 2378r41 2385r44 2584r31 2591r39 2654r31 2661r39 3130r31 3146r25
. 3279r31 3285r30 3553r27 3560r33
56i5*PLtrue{integer} 27|1144r25 1174r21 1192r21 1434r50 2288r24 2376r41 2383r44
. 2582r31 2589r39 2652r31 2659r39 3128r31 3144r25 3277r31 3283r30 3551r27
. 3558r30
57I13*PLBOOL{integer} 27|1140r20 1170r16 1188r16 1430r45 1716r29 2284r19
. 2372r36 2570r26 2640r26 2766r27 2886r28 3124r26 3140r20 3269r41 3547r39
58M10*PLUNICODE 26|55r36
60A10*Boolean_Array_1D(boolean)<integer> 26|41r45
61A10*Integer_Array_1D(integer)<integer> 26|42r45
66A10*PL_Bool_Array(57I13)<integer> 27|2371r28 2571r27 2641r27
67M13*PLPointer{30|64M9} 26|48r55
71P10*Long_Float_Pointer(long_float)
72A10*Long_Float_Pointer_Array(71P10)<integer> 27|2063r21
79V14*Matrix_To_Pointers{72A10} 27|1160s16 1160s39 1377s16 1792s13 2121s22
. 2226s22 2238s23 2292s22 2304s23 2320s24 2949s17 3017s18 3340s19 3356s17
. 3385s24
86V14*PL_Transpose{28|43A9} 27|2121s53
116i5*Max_Stripchart_Label_Length{integer} 27|3299r41 3301r37 3302r54 3308r20
119A10*PL_Stripchart_String_Array(67M13)<integer> 27|3270r25
120a5*C_Stripchart_String_Array(117A13) 27|3306m13 3311m33 3311r33
129i5*Max_Legend_Label_Length{integer} 27|1988r41 1990r37 1991r52 1999r20
. 2009r38 2011r37 2012r49 2020r20 2079r41 2081r37 2082r52 2090r20 2100r43
. 2102r37 2103r54 2111r20
130A13*PL_Legend_String{21|79A9}<21|60M9> 27|1968r61 1969r61 2059r61 2061r69
132A10*PL_Legend_String_Array(67M13)<integer> 27|1967r37 2058r25 2060r27
136P10*Transformation_Procedure_Pointer_Type 26|825r44 962r44 985r44 1846r53
. 1865r52 1880r44 2062r44 27|1157r44 1374r44 1404r44 2938r52 2974r52 3006r44
. 3337r44
145P10*Fill_Procedure_Pointer_Type 26|1844r52 1863r52 1878r44 27|2936r52
. 2972r52 3004r44
152P10*Mask_Function_Pointer_Type(integer) 26|77r55
166A13*Map_Form_Constrained_Array{28|42A9}<integer> 26|83r55
171P10*Map_Form_Function_Pointer_Type 26|80r59
179P10*Function_Evaluator_Pointer_Type(long_float) 26|980r44 27|1399r44
188i5*Max_Label_String_Length{integer} 26|89r59
189A13*Label_String_Type{21|79A9}<21|60M9> 26|90r46
192P10*Custom_Label_Procedure_Pointer_Type 26|94r21
202P10*Coordinate_Transform_Procedure_Pointer_Type 26|98r21
293I10*Parse_Mode_Type<short_integer> 26|327r33 328r33 329r33 330r33 331r33
. 332r33 333r33 334r33 335r33 402r35 403r35 404r35 405r35 406r35 407r35 408r35
. 409r35 410r35 2221r51 27|3578r51 3592r34
347R10*PLGraphicsIn 26|52r55 27|3658r47 29|358e19
385f5*PL_NOTSET{long_float} 26|38r48
428R10*Transformation_Data_Type 26|50r55 29|436e19
443R10*Transformation_Data_Type_2 26|51r55 29|450e19
502U5*pl_setcontlabelformat 27|1102s9
509U5*pl_setcontlabelparam 27|1122s9
516U5*pladv 27|1130s9
522U5*plarc 27|1148s9
529U5*plvect 27|1160s9
538U5*plsvect 27|1178s9
547U1*plsvectdefault 27|1196s21 1205s9 1214s9
556U5*plaxes 27|1230s9
570U5*plbin 27|1244s9
576U5*plbtime 27|1255s9
584U5*plbop 27|1263s9
591U5*plbox 27|1277s9
599U5*plbox3 27|1301s9
608U5*plcalc_world 27|1315s9
615U5*plclear 27|1323s9
622U5*plcol0 27|1331s9
629U5*plcol1 27|1339s9
636U5*plconfigtime 27|1360s9
645U5*plcont 27|1377s9
656U5*plfcont 27|1416s9
667U5*plcpstrm 27|1438s9
674U5*plctime 27|1449s9
696U5*plend 27|1477s9
703U5*plend1 27|1485s9
710U5*plenv 27|1496s9
720U5*plenv0 27|1508s9
728U5*pleop 27|1516s9
735U5*plerrx 27|1524s9
742U5*plerry 27|1532s9
749U5*plfamadv 27|1540s9
756U5*plfill 26|72r86 27|1553s9
763U5*plfill3 27|1561s9
770U5*plflush 27|1569s9
777U5*plfont 27|1577s9
784U5*plfontld 27|1585s9
791U5*plgchr 27|1593s9
798U5*plgcol0 27|1603s9
805U5*plgcol0a 27|1614s9
812U5*plgcolbg 27|1622s9
819U5*plgcolbga 27|1632s9
826U5*plgcompression 27|1641s9
833U5*plgdev 27|1656s9
840U5*plgdidev 27|1669s9
847U5*plgdiori 27|1677s9
854U5*plgdiplt 27|1689s9
861U5*plgfci 27|1697s9
868U5*plgfont 27|1705s9
875U5*plgfam 27|1719s9
882U5*plgfnam 27|1739s9
889U5*plglevel 27|1748s9
896U5*plgpage 27|1759s9
904U5*plgra 27|1767s9
911U5*plgradient 27|1775s9
921U5*plgriddata 27|1791s9
939U5*plgspa 27|1802s9
946U5*plgstrm 27|1810s9
953U5*plgver 27|1825s9
960U5*plgvpd 27|1834s9
967U5*plgvpw 27|1842s9
974U5*plgxax 27|1850s9
981U5*plgyax 27|1858s9
988U5*plgzax 27|1866s9
1002U5*plhist 27|1879s9
1017U5*plhlsrgb 27|1905s9
1024U5*plinit 27|1915s9
1031U5*pljoin 27|1923s9
1038U5*pllab 27|1931s9
1043I13*Legend_Colorbar_Position_Type{integer} 26|164r37 165r37 166r37 167r37
. 168r37 169r37 170r37 171r37 174r41 175r41 176r41 177r41 178r41 179r41 180r41
. 181r41
1057I13*Legend_Flag_Type{integer} 26|184r39 185r39 186r39 187r39 188r39 189r39
. 190r39 191r39 194r36 195r36 196r36 197r36 198r36 199r36 200r36 201r36
1070I13*Colorbar_Flag_Type{integer} 26|204r42 205r42 206r42 207r42 208r42
. 209r42 210r42 211r42 212r42 213r42 214r42 215r42 216r42 217r42 218r42 219r42
. 220r42 223r39 224r39 225r39 226r39 227r39 228r39 229r39 230r39 231r39 232r39
. 233r39 234r39 235r39 236r39 237r39 238r39 239r39
1099U5*pllegend 27|2026s9
1121U5*plcolorbar 27|2122s21
1138U5*pllightsource 27|2137s9
1145U5*plline 27|2145s9
1152U5*plline3 27|2153s9
1159U5*pllsty 27|2161s9
1166U5*plmap 27|2199s9
1174U5*plmeridians 27|2214s9
1183U5*plmesh 27|2226s9
1190U5*plmeshc 27|2238s9
1198U5*plmkstrm 27|2246s9
1205U5*plmtex 27|2259s9
1213U5*plmtex3 27|2272s9
1220U5*plot3d 27|2292s9
1228U5*plot3dc 27|2304s9
1238U5*plot3dcl 27|2320s9
1272U5*plpat 27|2330s9
1279U5*plpath 27|2339s9
1286U5*plpoin 27|2349s9
1293U5*plpoin3 27|2360s9
1300U5*plpoly3 27|2388s9
1307U5*plprec 27|2399s13 2401s13
1314U5*plpsty 27|2410s9
1321U5*plptex 27|2422s9
1328U5*plptex3 27|2435s9
1336V5*plrandd{54F13} 27|2445s16
1343U5*plreplot 27|2453s9
1364U5*plrgbhls 27|2484s9
1371U5*plschr 27|2492s9
1378U5*plscmap0 27|2502s9
1385U5*plscmap0a 27|2512s9
1392U5*plscmap0n 27|2520s9
1399U5*plscmap1 27|2537s9
1406U5*plscmap1a 27|2555s9
1414U5*plscmap1l 27|2595s9
1425U5*plscmap1la 27|2665s9
1434U5*plscmap1n 27|2702s9
1441U5*plscmap1_range 27|2710s9
1448U5*plgcmap1_range 27|2718s9
1455U5*plscol0 27|2728s9
1462U5*plscol0a 27|2739s9
1469U5*plscolbg 27|2748s9
1476U5*plscolbga 27|2758s9
1483U5*plscolor 27|2774s9
1490U5*plscompression 27|2782s9
1497U5*plsdev 27|2790s9
1505U5*plsdidev 27|2803s9
1512U5*plsdimap 27|2817s9
1520U5*plsdiori 27|2825s9
1527U5*plsdiplt 27|2837s9
1534U5*plsdiplz 27|2849s9
1541U5*plseed 27|2857s9
1548U5*plsesc 27|2872s13
1555U5*plsfam 27|2894s9
1562U5*plsfci 27|2902s9
1569U5*plsfont 27|2910s9
1576U5*plsfnam 27|2918s9
1583U5*plshade 27|2949s9
1595U5*plshade1 27|2985s9
1607U5*plshades 27|3017s9
1637U5*plslabelfunc 27|3052s9 3059s9
1644U5*plsmaj 27|3067s9
1651U5*plsmem 27|3077s9
1658U5*plsmin 27|3085s9
1665U5*plsori 27|3094s13 3096s13
1672U5*plspage 27|3108s9
1680U5*plspal0 27|3116s9
1686U5*plspal1 27|3132s9
1693U5*plspause 27|3148s9
1700U5*plsstrm 27|3156s9
1707U5*plssub 27|3164s9
1714U5*plssym 27|3172s9
1721U5*plstar 27|3181s9
1728U5*plstart 27|3191s9
1735U5*plstransform 27|3201s9
1747U5*plstring 27|3223s9
1758U5*plstring3 27|3237s9
1766U5*plstripa 27|3248s9
1773U5*plstripc 27|3314s9
1786U5*plstripd 27|3325s9
1793U5*plimagefr 27|3340s9
1804U5*plimage 27|3356s9
1812U5*plstyl 27|3364s9 3373s9
1819U5*plsurf3d 27|3385s9
1837U5*plsvpa 27|3402s9
1844U5*plsxax 27|3411s9
1851U5*plsxwin 27|3420s9
1857U5*plsyax 27|3429s9
1864U5*plsym 27|3439s9
1871U5*plszax 27|3448s9
1878U5*pltext 27|3456s9
1885U5*pltimefmt 27|3464s9
1893U5*plvasp 27|3473s9
1901U5*plvpas 27|3485s9
1908U5*plvpor 27|3497s9
1916U5*plvsta 27|3506s9
1923U5*plw3d 27|3517s9
1932U5*plwidth 27|3525s9
1939U5*plwind 27|3537s9
1946U5*plxormod 27|3556s9
1982U5*plsetopt 27|3605s9
1995U15*pltr0 27|609r41 3630s9
2003U15*pltr1 27|3641s9
2013U15*pltr2 27|3653s9
2021U15*plGetCursor 27|3660s9
X 30 system.ads
37K9*System 26|26w5 1926r26 27|32w5 33r5 609r55 1205r24 1205r45 1214r24 1214r45
. 3059r28 3075r26 3209r47 3583r21 3591r34 30|152e11
64M9*Address 26|1926r33 27|3075r33 3583r28 3591r41
66m4*Null_Address{64M9} 27|609r62 1205r31 1205r52 1214r31 1214r52 3059r35
. 3209r54
X 31 s-atacco.ads
39k16*Address_To_Access_Conversions 27|33w12 31|63e41