This file is indexed.

/usr/lib/x86_64-linux-gnu/ada/adalib/plplotadad/plplot_traditional.ali is in libplplot-ada1-dev 5.10.0+dfsg2-0.1ubuntu2.

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
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_traditional%b	plplot_traditional.adb	2017e291 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_traditional%s	plplot_traditional.ads	496d6e06 EE OO PF PK IL
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_auxiliary.ads	20131219204509 d6967b65
D plplot_thin.ads	20131213101808 61ca3f2c
D plplot_traditional.ads  20131213101808 23b6ca8c
D plplot_traditional.adb  20131213101808 2ca98870
D system.ads		20160213141829 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 28|28r5 29r5 33r5 300r28 489r39 489r86 29|26r5 27r5 28r5 29r5
. 30r5 31r5 37r5 39r5 40r5 2741r29 2745r30 2747r12
X 4 a-comlin.ads
38K13*Command_Line 139e21 29|31w9
X 8 a-numeri.ads
16K13*Numerics 32e17 29|27r9 39r9
X 9 a-ngelfu.ads
51V13*Log{long_float} 29|340s25[10|18] 377s25[10|18] 407s25[10|18] 408s25[10|18]
. 493s33[10|18] 519s33[10|18] 545s33[10|18] 546s33[10|18]
X 10 a-nlelfu.ads
18K22*Long_Elementary_Functions[9|39] 29|27w18 39r18
X 12 a-string.ads
16K13*Strings 35e16 28|28r9 29r9 33r9 300r32 489r43 489r90 29|28r9 30r9 40r9
. 2741r33 2745r34 2747r16
X 14 a-strmap.ads
38K21*Maps 412e21 28|29w17 300r40 29|30w17 2741r41 2745r42 2747r24
47A9*Character_Set<138A9> 28|300r45 29|2741r46
83V13*Is_In{boolean} 29|2747s29
99V13*To_Set{47A9} 29|2745s47
138A9 Character_Set_Internal(boolean)<character>
X 16 a-strunb.ads
76K21*Unbounded 489e26 28|28w17 33r17 489r51 489r98 29|28w17 40r17
79R9*Unbounded_String<6|48R9> 473e14 28|147r37 148r75 153r94 158r66 489r61
. 29|2100r27
84V13*Length{natural} 29|1917s16 1928s46 1938s16 1949s46 2007s16 2018s46
. 2028s16 2039s46 3149s16 3158s50
94V13*To_Unbounded_String{79R9} 28|147s57 489r108
100V13*To_String{string} 28|545s33 546s33 547s33 559s33 560s33 561s33 572s33
. 573s33 574s33 586s33 587s33 588s33 595s33 596s33 597s33 613s33 614s33 615s33
. 624s47 625s47 626s47 643s36 644s36 645s36 889s46 894s46 899s46 1243s63
. 1891s58 29|204s19 204s43 204s67 212s19 212s43 212s67 220s19 220s43 220s67
. 228s19 228s43 228s67 236s19 236s43 236s67 259s33 260s33 261s33 292s33 293s33
. 294s33 323s33 324s33 325s33 360s33 361s33 362s33 390s33 391s33 392s33 430s33
. 431s33 432s33 456s47 457s47 458s47 590s36 591s36 592s36 1274s46 1279s46
. 1284s46 1859s63 1926s46 1947s47 2016s46 2037s52 2122s59 3117s58 3156s50
119V14*"&"{79R9} 29|1928s17 1949s17 2018s17 2039s17 3158s17
131V14*"&"{79R9} 29|1927s17 1948s17 2017s17 2038s17 3157s17
396V13*Head{79R9} 29|1920s32 1941s32 2010s32 2031s32 3152s34
420V14*"*"{79R9} 29|1928s67 1949s67 2018s67 2039s67 3158s73
X 18 a-textio.ads
49K13*Text_IO 471e16 29|26w9 37r9
263U14*Put_Line 29|634s13 637s13 692s13 695s13 1437s9 1446s9 1909s13 1918s17
. 1939s17 1995s13 1999s13 2008s17 2029s17 2471s13 2541s13 2750s13 3150s17
. 3391s13
X 19 a-unccon.ads
20v14*Unchecked_Conversion 29|29w9
X 20 interfac.ads
38K9*Interfaces 179e15 28|27r5 49r43 29|34r5 35r5 41r5
X 21 i-c.ads
18K20*C 230e17 28|27r16 49r54 29|34r16 35w16 41r16
43M9*unsigned 28|49r56
72E9*char<character>
76V13*To_C{72E9} 29|2748s32
79A9*char_array(72E9)<60M9> 29|1610r26 1686r31 1764r29
84V13*To_C{79A9} 29|1224s13 1225s13 1266s13 1267s13 1289s13 1289s42 1290s13
. 1290s42 1291s13 1291s42 1861s27 1861s48 1861s69 1926s41 1947s42 2016s41
. 2037s47 2122s54 2177s28 2177s102 2189s29 2189s103 2330s67 2343s28 2673s28
. 2790s29 2978s29 2993s29 3046s29 3076s46 3089s50 3156s45 3164s34 3164s51
. 3167s28 3167s43 3167s58 3300s31 3431s30 3431s50
88V13*To_Ada{string} 29|1613s16 1689s16 1767s16
X 22 i-cpoint.ads
44k22*Pointers 102e26 28|27w18 29|34w18
X 26 plplot_auxiliary.ads
34K9*PLplot_Auxiliary 102e21 28|25w5 32r5 29|25w5 38r5
42A9*Real_Vector(long_float)<integer> 28|72r47 105r39 511r25 512r25 513r25
. 514r25 515r25 516r25 517r25 518r25 519r25 520r25 540r14 541r14 542r14 543r14
. 544r14 553r14 554r14 555r14 556r14 557r14 558r14 566r14 567r14 568r14 569r14
. 570r14 571r14 580r14 581r14 582r14 583r14 584r14 585r14 594r23 603r14 604r14
. 605r14 606r14 607r14 608r14 609r14 610r14 611r14 612r14 623r25 651r20 667r20
. 778r33 824r34 858r26 859r26 940r44 961r44 1017r40 1021r40 1034r29 1038r34
. 1155r33 1160r34 1161r34 1208r26 1266r49 1267r49 1269r49 1271r49 1290r48
. 1304r29 1308r33 1339r19 1345r26 1348r26 1375r19 1383r26 1386r26 1392r26
. 1395r26 1425r16 1431r28 1437r19 1509r61 1524r58 1535r26 1536r26 1537r26
. 1538r26 1548r26 1549r26 1551r26 1552r26 1561r26 1562r26 1563r26 1564r26
. 1565r26 1575r26 1576r26 1577r26 1578r26 1579r26 1738r44 1856r16 1866r19
. 1932r26 1935r26 1967r16 29|86r25 87r25 88r25 89r25 90r25 91r25 92r25 93r25
. 94r25 95r25 254r14 255r14 256r14 257r14 258r14 263r13 286r14 287r14 288r14
. 289r14 290r14 291r14 317r14 318r14 319r14 320r14 321r14 322r14 332r17 354r14
. 355r14 356r14 357r14 358r14 359r14 369r17 389r23 399r17 400r17 420r14 421r14
. 422r14 423r14 424r14 425r14 426r14 427r14 428r14 429r14 455r25 490r25 516r25
. 541r25 542r25 594r26 617r20 674r20 687r32 872r22 873r22 874r34 875r34 876r44
. 877r44 1077r33 1163r34 1231r26 1232r26 1355r44 1384r44 1493r40 1500r40
. 1518r29 1525r34 1718r33 1726r34 1727r34 1808r26 1885r49 1886r49 1888r49
. 1890r49 1979r48 2069r29 2076r33 2143r19 2153r26 2156r26 2196r19 2215r26
. 2218r26 2228r32 2231r32 2259r28 2269r28 2278r19 2406r61 2438r58 2456r26
. 2457r26 2459r26 2460r26 2499r26 2500r26 2502r26 2503r26 2526r26 2527r26
. 2528r26 2529r26 2530r26 2569r26 2570r26 2571r26 2572r26 2573r26 2869r44
. 3073r16 3086r19 3224r26 3227r26 3275r16
43A9*Real_Matrix(long_float)<integer><integer> 28|641r25 652r20 668r20 816r44
. 937r44 958r44 1162r41 1293r48 1340r19 1346r29 1376r19 1384r26 1393r26 1699r52
. 1717r52 1735r44 1900r44 1911r16 1933r26 29|588r25 618r20 675r20 1151r44
. 1352r44 1381r44 1728r41 1982r48 2144r19 2154r26 2197r19 2216r26 2229r32
. 2796r52 2831r52 2866r44 3180r44 3196r16 3225r26
81V14*Vector_Min{long_float} 29|118s48 121s48 124s48 127s48 130s48 160s48
. 163s48 166s48 169s48 172s48 642s28 650s28 700s28 708s28
89V14*Vector_Max{long_float} 29|139s48 142s48 145s48 148s48 151s48 181s48
. 184s48 187s48 190s48 193s48 643s28 651s28 701s28 709s28
97V14*Matrix_Min{long_float} 29|598s50 663s13 721s13
100V14*Matrix_Max{long_float} 29|598s65 663s28 721s28
X 27 plplot_thin.ads
52K9*PLplot_Thin 2024e16 28|24w5 31r5 38r36 41r33 42r33 48r43 50r43 51r43
. 52r43 55r24 72r68 77r43 80r47 83r43 89r47 90r34 94r9 98r9 29|24w5 610r29
. 1102r9 1121r9 1128r9 1145r9 1156r9 1174r9 1191r9 1199r9 1207r9 1222r9 1235r9
. 1245r9 1252r9 1265r9 1288r9 1301r9 1308r9 1315r9 1322r9 1342r9 1359r9 1397r9
. 1418r9 1428r9 1453r9 1460r9 1470r9 1481r9 1488r9 1495r9 1502r9 1509r9 1520r9
. 1527r9 1534r9 1541r9 1548r9 1555r9 1564r9 1574r9 1581r9 1590r9 1598r9 1612r9
. 1624r9 1631r9 1642r9 1649r9 1656r9 1669r9 1688r9 1696r9 1706r9 1713r9 1735r9
. 1745r9 1752r9 1766r9 1774r9 1781r9 1788r9 1795r9 1802r9 1814r9 1838r9 1847r9
. 1854r9 1861r9 1955r9 2049r41 2050r9 2064r9 2071r9 2078r9 2085r9 2122r9
. 2136r9 2147r9 2158r9 2165r9 2177r9 2189r9 2209r9 2220r9 2235r9 2244r9 2253r9
. 2262r9 2272r9 2299r9 2309r13 2311r13 2319r9 2330r9 2342r9 2351r16 2358r9
. 2385r9 2392r9 2399r9 2408r9 2415r9 2431r9 2448r9 2488r9 2558r9 2594r9 2601r9
. 2608r9 2617r9 2627r9 2635r9 2644r9 2659r9 2666r9 2673r9 2685r9 2698r9 2705r9
. 2716r9 2727r9 2734r9 2748r13 2769r9 2776r9 2783r9 2790r9 2820r9 2855r9
. 2886r9 2920r9 2934r9 2943r9 2950r9 2958r13 2960r13 2971r9 2978r9 2993r9
. 3008r9 3015r9 3022r9 3029r9 3037r9 3046r9 3055r9 3063r9 3076r9 3089r9 3099r9
. 3164r9 3174r9 3188r9 3203r9 3210r9 3218r9 3229r9 3245r9 3253r9 3261r9 3269r9
. 3278r9 3286r9 3293r9 3300r9 3308r9 3319r9 3330r9 3338r9 3348r9 3355r9 3366r9
. 3384r9 3431r9 3455r9 3465r9 3476r9 3483r9
53I13*PLINT{integer}
54F13*PLFLT{long_float}
55i5*PLfalse{integer} 29|1143r25 1172r21 1189r21 1199r81 1207r81 1416r50
. 2207r24 2289r41 2296r44 2477r31 2484r39 2547r31 2554r39 2991r31 3006r25
. 3129r31 3135r30 3381r27 3388r33
56i5*PLtrue{integer} 29|1141r25 1170r21 1187r21 1414r50 2205r24 2287r41 2294r44
. 2475r31 2482r39 2545r31 2552r39 2989r31 3004r25 3127r31 3133r30 3379r27
. 3386r30
57I13*PLBOOL{integer} 29|1137r20 1166r16 1183r16 1410r45 1666r29 2201r19
. 2283r36 2463r26 2533r26 2651r27 2761r28 2985r26 3000r20 3119r41 3375r39
58M10*PLUNICODE 28|55r36
60A10*Boolean_Array_1D(boolean)<integer> 28|41r45
61A10*Integer_Array_1D(integer)<integer> 28|42r45
66A10*PL_Bool_Array(57I13)<integer> 29|2282r28 2464r27 2534r27
67M13*PLPointer{30|64M9} 28|48r55
71P10*Long_Float_Pointer(long_float)
72A10*Long_Float_Pointer_Array(71P10)<integer> 29|1991r21
79V14*Matrix_To_Pointers{72A10} 29|1156s28 1156s51 1359s28 1736s13 2049s22
. 2147s34 2158s35 2209s34 2220s35 2235s36 2820s29 2886s30 3188s31 3203s29
. 3229s36
86V14*PL_Transpose{26|43A9} 29|2049s53
116i5*Max_Stripchart_Label_Length{integer} 29|3149r41 3151r37 3152r54 3158r20
119A10*PL_Stripchart_String_Array(67M13)<integer> 29|3120r25
120a5*C_Stripchart_String_Array(117A13) 29|3156m13 3161m33 3161r33
129i5*Max_Legend_Label_Length{integer} 29|1917r41 1919r37 1920r52 1928r20
. 1938r38 1940r37 1941r49 1949r20 2007r41 2009r37 2010r52 2018r20 2028r43
. 2030r37 2031r54 2039r20
130A13*PL_Legend_String{21|79A9}<21|60M9> 29|1897r61 1898r61 1987r61 1989r69
132A10*PL_Legend_String_Array(67M13)<integer> 29|1896r37 1986r25 1988r27
136P10*Transformation_Procedure_Pointer_Type 28|818r44 941r44 962r44 1712r52
. 1730r52 1744r44 1905r44 29|1153r44 1356r44 1385r44 2809r52 2844r52 2875r44
. 3185r44
145P10*Fill_Procedure_Pointer_Type 28|1710r52 1728r52 1742r44 29|2807r52
. 2842r52 2873r44
152P10*Mask_Function_Pointer_Type(integer) 28|77r55
166A13*Map_Form_Constrained_Array{26|42A9}<integer> 28|83r55
171P10*Map_Form_Function_Pointer_Type 28|80r59
179P10*Function_Evaluator_Pointer_Type(long_float) 28|957r44 29|1380r44
188i5*Max_Label_String_Length{integer} 28|89r59
189A13*Label_String_Type{21|79A9}<21|60M9> 28|90r46
192P10*Custom_Label_Procedure_Pointer_Type 28|94r21
202P10*Coordinate_Transform_Procedure_Pointer_Type 28|98r21
293I10*Parse_Mode_Type<short_integer> 28|325r33 326r33 327r33 328r33 329r33
. 330r33 331r33 332r33 333r33 400r35 401r35 402r35 403r35 404r35 405r35 406r35
. 407r35 408r35 2043r34 29|3405r34 3419r34
347R10*PLGraphicsIn 358e19 28|52r55 29|3481r48
385f5*PL_NOTSET{long_float} 28|38r48
428R10*Transformation_Data_Type 436e19 28|50r55
443R10*Transformation_Data_Type_2 450e19 28|51r55
502U5*pl_setcontlabelformat 29|1102s21
509U5*pl_setcontlabelparam 29|1121s21
516U5*pladv 29|1128s21
522U5*plarc 29|1145s21
529U5*plvect 29|1156s21
538U5*plsvect 29|1174s21
547U1*plsvectdefault 29|1191s21 1199s21 1207s21
556U5*plaxes 29|1222s21
570U5*plbin 29|1235s21
576U5*plbtime 29|1245s21
584U5*plbop 29|1252s21
591U5*plbox 29|1265s21
599U5*plbox3 29|1288s21
608U5*plcalc_world 29|1301s21
615U5*plclear 29|1308s21
622U5*plcol0 29|1315s21
629U5*plcol1 29|1322s21
636U5*plconfigtime 29|1342s21
645U5*plcont 29|1359s21
656U5*plfcont 29|1397s21
667U5*plcpstrm 29|1418s21
674U5*plctime 29|1428s21
696U5*plend 29|1453s21
703U5*plend1 29|1460s21
710U5*plenv 29|1470s21
720U5*plenv0 29|1481s21
728U5*pleop 29|1488s21
735U5*plerrx 29|1495s21
742U5*plerry 29|1502s21
749U5*plfamadv 29|1509s21
756U5*plfill 28|72r80 29|1520s21
763U5*plfill3 29|1527s21
770U5*plflush 29|1534s21
777U5*plfont 29|1541s21
784U5*plfontld 29|1548s21
791U5*plgchr 29|1555s21
798U5*plgcol0 29|1564s21
805U5*plgcol0a 29|1574s21
812U5*plgcolbg 29|1581s21
819U5*plgcolbga 29|1590s21
826U5*plgcompression 29|1598s21
833U5*plgdev 29|1612s21
840U5*plgdidev 29|1624s21
847U5*plgdiori 29|1631s21
854U5*plgdiplt 29|1642s21
861U5*plgfci 29|1649s21
868U5*plgfont 29|1656s21
875U5*plgfam 29|1669s21
882U5*plgfnam 29|1688s21
889U5*plglevel 29|1696s21
896U5*plgpage 29|1706s21
904U5*plgra 29|1713s21
911U5*plgradient 29|1720s9
921U5*plgriddata 29|1735s21
939U5*plgspa 29|1745s21
946U5*plgstrm 29|1752s21
953U5*plgver 29|1766s21
960U5*plgvpd 29|1774s21
967U5*plgvpw 29|1781s21
974U5*plgxax 29|1788s21
981U5*plgyax 29|1795s21
988U5*plgzax 29|1802s21
1002U5*plhist 29|1814s21
1017U5*plhlsrgb 29|1838s21
1024U5*plinit 29|1847s21
1031U5*pljoin 29|1854s21
1038U5*pllab 29|1861s21
1043I13*Legend_Colorbar_Position_Type{integer} 28|162r37 163r37 164r37 165r37
. 166r37 167r37 168r37 169r37 172r41 173r41 174r41 175r41 176r41 177r41 178r41
. 179r41
1057I13*Legend_Flag_Type{integer} 28|182r39 183r39 184r39 185r39 186r39 187r39
. 188r39 189r39 192r36 193r36 194r36 195r36 196r36 197r36 198r36 199r36
1070I13*Colorbar_Flag_Type{integer} 28|202r42 203r42 204r42 205r42 206r42
. 207r42 208r42 209r42 210r42 211r42 212r42 213r42 214r42 215r42 216r42 217r42
. 218r42 221r39 222r39 223r39 224r39 225r39 226r39 227r39 228r39 229r39 230r39
. 231r39 232r39 233r39 234r39 235r39 236r39 237r39
1099U5*pllegend 29|1955s21
1121U5*plcolorbar 29|2050s21
1138U5*pllightsource 29|2064s21
1145U5*plline 29|2071s21
1152U5*plline3 29|2078s21
1159U5*pllsty 29|2085s21
1166U5*plmap 29|2122s21
1174U5*plmeridians 29|2136s21
1183U5*plmesh 29|2147s21
1190U5*plmeshc 29|2158s21
1198U5*plmkstrm 29|2165s21
1205U5*plmtex 29|2177s21
1213U5*plmtex3 29|2189s21
1220U5*plot3d 29|2209s21
1228U5*plot3dc 29|2220s21
1238U5*plot3dcl 29|2235s21
1272U5*plpat 29|2244s21
1279U5*plpath 29|2253s21
1286U5*plpoin 29|2262s21
1293U5*plpoin3 29|2272s21
1300U5*plpoly3 29|2299s21
1307U5*plprec 29|2309s25 2311s25
1314U5*plpsty 29|2319s21
1321U5*plptex 29|2330s21
1328U5*plptex3 29|2342s21
1336V5*plrandd{54F13} 29|2351s28
1343U5*plreplot 29|2358s21
1364U5*plrgbhls 29|2385s21
1371U5*plschr 29|2392s21
1378U5*plscmap0 29|2399s21
1385U5*plscmap0a 29|2408s21
1392U5*plscmap0n 29|2415s21
1399U5*plscmap1 29|2431s21
1406U5*plscmap1a 29|2448s21
1414U5*plscmap1l 29|2488s21
1425U5*plscmap1la 29|2558s21
1434U5*plscmap1n 29|2594s21
1441U5*plscmap1_range 29|2601s21
1448U5*plgcmap1_range 29|2608s21
1455U5*plscol0 29|2617s21
1462U5*plscol0a 29|2627s21
1469U5*plscolbg 29|2635s21
1476U5*plscolbga 29|2644s21
1483U5*plscolor 29|2659s21
1490U5*plscompression 29|2666s21
1497U5*plsdev 29|2673s21
1505U5*plsdidev 29|2685s21
1512U5*plsdimap 29|2698s21
1520U5*plsdiori 29|2705s21
1527U5*plsdiplt 29|2716s21
1534U5*plsdiplz 29|2727s21
1541U5*plseed 29|2734s21
1548U5*plsesc 29|2748s25
1555U5*plsfam 29|2769s21
1562U5*plsfci 29|2776s21
1569U5*plsfont 29|2783s21
1576U5*plsfnam 29|2790s21
1583U5*plshade 29|2820s21
1595U5*plshade1 29|2855s21
1607U5*plshades 29|2886s21
1637U5*plslabelfunc 29|2920s21
1644U5*plsmaj 29|2934s21
1651U5*plsmem 29|2943s21
1658U5*plsmin 29|2950s21
1665U5*plsori 29|2958s25 2960s25
1672U5*plspage 29|2971s21
1680U5*plspal0 29|2978s21
1686U5*plspal1 29|2993s21
1693U5*plspause 29|3008s21
1700U5*plsstrm 29|3015s21
1707U5*plssub 29|3022s21
1714U5*plssym 29|3029s21
1721U5*plstar 29|3037s21
1728U5*plstart 29|3046s21
1735U5*plstransform 29|3055s21 3063s21
1747U5*plstring 29|3076s21
1758U5*plstring3 29|3089s21
1766U5*plstripa 29|3099s21
1773U5*plstripc 29|3164s21
1786U5*plstripd 29|3174s21
1793U5*plimagefr 29|3188s21
1804U5*plimage 29|3203s21
1812U5*plstyl 29|3210s21 3218s21
1819U5*plsurf3d 29|3229s21
1837U5*plsvpa 29|3245s21
1844U5*plsxax 29|3253s21
1851U5*plsxwin 29|3261s21
1857U5*plsyax 29|3269s21
1864U5*plsym 29|3278s21
1871U5*plszax 29|3286s21
1878U5*pltext 29|3293s21
1885U5*pltimefmt 29|3300s21
1893U5*plvasp 29|3308s21
1901U5*plvpas 29|3319s21
1908U5*plvpor 29|3330s21
1916U5*plvsta 29|3338s21
1923U5*plw3d 29|3348s21
1932U5*plwidth 29|3355s21
1939U5*plwind 29|3366s21
1946U5*plxormod 29|3384s21
1982U5*plsetopt 29|3431s21
1995U15*pltr0 29|610r41 3455s21
2003U15*pltr1 29|3465s21
2013U15*pltr2 29|3476s21
2021U15*plGetCursor 29|3483s21
X 28 plplot_traditional.ads
35K9*PLplot_Traditional 2092l5 2092e23 29|43b14 604r9 3525l5 3525t23
38f5*PL_NOTSET=38:48{long_float}
41A13*Boolean_Array_1D{27|60A10}<integer> 1438r25 1539r26 1566r27 29|878r26
. 879r26 2279r25 2461r26 2506r30 2531r27 2576r30
42A13*Integer_Array_1D{27|61A10}<integer> 691r32 692r32 693r32 700r35 705r31
. 1260r49 1263r49 1265r49 1268r49 1270r49 1272r49 1287r48 1291r48 1292r48
. 1397r32 1412r24 1413r24 1503r76 1508r61 1888r48 1889r48 1920r38 29|739r35
. 749r31 1879r49 1882r49 1884r49 1887r49 1889r49 1891r49 1976r48 1980r48
. 1981r48 2233r32 2241r24 2242r24 2397r76 2405r61 2423r66 2440r66 3114r48
. 3115r48 3208r38 3216r37
48M13*PLPointer{27|67M13} 819r44 830r34 942r44 1713r52 1731r52 1745r44 1773r22
. 1843r45 1906r44 2068r28 2076r28 2085r28 29|1154r44 1180r34 1357r44 1391r39
. 1392r39 2810r52 2845r52 2876r44 2918r42 3053r45 3186r44 3453r28 3463r28
. 3474r28
49M13*Unsigned_Int{21|43M9} 1671r29 29|2732r29
50R13*Transformation_Data_Type{27|428R10} 963r44 29|1386r44
51R13*Transformation_Data_Type_2{27|443R10}
52R13*Graphics_Input_Record_Type{27|347R10} 2090r48
55M13*Unicode{27|58M10} 1116r58 1686r54 29|1647r58 2774r54
72U15*plfill=72:80
72i22 length{27|53I13}
72a40 x{27|64A13}
72a43 y{27|64A13}
77P13*Mask_Function_Pointer_Type{27|152P10} 1700r52 1718r52 1736r44 29|2797r52
. 2832r52 2867r44
80P13*Map_Form_Function_Pointer_Type{27|171P10} 1321r48 1331r48 29|2095r48
. 2131r48
83A13*Map_Form_Constrained_Array{27|166A13}<integer>
89i5*Max_Label_String_Length=89:59{integer}
90A13*Label_String_Type{27|189A13}<21|60M9>
93P13*Custom_Label_Procedure_Pointer_Type{27|192P10} 1772r42 29|2917r42
97P13*Coordinate_Transform_Procedure_Pointer_Type{27|202P10} 1842r50 29|3052r50
105A13*Length_One_Real_Vector{26|42A9}<integer> 106r22
106a5*Dont_Plot_This{105A13} 511r44 512r44 513r44 514r44 515r44 516r44 517r44
. 518r44 519r44 520r44 540r29 541r29 542r29 543r29 544r29 554r29 555r29 556r29
. 557r29 558r29 567r29 568r29 569r29 570r29 571r29 580r29 581r29 582r29 583r29
. 584r29 585r29 603r29 604r29 605r29 606r29 607r29 608r29 609r29 610r29 611r29
. 612r29 29|86r44 87r44 88r44 89r44 90r44 91r44 92r44 93r44 94r44 95r44 254r29
. 255r29 256r29 257r29 258r29 287r29 288r29 289r29 290r29 291r29 318r29 319r29
. 320r29 321r29 322r29 354r29 355r29 356r29 357r29 358r29 359r29 420r29 421r29
. 422r29 423r29 424r29 425r29 426r29 427r29 428r29 429r29
113I13*Plot_Color_Type{natural} 114r27 115r27 116r27 117r27 118r27 119r27
. 120r27 121r27 122r27 123r27 124r27 125r27 126r27 127r27 128r27 129r27 137r73
. 628r25 916r32 1257r49 1282r48 1285r48 1597r22 1603r58 1887r48 29|460r25
. 1313r32 1876r49 1971r48 1974r48 2614r22 2623r58 3113r48
114i5*Black{113I13} 29|53r17 66r17
115i5*Red{113I13} 138r48 628r47 29|460r47
116i5*Yellow{113I13}
117i5*Green{113I13} 138r59
118i5*Aquamarine{113I13}
119i5*Pink{113I13}
120i5*Wheat{113I13}
121i5*Grey{113I13}
122i5*Brown{113I13}
123i5*Blue{113I13} 138r53
124i5*BlueViolet{113I13} 138r74
125i5*Cyan{113I13}
126i5*Turquoise{113I13}
127i5*Magenta{113I13}
128i5*Salmon{113I13} 138r66
129i5*White{113I13} 29|54r17 67r17 199r16 243r16 603r16 605r16 607r16 659r16
. 717r16
131N5*Max_Lines_For_Multiplot 137r45 140r45 143r45 148r47
134I13*Line_Style_Type{integer} 143r73 630r25 1258r49 1283r48 1312r35 29|462r25
. 1877r49 1972r48 2083r35
137A10*Color_Array_Type(113I13)<integer> 138r27 525r25 29|100r25 472r36
138a5*Default_Color_Array{137A10} 525r52 29|100r52 472r63
140A10*Line_Width_Array_Type(long_float)<integer> 141r32 526r25 29|101r25
. 473r36
141a5*Default_Line_Width_Array{140A10} 526r52 29|101r52 473r63
143A10*Line_Style_Array_Type(134I13)<integer> 144r32 527r25 29|102r25 474r36
144a5*Default_Line_Style_Array{143A10} 527r52 29|102r52 474r63
147r5*Default_Label_String{16|79R9} 149r72 545r43 546r43 547r43 559r43 560r43
. 561r43 572r43 573r43 574r43 586r43 587r43 588r43 595r43 596r43 597r43 613r43
. 614r43 615r43 624r57 625r57 626r57 643r46 644r46 645r46 889r56 894r56 899r56
. 1243r73 1891r68 29|259r43 260r43 261r43 292r43 293r43 294r43 323r43 324r43
. 325r43 360r43 361r43 362r43 390r43 391r43 392r43 430r43 431r43 432r43 456r57
. 457r57 458r57 590r46 591r46 592r46 1274r56 1279r56 1284r56 1859r73 3117r68
148A10*Label_String_Array_Type(16|79R9)<integer> 149r34 521r25 522r25 523r25
. 29|96r25 97r25 98r25 264r36 265r36 266r36 296r36 297r36 298r36 328r36 329r36
. 330r36 365r36 366r36 367r36 395r36 396r36 397r36 434r36 435r36 436r36 469r36
. 470r36 471r36
149a5*Default_Label_String_Array{148A10} 521r52 522r52 523r52 29|96r52 97r52
. 98r52 264r63 265r63 266r63 296r63 297r63 298r63 328r63 329r63 330r63 365r63
. 366r63 367r63 395r63 396r63 397r63 434r63 435r63 436r63 469r63 470r63 471r63
152i5*Maximum_Number_Of_Stripcharts{integer} 153r60
153A10*Stripchart_Label_String_Array_Type(16|79R9)<integer> 1890r55 29|3116r55
158A10*Legend_String_Array_Type(16|79R9)<integer> 1264r49 1273r49 1288r48
. 1289r48 29|1883r49 1892r49 1899r20 1977r48 1978r48 1990r20
162i5*PL_Position_Left{27|1043I13} 172r74
163i5*PL_Position_Right{27|1043I13} 173r74
164i5*PL_Position_Top{27|1043I13} 174r74
165i5*PL_Position_Bottom{27|1043I13} 175r74
166i5*PL_Position_Inside{27|1043I13} 176r74
167i5*PL_Position_Outside{27|1043I13} 177r74
168i5*PL_Position_Viewport{27|1043I13} 178r74
169i5*PL_Position_Subpage{27|1043I13} 179r74
172i5*Legend_Position_Left{27|1043I13}
173i5*Legend_Position_Right{27|1043I13}
174i5*Legend_Position_Top{27|1043I13}
175i5*Legend_Position_Bottom{27|1043I13}
176i5*Legend_Position_Inside{27|1043I13}
177i5*Legend_Position_Outside{27|1043I13}
178i5*Legend_Position_Viewport{27|1043I13}
179i5*Legend_Position_Subpage{27|1043I13}
182i5*PL_Legend_None{27|1057I13} 192r56
183i5*PL_Legend_Color_Box{27|1057I13} 193r56
184i5*PL_Legend_Line{27|1057I13} 194r56
185i5*PL_Legend_Symbol{27|1057I13} 195r56
186i5*PL_Legend_Text_Left{27|1057I13} 196r56
187i5*PL_Legend_Background{27|1057I13} 197r56
188i5*PL_Legend_Bounding_Box{27|1057I13} 198r56
189i5*PL_Legend_Row_Major{27|1057I13} 199r56
192i5*Legend_None{27|1057I13}
193i5*Legend_Color_Box{27|1057I13}
194i5*Legend_Line{27|1057I13}
195i5*Legend_Symbol{27|1057I13}
196i5*Legend_Text_Left{27|1057I13}
197i5*Legend_Background{27|1057I13}
198i5*Legend_Bounding_Box{27|1057I13}
199i5*Legend_Row_Major{27|1057I13}
202i5*PL_Colorbar_Label_Left{27|1070I13} 221r61
203i5*PL_Colorbar_Label_Right{27|1070I13} 222r61
204i5*PL_Colorbar_Label_Top{27|1070I13} 223r61
205i5*PL_Colorbar_Label_Bottom{27|1070I13} 224r61
206i5*PL_Colorbar_Image{27|1070I13} 225r61
207i5*PL_Colorbar_Shade{27|1070I13} 226r61
208i5*PL_Colorbar_Gradient{27|1070I13} 227r61
209i5*PL_Colorbar_Cap_None{27|1070I13} 228r61
210i5*PL_Colorbar_Cap_Low{27|1070I13} 229r61
211i5*PL_Colorbar_Cap_High{27|1070I13} 230r61
212i5*PL_Colorbar_Shade_Label{27|1070I13} 231r61
213i5*PL_Colorbar_Orient_Right{27|1070I13} 232r61
214i5*PL_Colorbar_Orient_Top{27|1070I13} 233r61
215i5*PL_Colorbar_Orient_Left{27|1070I13} 234r61
216i5*PL_Colorbar_Orient_Bottom{27|1070I13} 235r61
217i5*PL_Colorbar_Background{27|1070I13} 236r61
218i5*PL_Colorbar_Bounding_Box{27|1070I13} 237r61
221i5*Colorbar_Label_Left{27|1070I13}
222i5*Colorbar_Label_Right{27|1070I13}
223i5*Colorbar_Label_Top{27|1070I13}
224i5*Colorbar_Label_Bottom{27|1070I13}
225i5*Colorbar_Image{27|1070I13}
226i5*Colorbar_Shade{27|1070I13}
227i5*Colorbar_Gradient{27|1070I13}
228i5*Colorbar_Cap_None{27|1070I13}
229i5*Colorbar_Cap_Low{27|1070I13}
230i5*Colorbar_Cap_High{27|1070I13}
231i5*Colorbar_Shade_Label{27|1070I13}
232i5*Colorbar_Orient_Right{27|1070I13}
233i5*Colorbar_Orient_Top{27|1070I13}
234i5*Colorbar_Orient_Left{27|1070I13}
235i5*Colorbar_Orient_Bottom{27|1070I13}
236i5*Colorbar_Background{27|1070I13}
237i5*Colorbar_Bounding_Box{27|1070I13}
240I13*Justification_Type{integer} 241r37 242r37 243r37 244r37 528r25 631r25
. 1000r38 1008r38 29|103r25 463r25 1467r38 1478r38
241i5*User_Justified{240I13}
242i5*Not_Justified{240I13} 528r52 631r47 29|103r52 463r47
243i5*Justified{240I13}
244i5*Justified_Square_Box{240I13}
247I13*Axis_Style_Type{integer} 249r34 250r34 252r34 253r34 254r34 255r34
. 257r34 258r34 259r34 260r34 262r34 263r34 264r34 265r34 267r34 268r34 269r34
. 270r34 272r47 273r47 274r47 275r47 277r47 278r47 279r47 280r47 282r47 283r47
. 284r47 285r47 287r48 288r48 289r48 290r48 524r25 627r25 1001r38 1009r38
. 29|99r25 459r25 1468r38 1479r38
249i5*No_Box{247I13} 29|566r26
250i5*Box{247I13}
252i5*Linear_Box_Plus{247I13} 524r52 29|99r52
253i5*Linear_Zero_Axes{247I13}
254i5*Linear_Major_Grid{247I13} 627r47 29|280r29 309r29 446r29 459r47
255i5*Linear_Minor_Grid{247I13} 29|566r34
257i5*Log_X_Box_Plus{247I13} 29|488r26
258i5*Log_X_Zero_Axes{247I13}
259i5*Log_X_Major_Grid{247I13}
260i5*Log_X_Minor_Grid{247I13} 29|346r29 488r42
262i5*Log_Y_Box_Plus{247I13} 29|514r26
263i5*Log_Y_Zero_Axes{247I13}
264i5*Log_Y_Major_Grid{247I13}
265i5*Log_Y_Minor_Grid{247I13} 29|383r29 514r42
267i5*Log_XY_Box_Plus{247I13} 29|539r26
268i5*Log_XY_Zero_Axes{247I13}
269i5*Log_XY_Major_Grid{247I13}
270i5*Log_XY_Minor_Grid{247I13} 29|414r29 539r43
272i5*Date_Time_X_Linear_Box_Plus{247I13}
273i5*Date_Time_X_Linear_Zero_Axes{247I13}
274i5*Date_Time_X_Linear_Major_Grid{247I13}
275i5*Date_Time_X_Linear_Minor_Grid{247I13}
277i5*Date_Time_Y_Linear_Box_Plus{247I13}
278i5*Date_Time_Y_Linear_Zero_Axes{247I13}
279i5*Date_Time_Y_Linear_Major_Grid{247I13}
280i5*Date_Time_Y_Linear_Minor_Grid{247I13}
282i5*Date_Time_XY_Linear_Box_Plus{247I13}
283i5*Date_Time_XY_Linear_Zero_Axes{247I13}
284i5*Date_Time_XY_Linear_Major_Grid{247I13}
285i5*Date_Time_XY_Linear_Minor_Grid{247I13}
287i5*Custom_Labels_Linear_Box_Plus{247I13}
288i5*Custom_Labels_Linear_Zero_Axes{247I13}
289i5*Custom_Labels_Linear_Major_Grid{247I13}
290i5*Custom_Labels_Linear_Minor_Grid{247I13}
293I13*Integer_0_255_Type{integer} 294r61
294A10*Integer_0_255_Array(293I13)<integer> 1518r58 1523r58 29|2421r58 2437r58
297F13*Long_Float_0_1_Type{long_float} 906r34 920r30 1067r62 1078r62 1225r32
. 1226r32 1227r36 1228r36 1229r36 1488r32 1489r32 1490r32 1492r36 1493r36
. 1605r58 1616r58 29|1297r34 1320r30 1572r62 1588r62 1832r32 1833r32 1834r36
. 1835r36 1836r36 2378r32 2379r32 2380r32 2382r36 2383r36 2625r58 2642r58
300a5*Escape_Character_Set{14|47A9}
303I13*Font_Style_Type{integer} 304r28 305r28 306r28 307r28 1046r35 29|1539r35
304i5*Normal_Font{303I13}
305i5*Roman_Font{303I13}
306i5*Italic_Font{303I13}
307i5*Script_Font{303I13}
311I13*Character_Set_Type{integer} 312r39 313r39 1050r40 29|1546r40
312i5*Standard_Character_Set{311I13}
313i5*Extended_Character_Set{311I13}
316E10*Orientation_Type 316e51 1795r36 29|2955r36
316n31*Landscape{316E10} 29|2957r26
316n42*Portrait{316E10}
319i5*Unchanged{integer}
322I13*Fill_Pattern_Type{integer} 1449r37 29|2317r37
325i5*Parse_Partial{27|293I10}
326i5*Parse_Full{27|293I10}
327i5*Parse_Quiet{27|293I10}
328i5*Parse_No_Delete{27|293I10}
329i5*Parse_Show_All{27|293I10}
330i5*Parse_Override{27|293I10}
331i5*Parse_No_Program{27|293I10}
332i5*Parse_No_Dash{27|293I10}
333i5*Parse_Skip{27|293I10}
336i5*FCI_Mark{integer}
337i5*FCI_Impossible{integer}
338i5*FCI_Hexdigit_Mask{integer}
339i5*FCI_Hexpower_Mask{integer}
340i5*FCI_Hexpower_Impossible{integer}
342i5*FCI_Family{integer}
343i5*FCI_Style{integer}
344i5*FCI_Weight{integer}
346i5*FCI_Sans{integer}
347i5*FCI_Serif{integer}
348i5*FCI_Mono{integer}
349i5*FCI_Script{integer}
350i5*FCI_Symbol{integer}
352i5*FCI_Upright{integer}
353i5*FCI_Italic{integer}
354i5*FCI_Oblique{integer}
356i5*FCI_Medium{integer}
357i5*FCI_Bold{integer}
360E10*Map_Type 360e103 1322r48 29|2096r48
360n23*Continents{360E10} 29|2104r18
360n35*USA_and_States{360E10} 29|2108r18
360n51*Continents_and_Countries{360E10} 29|2112r18
360n77*USA_States_and_Continents{360E10} 29|2116r18
365i5*No_3D_Options{integer}
366i5*Lines_Parallel_To_X{integer}
367i5*Lines_Parallel_To_Y{integer}
368i5*Lines_Parallel_To_X_And_Y{integer} 29|667r25 725r25
369i5*Magnitude_Color{integer} 29|667r53 725r53 726r27
370i5*Base_Contour{integer}
371i5*Top_Contour{integer}
372i5*Surface_Contour{integer}
373i5*Sides{integer}
374i5*Facets{integer}
375i5*Meshed{integer}
377I13*Gridding_Algorithm_Type{integer} 381r72 382r72 383r72 384r72 385r72
. 386r72 447r28 448r28 449r28 450r28 451r28 452r28 1163r34 29|1729r34
381i5*Grid_Bivariate_Cubic_Spline_Approximation{377I13}
382i5*Grid_Delaunay_Triangulation_Linear_Interpolation{377I13}
383i5*Grid_Natural_Neighbors_Interpolation{377I13}
384i5*Grid_Nearest_Neighbors_Inverse_Distance_Weighted{377I13}
385i5*Grid_Nearest_Neighbors_Linear_Interpolation{377I13}
386i5*Grid_Nearest_Neighbors_Around_Inverse_Distance_Weighted{377I13}
389i5*x_axis{integer}
390i5*y_axis{integer}
391i5*z_axis{integer}
400i5*PL_PARSE_PARTIAL{27|293I10}
401i5*PL_PARSE_FULL{27|293I10}
402i5*PL_PARSE_QUIET{27|293I10}
403i5*PL_PARSE_NODELETE{27|293I10}
404i5*PL_PARSE_SHOWALL{27|293I10}
405i5*PL_PARSE_OVERRIDE{27|293I10}
406i5*PL_PARSE_NOPROGRAM{27|293I10}
407i5*PL_PARSE_NODASH{27|293I10}
408i5*PL_PARSE_SKIP{27|293I10}
411i5*PL_FCI_MARK{integer}
412i5*PL_FCI_IMPOSSIBLE{integer}
413i5*PL_FCI_HEXDIGIT_MASK{integer}
414i5*PL_FCI_HEXPOWER_MASK{integer}
415i5*PL_FCI_HEXPOWER_IMPOSSIBLE{integer}
417i5*PL_FCI_FAMILY{integer}
418i5*PL_FCI_STYLE{integer}
419i5*PL_FCI_WEIGHT{integer}
421i5*PL_FCI_SANS{integer}
422i5*PL_FCI_SERIF{integer}
423i5*PL_FCI_MONO{integer}
424i5*PL_FCI_SCRIPT{integer}
425i5*PL_FCI_SYMBOL{integer}
427i5*PL_FCI_UPRIGHT{integer}
428i5*PL_FCI_ITALIC{integer}
429i5*PL_FCI_OBLIQUE{integer}
431i5*PL_FCI_MEDIUM{integer}
432i5*PL_FCI_BOLD{integer}
435i5*DRAW_LINEX{integer}
436i5*DRAW_LINEY{integer}
437i5*DRAW_LINEXY{integer}
438i5*MAG_COLOR{integer}
439i5*BASE_CONT{integer}
440i5*TOP_CONT{integer}
441i5*SURF_CONT{integer}
442i5*DRAW_SIDES{integer}
443i5*FACETED{integer}
444i5*MESH{integer}
447i5*GRID_CSA{377I13}
448i5*GRID_DTLI{377I13}
449i5*GRID_NNI{377I13}
450i5*GRID_NNIDW{377I13}
451i5*GRID_NNLI{377I13}
452i5*GRID_NNAIDW{377I13}
457i5*PL_X_AXIS{integer}
458i5*PL_Y_AXIS{integer}
459i5*PL_Z_AXIS{integer}
461i5*Label_X_Axis{integer}
462i5*Label_Y_Axis{integer}
463i5*Label_Z_Axis{integer}
470i5*Histogram_Default{integer}
471i5*Histogram_Noscaling{integer}
472i5*Histogram_Ignore_Outliers{integer}
473i5*Histogram_Noexpand{integer}
474i5*Histogram_Noempty{integer}
478i5*Bin_Default{integer}
479i5*Bin_Centered{integer}
480i5*Bin_Noexpand{integer}
481i5*Bin_Noempty{integer}
489V14*TUB=489:108{16|79R9} 29|272s40 273s40 274s40 301s40 302s40 303s40
. 335s40 336s40 337s40 372s40 373s40 374s40 402s40 403s40 404s40 438s40 439s40
. 440s40 477s40 478s40 479s40 2106s40 2110s40 2114s40 2118s40
489s18 arg{string}
498U15*Draw_On_Black 29|51b15 55l9 55t22
503U15*Draw_On_White 29|64b15 68l9 68t22
510U15*Multiplot_Pairs 511>9 512>9 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 29|85b15 246l9 246t24 276s9 305s9 342s9 379s9 410s9 442s9 496s17
. 521s17 548s17 567s13
511a9 x1{26|42A9} 29|86b9 117r16 118r59 138r16 139r59 203r12 208r20
512a9 y1{26|42A9} 29|87b9 159r16 160r59 180r16 181r59 203r31 208r24
513a9 x2{26|42A9} 29|88b9 120r16 121r59 141r16 142r59 211r12 216r20
514a9 y2{26|42A9} 29|89b9 162r16 163r59 183r16 184r59 211r31 216r24
515a9 x3{26|42A9} 29|90b9 123r16 124r59 144r16 145r59 219r12 224r20
516a9 y3{26|42A9} 29|91b9 165r16 166r59 186r16 187r59 219r31 224r24
517a9 x4{26|42A9} 29|92b9 126r16 127r59 147r16 148r59 227r12 232r20
518a9 y4{26|42A9} 29|93b9 168r16 169r59 189r16 190r59 227r31 232r24
519a9 x5{26|42A9} 29|94b9 129r16 130r59 150r16 151r59 235r12 240r20
520a9 y5{26|42A9} 29|95b9 171r16 172r59 192r16 193r59 235r31 240r24
521a9 X_Labels{148A10} 29|96b9 204r29 212r29 220r29 228r29 236r29 277r13
. 306r13 343r13 380r13 411r13 443r13 498r21 523r21 550r21 569r17
522a9 Y_Labels{148A10} 29|97b9 204r53 212r53 220r53 228r53 236r53 278r13
. 307r13 344r13 381r13 412r13 444r13 499r21 524r21 551r21 570r17
523a9 Title_Labels{148A10} 29|98b9 204r77 212r77 220r77 228r77 236r77 279r13
. 308r13 345r13 382r13 413r13 445r13 500r21 525r21 552r21 571r17
524i9 Axis_Style{247I13} 29|99b9 201r58 280r13 309r13 346r13 383r13 414r13
. 446r13 501r21 526r21 553r21 572r17
525a9 Colors{137A10} 29|100b9 205r20 213r20 221r20 229r20 237r20 502r21 527r21
. 554r21 573r17
526a9 Line_Widths{140A10} 29|101b9 503r21 528r21 555r21 574r17
527a9 Line_Styles{143A10} 29|102b9 207r20 215r20 223r20 231r20 239r20 504r21
. 529r21 556r21 575r17
528i9 Justification{240I13} 29|103b9 201r43 505r21 530r21 557r21 576r17
529f9 x_Min_Zoom{long_float} 29|104b9 114r12 115r22 506r21 531r21 558r21
. 577r17
530f9 x_Max_Zoom{long_float} 29|105b9 135r12 136r22 507r21 532r21 559r21
. 578r17
531f9 y_Min_Zoom{long_float} 29|106b9 156r12 157r22 508r21 533r21 560r21
. 579r17
532f9 y_Max_Zoom{long_float} 29|107b9 177r12 178r22 509r21 534r21 561r21
. 580r17
539U15*Quick_Plot 540>9 541>9 542>9 543>9 544>9 545>9 546>9 547>9 29|253b15
. 281l9 281t19
540a9 y1{26|42A9} 29|254b9 263r25 276r28
541a9 y2{26|42A9} 29|255b9 276r35
542a9 y3{26|42A9} 29|256b9 276r42
543a9 y4{26|42A9} 29|257b9 276r49
544a9 y5{26|42A9} 29|258b9 276r56
545s9 X_Label{string} 29|259b9 272r44
546s9 Y_Label{string} 29|260b9 273r44
547s9 Title_Label{string} 29|261b9 274r44
552U15*Simple_Plot 553>9 554>9 555>9 556>9 557>9 558>9 559>9 560>9 561>9
. 29|285b15 310l9 310t20
553a9 x{26|42A9} 29|286b9 305r25 305r32 305r39 305r46 305r53
554a9 y1{26|42A9} 29|287b9 305r28
555a9 y2{26|42A9} 29|288b9 305r35
556a9 y3{26|42A9} 29|289b9 305r42
557a9 y4{26|42A9} 29|290b9 305r49
558a9 y5{26|42A9} 29|291b9 305r56
559s9 X_Label{string} 29|292b9 301r44
560s9 Y_Label{string} 29|293b9 302r44
561s9 Title_Label{string} 29|294b9 303r44
565U15*Simple_Plot_Log_X 566>9 567>9 568>9 569>9 570>9 571>9 572>9 573>9
. 574>9 575>9 29|316b15 347l9 347t26
566a9 x{26|42A9} 29|317b9 332r29 340r29
567a9 y1{26|42A9} 29|318b9 342r32
568a9 y2{26|42A9} 29|319b9 342r43
569a9 y3{26|42A9} 29|320b9 342r54
570a9 y4{26|42A9} 29|321b9 342r65
571a9 y5{26|42A9} 29|322b9 342r76
572s9 X_Label{string} 29|323b9 335r44
573s9 Y_Label{string} 29|324b9 336r44
574s9 Title_Label{string} 29|325b9 337r44
575f9 Log_Base{long_float} 29|326b9 340r35
579U15*Simple_Plot_Log_Y 580>9 581>9 582>9 583>9 584>9 585>9 586>9 587>9
. 588>9 589>9 29|353b15 384l9 384t26
580a9 x1{26|42A9} 29|354b9 379r25
581a9 y{26|42A9} 29|355b9 369r29 377r29
582a9 x2{26|42A9} 29|356b9 379r36
583a9 x3{26|42A9} 29|357b9 379r47
584a9 x4{26|42A9} 29|358b9 379r58
585a9 x5{26|42A9} 29|359b9 379r69
586s9 X_Label{string} 29|360b9 372r44
587s9 Y_Label{string} 29|361b9 373r44
588s9 Title_Label{string} 29|362b9 374r44
589f9 Log_Base{long_float} 29|363b9 377r35
593U15*Simple_Plot_Log_XY 594>9 594>12 595>9 596>9 597>9 598>9 598>21 29|388b15
. 415l9 415t27
594a9 x{26|42A9} 29|389b9 399r29 407r29
594a12 y{26|42A9} 29|389b12 400r29 408r29
595s9 X_Label{string} 29|390b9 402r44
596s9 Y_Label{string} 29|391b9 403r44
597s9 Title_Label{string} 29|392b9 404r44
598f9 x_Log_Base{long_float} 29|393b9 407r35
598f21 y_Log_Base{long_float} 29|393b21 408r35
602U15*Simple_Plot_Pairs 603>9 604>9 605>9 606>9 607>9 608>9 609>9 610>9
. 611>9 612>9 613>9 614>9 615>9 29|419b15 447l9 447t26
603a9 x1{26|42A9} 29|420b9 442r25
604a9 y1{26|42A9} 29|421b9 442r29
605a9 x2{26|42A9} 29|422b9 442r33
606a9 y2{26|42A9} 29|423b9 442r37
607a9 x3{26|42A9} 29|424b9 442r41
608a9 y3{26|42A9} 29|425b9 442r45
609a9 x4{26|42A9} 29|426b9 442r49
610a9 y4{26|42A9} 29|427b9 442r53
611a9 x5{26|42A9} 29|428b9 442r57
612a9 y5{26|42A9} 29|429b9 442r61
613s9 X_Label{string} 29|430b9 438r44
614s9 Y_Label{string} 29|431b9 439r44
615s9 Title_Label{string} 29|432b9 440r44
622U15*Single_Plot 623>9 623>12 624>9 625>9 626>9 627>9 628>9 629>9 630>9
. 631>9 632>9 633>9 634>9 635>9 29|454b15 582l9 582t20
623a9 x{26|42A9} 29|455b9 490r37 493r37 522r21 541r37 545r37 568r17
623a12 y{26|42A9} 29|455b12 497r28 516r37 519r37 542r37 546r37 568r20
624s9 X_Label{string} 29|456b9 477r44
625s9 Y_Label{string} 29|457b9 478r44
626s9 Title_Label{string} 29|458b9 479r44
627i9 Axis_Style{247I13} 29|459b9 488r12 501r38 514r12 526r38 539r12 553r38
. 566r12 572r34
628i9 Color{113I13} 29|460b9 480r40
629f9 Line_Width{long_float} 29|461b9 481r40
630i9 Line_Style{134I13} 29|462b9 482r40
631i9 Justification{240I13} 29|463b9 505r38 530r38 557r38 576r34
632f9 x_Min_Zoom{long_float} 29|464b9 506r38 531r38 558r38 577r34
633f9 x_Max_Zoom{long_float} 29|465b9 507r38 532r38 559r38 578r34
634f9 y_Min_Zoom{long_float} 29|466b9 508r38 533r38 560r38 579r34
635f9 y_Max_Zoom{long_float} 29|467b9 509r38 534r38 561r38 580r34
640U15*Simple_Contour 641>9 642>9 643>9 644>9 645>9 29|587b15 611l9 611t23
641a9 z{26|43A9} 29|588b9 598r61 598r76 609r16 609r19 609r31 609r42 609r54
642i9 Number_Levels{integer} 29|589b9 594r44
643s9 X_Label{string} 29|590b9 606r15
644s9 Y_Label{string} 29|591b9 606r24
645s9 Title_Label{string} 29|592b9 606r33
650U15*Simple_Mesh_3D 651>9 651>12 652>9 653>9 654>9 655>9 656>9 657>9 658>9
. 659>9 660>9 661>9 29|616b15 668l9 668t23
651a9 x{26|42A9} 29|617b9 633r12 642r39 643r39 667r16
651a12 y{26|42A9} 29|617b12 636r12 650r39 651r39 667r19
652a9 z{26|43A9} 29|618b9 633r24 636r24 663r24 663r39 667r22
653f9 x_Min{long_float} 29|619b9 641r12 645r28
654f9 x_Max{long_float} 29|620b9 641r28 646r28
655f9 y_Min{long_float} 29|621b9 649r12 653r28
656f9 y_Max{long_float} 29|622b9 649r28 654r28
657f9 Altitude{long_float} 29|623b9 663r43
658f9 Azimuth{long_float} 29|624b9 663r53
659s9 X_Label{string} 29|625b9 664r25
660s9 Y_Label{string} 29|626b9 665r22
661s9 Z_Label{string} 29|627b9 666r26
666U15*Simple_Surface_3D 667>9 667>12 668>9 669>9 670>9 671>9 672>9 673>9
. 674>9 675>9 676>9 677>9 29|673b15 727l9 727t26
667a9 x{26|42A9} 29|674b9 691r12 700r39 701r39 725r16 726r18
667a12 y{26|42A9} 29|674b12 694r12 708r39 709r39 725r19 726r21
668a9 z{26|43A9} 29|675b9 691r24 694r24 721r24 721r39 725r22 726r24
669f9 x_Min{long_float} 29|676b9 699r12 703r28
670f9 x_Max{long_float} 29|677b9 699r28 704r28
671f9 y_Min{long_float} 29|678b9 707r12 711r28
672f9 y_Max{long_float} 29|679b9 707r28 712r28
673f9 Altitude{long_float} 29|680b9 721r43
674f9 Azimuth{long_float} 29|681b9 721r53
675s9 X_Label{string} 29|682b9 722r25
676s9 Y_Label{string} 29|683b9 723r22
677s9 Z_Label{string} 29|684b9 724r26
687i5*Number_Of_Default_Colors{integer} 691r54 692r54 693r54 29|758r19
691a5*Default_Red_Components{42A13} 29|759r18 772r20 778r20 784r20 790r20
. 796r20 802r20 808r20 814r20 820r20 826r20 832r21 838r21 844r21 850r21 856r21
. 862r21 3523m34
692a5*Default_Green_Components{42A13} 29|759r42 772r47 778r47 784r47 790r47
. 796r47 802r47 808r47 814r47 820r47 826r47 832r49 838r49 844r49 850r49 856r49
. 862r49 3523m58
693a5*Default_Blue_Components{42A13} 29|759r68 772r76 778r76 784r76 790r76
. 796r76 802r76 808r76 814r76 820r76 826r76 832r79 838r79 844r79 850r79 856r79
. 862r79 3523m84
699U15*Make_Snapshot_Of_Color_Map_0 700<9 700<15 700<23 29|738b15 744l9 744t37
. 3523s5
700a9 Reds{42A13} 29|739b9 741r18 742m24 742r24
700a15 Greens{42A13} 29|739b15 742m33 742r33
700a23 Blues{42A13} 29|739b23 742m44 742r44
704U15*Restore_Snapshot_Of_Color_Map_0 705>9 705>15 705>23 29|748b15 752l9
. 752t40
705a9 Reds{42A13} 29|749b9 751r18
705a15 Greens{42A13} 29|749b15 751r24
705a23 Blues{42A13} 29|749b23 751r32
709U15*Restore_Default_Snapshot_Of_Color_Map_0 29|756b15 760l9 760t48
719V14*Reset_Black{integer} 29|770b14 774l9 774t20
721V14*Reset_Red{integer} 29|776b14 780l9 780t18
723V14*Reset_Yellow{integer} 29|782b14 786l9 786t21
725V14*Reset_Green{integer} 29|788b14 792l9 792t20
727V14*Reset_Aquamarine{integer} 29|794b14 798l9 798t25
729V14*Reset_Pink{integer} 29|800b14 804l9 804t19
731V14*Reset_Wheat{integer} 29|806b14 810l9 810t20
733V14*Reset_Grey{integer} 29|812b14 816l9 816t19
735V14*Reset_Brown{integer} 29|818b14 822l9 822t20
737V14*Reset_Blue{integer} 29|824b14 828l9 828t19
739V14*Reset_BlueViolet{integer} 29|830b14 834l9 834t25
741V14*Reset_Cyan{integer} 29|836b14 840l9 840t19
743V14*Reset_Turquoise{integer} 29|842b14 846l9 846t24
745V14*Reset_Magenta{integer} 29|848b14 852l9 852t22
747V14*Reset_Salmon{integer} 29|854b14 858l9 858t21
749V14*Reset_White{integer} 29|860b14 864l9 864t20
754E10*Color_Themes_For_Map_1_Type 755e67 760r51 29|870r51
754n42*Gray{754E10} 29|940r18
754n48*Blue_Green_Red{754E10} 29|657r31 715r31 956r18
754n64*Red_Green_Blue{754E10} 29|972r18
755n9*Red_Cyan_Blue{754E10} 29|988r18
755n24*Blue_Black_Red{754E10} 29|1004r18
755n40*Red_Blue_Green{754E10} 29|1024r18
755n56*Red_Yellow{754E10} 29|1040r18
756E10*Alt_Hue_Path_Type 756e68 1553r27 1580r27 29|2504r27 2574r27
756n32*Alt_Hue_Path_None{756E10} 29|2512r30 2582r30
756n51*Alt_Hue_Path_All{756E10} 29|2508r27 2578r27
760U15*Quick_Set_Color_Map_1 760>37 29|657s9 715s9 870b15 1057l9 1057t30
760e37 Color_Theme{754E10} 29|870b37 939r14
771V14*Mask_Function_No_Mask{integer} 771>36 771>39 772r50 29|1068b14 1071l9
. 1071t30
771f36 x{long_float} 29|1068b36
771f39 y{long_float} 29|1068b39
777U15*Calculate_Contour_Levels 778=9 779>9 779>16 29|598s9 1076b15 1088l9
. 1088t33
778a9 Contour_Levels{26|42A9} 29|1077b9 1083r46 1083r68 1084r18 1085r23 1086m13
779f9 z_Min{long_float} 29|1078b9 1083r26 1086r34
779f16 z_Max{long_float} 29|1078b16 1083r18
789U15*pl_setcontlabelformat 790>9 791>9 29|1098b15 1103l9 1103t30
790i9 Limit_Exponent{integer} 29|1099b9 1102r43
791i9 Significant_Digits{integer} 29|1100b9 1102r59
795U15*pl_setcontlabelparam 796>9 797>9 798>9 799>9 29|608s9 1107b15 1122l9
. 1122t29
796f9 Label_Offset{long_float} 29|1108b9 1121r42
797f9 Label_Font_Height{long_float} 29|1109b9 1121r56
798f9 Label_Spacing{long_float} 29|1110b9 1121r75
799b9 Labels_Active{boolean} 29|1111b9 1116r12
802i5*Next_Subpage{integer} 29|600r15 658r15 716r15
805U15*pladv 805>21 29|600s9 658s9 716s9 1126b15 1129l9 1129t14
805i21 Page{natural} 29|1126b21 1128r27
809U15*plarc 810>9 810>12 810>15 810>18 810>21 810>29 810>37 811>9 29|1133b15
. 1146l9 1146t14
810f9 x{long_float} 29|1134b9 1145r27
810f12 y{long_float} 29|1134b12 1145r30
810f15 a{long_float} 29|1134b15 1145r33
810f18 b{long_float} 29|1134b18 1145r36
810f21 angle1{long_float} 29|1134b21 1145r39
810f29 angle2{long_float} 29|1134b29 1145r47
810f37 rotate{long_float} 29|1134b37 1145r55
811b9 fill{boolean} 29|1135b9 1140r12
815U15*plvect 816>9 816>12 817>9 818>9 819>9 29|1150b15 1158l9 1158t15
816a9 u{26|43A9} 29|1151b9 1156r47 1156r74 1156r87
816a12 v{26|43A9} 29|1151b12 1156r70
817f9 Scale{long_float} 29|1152b9 1157r13
818p9 Transformation_Procedure_Pointer{27|136P10} 29|1153b9 1157r20
819m9 Transformation_Data_Pointer{48M13} 29|1154b9 1157r54
823U15*plsvect 824>9 824>21 825>9 29|1162b15 1175l9 1175t16
824a9 X_Vertices{26|42A9} 29|1163b9 1174r29 1174r53
824a21 Y_Vertices{26|42A9} 29|1163b21 1174r41
825b9 Fill_Arrow{boolean} 29|1164b9 1169r12
829U15*plsvect 830>9 830>21 831>9 29|1179b15 1192l9 1192t16
830m9 X_Vertices{48M13} 29|1180b9 1191r36
830m21 Y_Vertices{48M13} 29|1180b21 1191r48
831b9 Fill_Arrow{boolean} 29|1181b9 1186r12
836U15*plsvect 29|1197b15 1200l9 1200t16
841U15*Reset_Vector_Arrow_Style 29|1205b15 1208l9 1208t33
846U15*plaxes 847>9 847>19 848>9 849>9 850>9 851>9 852>9 853>9 29|1213b15
. 1226l9 1226t15
847f9 X_Origin{long_float} 29|1214b9 1223r13
847f19 Y_Origin{long_float} 29|1214b19 1223r23
848s9 X_Option_String{string} 29|1215b9 1224r18
849f9 X_Major_Tick_Interval{long_float} 29|1216b9 1224r42
850i9 X_Number_Of_Subintervals{natural} 29|1217b9 1224r65
851s9 Y_Option_String{string} 29|1218b9 1225r18
852f9 Y_Major_Tick_Interval{long_float} 29|1219b9 1225r42
853i9 Y_Number_Of_Subintervals{natural} 29|1220b9 1225r65
857U15*plbin 858>9 859>9 860>9 29|1230b15 1236l9 1236t14
858a9 Bin_Values{26|42A9} 29|1231b9 1235r27 1235r46
859a9 Bin_Counts{26|42A9} 29|1232b9 1235r58
860i9 Options{integer} 29|1233b9 1235r70
864U15*plbtime 865<9 865<15 865<22 865<27 865<33 866<9 867>9 29|1240b15 1246l9
. 1246t16
865i9 year{integer} 29|1241b9 1245m29
865i15 month{integer} 29|1241b15 1245m35
865i22 day{integer} 29|1241b22 1245m42
865i27 hour{integer} 29|1241b27 1245m47
865i33 min{integer} 29|1241b33 1245m53
866f9 sec{long_float} 29|1242b9 1245m58
867f9 ctime{long_float} 29|1243b9 1245r63
871U15*plbop 29|1250b15 1253l9 1253t14
875U15*plbox 876>9 877>9 878>9 879>9 880>9 881>9 29|604s28 1257b15 1268l9
. 1268t14
876s9 X_Option_String{string} 29|1258b9 1266r18
877f9 X_Major_Tick_Interval{long_float} 29|1259b9 1266r42
878i9 X_Number_Of_Subintervals{natural} 29|1260b9 1266r65
879s9 Y_Option_String{string} 29|1261b9 1267r18
880f9 Y_Major_Tick_Interval{long_float} 29|1262b9 1267r42
881i9 Y_Number_Of_Subintervals{natural} 29|1263b9 1267r65
883i5*Auto_Subintervals{integer}
887U15*plbox3 888>9 889>9 890>9 891>9 893>9 894>9 895>9 896>9 898>9 899>9
. 900>9 901>9 29|664s9 722s9 1272b15 1292l9 1292t15
888s9 X_Option_String{string} 29|1273b9 1289r18
889s9 X_Label{string} 29|1274b9 1289r47
890f9 X_Major_Tick_Interval{long_float} 29|1275b9 1289r63
891i9 X_Number_Of_Subintervals{natural} 29|1276b9 1289r86
893s9 Y_Option_String{string} 29|1278b9 1290r18
894s9 Y_Label{string} 29|1279b9 1290r47
895f9 Y_Major_Tick_Interval{long_float} 29|1280b9 1290r63
896i9 Y_Number_Of_Subintervals{natural} 29|1281b9 1290r86
898s9 Z_Option_String{string} 29|1283b9 1291r18
899s9 Z_Label{string} 29|1284b9 1291r47
900f9 Z_Major_Tick_Interval{long_float} 29|1285b9 1291r63
901i9 Z_Number_Of_Subintervals{natural} 29|1286b9 1291r86
905U15*plcalc_world 906>9 906>21 907<9 907<21 908<9 29|1296b15 1302l9 1302t21
906f9 x_Relative{297F13} 29|1297b9 1301r34
906f21 y_Relative{297F13} 29|1297b21 1301r46
907f9 x_World{long_float} 29|1298b9 1301m58
907f21 y_World{long_float} 29|1298b21 1301m67
908i9 Last_Window_Index{integer} 29|1299b9 1301m76
912U15*plclear 29|1306b15 1309l9 1309t16
916U15*plcol0 916>22 29|199s9 205s13 213s13 221s13 229s13 237s13 243s9 603s9
. 605s9 607s9 659s9 717s9 1313b15 1316l9 1316t15
916i22 A_Color{113I13} 29|1313b22 1315r28
920U15*plcol1 920>22 29|1320b15 1323l9 1323t15
920f22 Color{297F13} 29|1320b22 1322r28
925U15*plconfigtime 926>9 926>16 926>25 927>9 928>9 929>9 929>15 929>22 929>27
. 929>33 930>9 29|1328b15 1344l9 1344t21
926f9 skale{long_float} 29|1329b9 1342r34
926f16 offset1{long_float} 29|1329b16 1342r41
926f25 offset2{long_float} 29|1329b25 1342r50
927i9 ccontrol{integer} 29|1330b9 1342r59
928b9 ifbtime_offset{boolean} 29|1331b9 1337r12
929i9 year{integer} 29|1332b9 1343r40
929i15 month{integer} 29|1332b15 1343r46
929i22 day{integer} 29|1332b22 1343r53
929i27 hour{integer} 29|1332b27 1343r58
929i33 min{integer} 29|1332b33 1343r64
930f9 sec{long_float} 29|1333b9 1343r69
936U15*plcont 937>9 938>9 938>22 939>9 939>22 940>9 941>9 942>9 29|609s9
. 1351b15 1363l9 1363t15
937a9 z{26|43A9} 29|1352b9 1359r47 1359r51 1359r64
938i9 x_Min_Index{integer} 29|1353b9 1360r13
938i22 x_Max_Index{integer} 29|1353b22 1360r26
939i9 y_Min_Index{integer} 29|1354b9 1360r39
939i22 y_Max_Index{integer} 29|1354b22 1360r52
940a9 Contour_Levels{26|42A9} 29|1355b9 1360r65 1361r13
941p9 Transformation_Procedure_Pointer{27|136P10} 29|1356b9 1361r36
942m9 Transformation_Data_Pointer{48M13} 29|1357b9 1362r13
956U15*plfcont 957>9 958>9 959>9 959>22 960>9 960>22 961>9 962>9 963>9 29|1379b15
. 1402l9 1402t16
957p9 Function_Evaluator_Pointer{27|179P10} 29|1380b9 1397r29
958a9 Irregular_Data{26|43A9} 29|1381b9 1395r40 1398r13 1398r39
959i9 x_Min_Index{integer} 29|1382b9 1399r13
959i22 x_Max_Index{integer} 29|1382b22 1399r26
960i9 y_Min_Index{integer} 29|1383b9 1399r39
960i22 y_Max_Index{integer} 29|1383b22 1399r52
961a9 Contour_Levels{26|42A9} 29|1384b9 1400r13 1400r29
962p9 Transformation_Procedure_Pointer{27|136P10} 29|1385b9 1401r13
963r9 Transformation_Data{50R13} 29|1386b9 1394r40
967U15*plcpstrm 968>9 969>9 29|1406b15 1419l9 1419t17
968i9 Stream_ID{integer} 29|1407b9 1418r30
969b9 Do_Not_Copy_Device_Coordinates{boolean} 29|1408b9 1413r12
973U15*plctime 974>9 974>15 974>22 974>27 974>33 975>9 976<9 29|1423b15 1429l9
. 1429t16
974i9 year{integer} 29|1424b9 1428r29
974i15 month{integer} 29|1424b15 1428r35
974i22 day{integer} 29|1424b22 1428r42
974i27 hour{integer} 29|1424b27 1428r47
974i33 min{integer} 29|1424b33 1428r53
975f9 sec{long_float} 29|1425b9 1428r58
976f9 ctime{long_float} 29|1426b9 1428m63
981U15*pldid2pc 29|1435b15 1438l9 1438t17
986U15*pldip2dc 29|1444b15 1447l9 1447t17
990U15*plend 29|1451b15 1454l9 1454t14
994U15*plend1 29|1458b15 1461l9 1461t15
998U15*plenv 999>9 999>16 999>23 999>30 1000>9 1001>9 29|201s9 1465b15 1471l9
. 1471t14
999f9 x_Min{long_float} 29|1466b9 1470r27
999f16 x_Max{long_float} 29|1466b16 1470r34
999f23 y_Min{long_float} 29|1466b23 1470r41
999f30 y_Max{long_float} 29|1466b30 1470r48
1000i9 Justification{240I13} 29|1467b9 1470r55
1001i9 Axis_Style{247I13} 29|1468b9 1470r70
1006U15*plenv0 1007>9 1007>16 1007>23 1007>30 1008>9 1009>9 29|1476b15 1482l9
. 1482t15
1007f9 x_Min{long_float} 29|1477b9 1481r28
1007f16 x_Max{long_float} 29|1477b16 1481r35
1007f23 y_Min{long_float} 29|1477b23 1481r42
1007f30 y_Max{long_float} 29|1477b30 1481r49
1008i9 Justification{240I13} 29|1478b9 1481r56
1009i9 Axis_Style{247I13} 29|1479b9 1481r71
1013U15*pleop 29|1486b15 1489l9 1489t14
1017U15*plerrx 1017>22 1017>29 1017>36 29|1493b15 1496l9 1496t15
1017a22 x_Min{26|42A9} 29|1493b22 1495r28 1495r42
1017a29 x_Max{26|42A9} 29|1493b29 1495r49
1017a36 y{26|42A9} 29|1493b36 1495r56
1021U15*plerry 1021>22 1021>25 1021>32 29|1500b15 1503l9 1503t15
1021a22 x{26|42A9} 29|1500b22 1502r42
1021a25 y_Min{26|42A9} 29|1500b25 1502r28 1502r45
1021a32 y_Max{26|42A9} 29|1500b32 1502r52
1025U15*plfamadv 29|1507b15 1510l9 1510t17
1034U15*plfill 1034>22 1034>25 29|1518b15 1521l9 1521t15
1034a22 x{26|42A9} 29|1518b22 1520r28 1520r38
1034a25 y{26|42A9} 29|1518b25 1520r41
1038U15*plfill3 1038>24 1038>27 1038>30 29|1525b15 1528l9 1528t16
1038a24 x{26|42A9} 29|1525b24 1527r29 1527r39
1038a27 y{26|42A9} 29|1525b27 1527r42
1038a30 z{26|42A9} 29|1525b30 1527r45
1042U15*plflush 29|1532b15 1535l9 1535t16
1046U15*plfont 1046>22 29|1539b15 1542l9 1542t15
1046i22 Font_Style{303I13} 29|1539b22 1541r28
1050U15*plfontld 1050>24 29|1546b15 1549l9 1549t17
1050i24 Character_Set{311I13} 29|1546b24 1548r30
1054U15*plgchr 1054<22 1054<38 29|1553b15 1556l9 1556t15
1054f22 Default_Height{long_float} 29|1553b22 1555m28
1054f38 Current_Height{long_float} 29|1553b38 1555m44
1058U15*plgcol0 1059>9 1060<9 1060<24 1060<41 29|742s13 1560b15 1565l9 1565t16
1059i9 Color_Index{integer} 29|1561b9 1564r29
1060i9 Red_Component{integer} 29|1562b9 1564m42
1060i24 Green_Component{integer} 29|1562b24 1564m57
1060i41 Blue_Component{integer} 29|1562b41 1564m74
1064U15*plgcol0a 1065>9 1066<9 1066<24 1066<41 1067<9 29|1569b15 1575l9 1575t17
1065i9 Color_Index{integer} 29|1570b9 1574r30
1066i9 Red_Component{integer} 29|1571b9 1574m43
1066i24 Green_Component{integer} 29|1571b24 1574m58
1066i41 Blue_Component{integer} 29|1571b41 1574m75
1067f9 Alpha{297F13} 29|1572b9 1574m91
1071U15*plgcolbg 1072<9 1072<24 1072<41 29|1578b15 1582l9 1582t17
1072i9 Red_Component{integer} 29|1579b9 1581m30
1072i24 Green_Component{integer} 29|1579b24 1581m45
1072i41 Blue_Component{integer} 29|1579b41 1581m62
1076U15*plgcolbga 1077<9 1077<24 1077<41 1078<9 29|1586b15 1592t8
1077i9 Red_Component{integer} 29|1587b9 1590m31
1077i24 Green_Component{integer} 29|1587b24 1590m46
1077i41 Blue_Component{integer} 29|1587b41 1590m63
1078f9 Alpha{297F13} 29|1588b9 1591m13
1082U15*plgcompression 1082<30 29|1596b15 1599l9 1599t23
1082i30 Compression_Level{integer} 29|1596b30 1598m36
1092V14*plgdev{string} 29|1609b14 1614l9 1614t15
1096U15*plgdidev 1097<9 1098<9 1099<9 1100<9 29|1618b15 1625l9 1625t17
1097f9 Relative_Margin_Width{long_float} 29|1619b9 1624m30
1098f9 Aspect_Ratio{long_float} 29|1620b9 1624m53
1099f9 x_Justification{long_float} 29|1621b9 1624m67
1100f9 y_Justification{long_float} 29|1622b9 1624m84
1104U15*plgdiori 1104<24 29|1629b15 1632l9 1632t17
1104f24 Rotation{long_float} 29|1629b24 1631m30
1108U15*plgdiplt 1109<9 1110<9 1111<9 1112<9 29|1636b15 1643l9 1643t17
1109f9 x_Min{long_float} 29|1637b9 1642m30
1110f9 y_Min{long_float} 29|1638b9 1642m37
1111f9 x_Max{long_float} 29|1639b9 1642m44
1112f9 y_Max{long_float} 29|1640b9 1642m51
1116U15*plgfci 1116<22 29|1647b15 1650l9 1650t15
1116m22 Font_Characterization_Integer{55M13} 29|1647b22 1649m28
1120U15*plgfont 1120<23 1120<31 1120<38 29|1654b15 1657t8
1120i23 Family{integer} 29|1654b23 1656m29
1120i31 Style{integer} 29|1654b31 1656m37
1120i38 Weight{integer} 29|1654b38 1656m44
1124U15*plgfam 1125<9 1126<9 1127<9 29|1661b15 1675l9 1675t15
1125b9 Family_Enabled{boolean} 29|1662b9 1671m13 1673m13
1126i9 Family_File_Number{integer} 29|1663b9 1669m47
1127i9 Maximum_File_Size{integer} 29|1664b9 1669m67
1137V14*plgfnam{string} 29|1685b14 1690l9 1690t16
1140U15*plglevel 1140<24 29|1694b15 1697l9 1697t17
1140i24 Run_Level{integer} 29|1694b24 1696m30
1144U15*plgpage 1145<9 1145<19 1146<9 1146<24 1147<9 1147<24 29|1701b15 1707l9
. 1707t16
1145f9 x_Pixels{long_float} 29|1702b9 1706m29
1145f19 y_Pixels{long_float} 29|1702b19 1706m39
1146i9 x_Page_Length{integer} 29|1703b9 1706m49
1146i24 y_Page_Length{integer} 29|1703b24 1706m64
1147i9 x_Page_Offset{integer} 29|1704b9 1706m79
1147i24 y_Page_Offset{integer} 29|1704b24 1706m94
1151U15*plgra 29|1711b15 1714l9 1714t14
1155U15*plgradient 1155>26 1155>29 1155>46 29|1718b15 1721l9 1721t19
1155a26 x{26|42A9} 29|1718b26 1720r20 1720r30
1155a29 y{26|42A9} 29|1718b29 1720r33
1155f46 Angle{long_float} 29|1718b46 1720r36
1159U15*plgriddata 1160>9 1160>12 1160>15 1161>9 1161>17 1162=9 1163>9 1164>9
. 29|1725b15 1737l9 1737t19
1160a9 x{26|42A9} 29|1726b9 1735r32 1735r41
1160a12 y{26|42A9} 29|1726b12 1735r35
1160a15 z{26|42A9} 29|1726b15 1735r38
1161a9 x_Grid{26|42A9} 29|1727b9 1735r51 1735r59
1161a17 y_Grid{26|42A9} 29|1727b17 1735r74 1735r82
1162a9 z_Gridded{26|43A9} 29|1728b9 1736r32
1163i9 Gridding_Algorithm{377I13} 29|1729b9 1736r44
1164f9 Griding_Algorithm_Data{long_float} 29|1730b9 1736r64
1169U15*plgspa 1170<9 1170<20 1170<32 1170<45 29|1742b15 1746l9 1746t15
1170f9 Left_Edge{long_float} 29|1743b9 1745m28
1170f20 Right_Edge{long_float} 29|1743b20 1745m39
1170f32 Bottom_Edge{long_float} 29|1743b32 1745m51
1170f45 Top_Edge{long_float} 29|1743b45 1745m64
1174U15*plgstrm 1174<23 29|1750b15 1753l9 1753t16
1174i23 Stream_Number{integer} 29|1750b23 1752m29
1184V14*plgver{string} 29|1763b14 1768l9 1768t15
1187U15*plgvpd 1187<22 1187<29 1187<36 1187<43 29|1772b15 1775l9 1775t15
1187f22 x_Min{long_float} 29|1772b22 1774m28
1187f29 x_Max{long_float} 29|1772b29 1774m35
1187f36 y_Min{long_float} 29|1772b36 1774m42
1187f43 y_Max{long_float} 29|1772b43 1774m49
1191U15*plgvpw 1191<22 1191<29 1191<36 1191<43 29|1779b15 1782l9 1782t15
1191f22 x_Min{long_float} 29|1779b22 1781m28
1191f29 x_Max{long_float} 29|1779b29 1781m35
1191f36 y_Min{long_float} 29|1779b36 1781m42
1191f43 y_Max{long_float} 29|1779b43 1781m49
1195U15*plgxax 1195<22 1195<34 29|1786b15 1789l9 1789t15
1195i22 Max_Digits{integer} 29|1786b22 1788m28
1195i34 Actual_Digits{integer} 29|1786b34 1788m40
1199U15*plgyax 1199<22 1199<34 29|1793b15 1796l9 1796t15
1199i22 Max_Digits{integer} 29|1793b22 1795m28
1199i34 Actual_Digits{integer} 29|1793b34 1795m40
1203U15*plgzax 1203<22 1203<34 29|1800b15 1803l9 1803t15
1203i22 Max_Digits{integer} 29|1800b22 1802m28
1203i34 Actual_Digits{integer} 29|1800b34 1802m40
1207U15*plhist 1208>9 1209>9 1210>9 1211>9 1212>9 29|1807b15 1816l9 1816t15
1208a9 Data{26|42A9} 29|1808b9 1815r13 1815r26
1209f9 Data_Min{long_float} 29|1809b9 1815r32
1210f9 Data_Max{long_float} 29|1810b9 1815r42
1211i9 Number_Of_Bins{positive} 29|1811b9 1815r52
1212i9 Options{integer} 29|1812b9 1815r68
1223U15*plhlsrgb 1224>9 1225>9 1226>9 1227<9 1228<9 1229<9 29|1830b15 1839l9
. 1839t17
1224f9 Hue_Component{long_float} 29|1831b9 1838r30
1225f9 Lightness_Component{297F13} 29|1832b9 1838r45
1226f9 Saturation_Component{297F13} 29|1833b9 1838r66
1227f9 Red_Component{297F13} 29|1834b9 1838m88
1228f9 Green_Component{297F13} 29|1835b9 1838m103
1229f9 Blue_Component{297F13} 29|1836b9 1838m120
1235U15*plinit 29|1845b15 1848l9 1848t15
1239U15*pljoin 1239>22 1239>26 1239>30 1239>34 29|1852b15 1855l9 1855t15
1239f22 x1{long_float} 29|1852b22 1854r28
1239f26 y1{long_float} 29|1852b26 1854r32
1239f30 x2{long_float} 29|1852b30 1854r36
1239f34 y2{long_float} 29|1852b34 1854r40
1243U15*pllab 1243>21 1243>30 1243>39 29|204s13 212s13 220s13 228s13 236s13
. 606s9 1859b15 1862l9 1862t14
1243s21 X_Label{string} 29|1859b21 1861r32
1243s30 Y_Label{string} 29|1859b30 1861r53
1243s39 Title_Label{string} 29|1859b39 1861r74
1252U15*pllegend 1253<9 1253<23 1254>9 1254>18 1255>9 1255>19 1256>9 1257>9
. 1257>27 1258>9 1259>9 1259>22 1260>9 1261>9 1261>22 1261>34 1262>9 1263>9
. 1264>9 1265>9 1265>21 1266>9 1267>9 1268>9 1268>22 1269>9 1270>9 1271>9
. 1272>9 1273>9 29|1871b15 1962l9 1962t17
1253f9 Legend_Width{long_float} 29|1872b9 1955m30
1253f23 Legend_Height{long_float} 29|1872b23 1955m44
1254i9 Options{integer} 29|1873b9 1955r59
1254i18 Position{integer} 29|1873b18 1955r68
1255f9 X_Offset{long_float} 29|1874b9 1956r13
1255f19 Y_Offset{long_float} 29|1874b19 1956r23
1256f9 Plot_Area_Width{long_float} 29|1875b9 1956r33
1257i9 Background_Color{113I13} 29|1876b9 1956r50
1257i27 Bounding_Box_Color{113I13} 29|1876b27 1956r68
1258i9 Bounding_Box_Style{134I13} 29|1877b9 1957r13
1259i9 Number_Rows{integer} 29|1878b9 1957r33
1259i22 Number_Columns{integer} 29|1878b22 1957r46
1260a9 Entry_Options{42A13} 29|1879b9 1902r14 1958r13
1261f9 Text_Offset{long_float} 29|1880b9 1958r28
1261f22 Text_Scale{long_float} 29|1880b22 1958r41
1261f34 Text_Spacing{long_float} 29|1880b34 1958r53
1262f9 Text_Justification{long_float} 29|1881b9 1958r67
1263a9 Text_Colors{42A13} 29|1882b9 1903r17 1959r13
1264a9 Label_Text{158A10} 29|1883b9 1894r37 1896r60 1897r40 1899r45 1903r44
. 1914r18 1917r23 1920r37 1922r32
1265a9 Box_Colors{42A13} 29|1884b9 1903r70 1959r41
1265a21 Box_Patterns{42A13} 29|1884b21 1904r18 1959r53
1266a9 Box_Scales{26|42A9} 29|1885b9 1904r46 1959r67
1267a9 Box_Line_Widths{26|42A9} 29|1886b9 1905r18 1960r13
1268a9 Line_Colors{42A13} 29|1887b9 1905r49 1960r30
1268a22 Line_Styles{42A13} 29|1887b22 1905r76 1960r43
1269a9 Line_Widths{26|42A9} 29|1888b9 1906r18 1960r56
1270a9 Symbol_Colors{42A13} 29|1889b9 1906r45 1960r69
1271a9 Symbol_Scales{26|42A9} 29|1890b9 1906r74 1961r13
1272a9 Symbol_Numbers{42A13} 29|1891b9 1907r18 1961r28
1273a9 Symbols{158A10} 29|1892b9 1898r40 1907r48 1935r18 1938r23 1941r37
. 1943r32
1277U15*plcolorbar 1278<9 1278<25 1279>9 1279>18 1280>9 1280>19 1281>9 1281>19
. 1282>9 1282>27 1283>9 1284>9 1284>24 1285>9 1286>9 1287>9 1288>9 1289>9
. 1290>9 1291>9 1292>9 1293>9 29|1966b15 2055l9 2055t19
1278f9 Colorbar_Width{long_float} 29|1967b9 2050m32
1278f25 Colorbar_Height{long_float} 29|1967b25 2050m48
1279i9 Options{integer} 29|1968b9 2050r65
1279i18 Position{integer} 29|1968b18 2050r74
1280f9 X_Offset{long_float} 29|1969b9 2050r84
1280f19 Y_Offset{long_float} 29|1969b19 2051r13
1281f9 X_Length{long_float} 29|1970b9 2051r23
1281f19 Y_Length{long_float} 29|1970b19 2051r33
1282i9 Background_Color{113I13} 29|1971b9 2051r43
1282i27 Bounding_Box_Color{113I13} 29|1971b27 2051r61
1283i9 Bounding_Box_Style{134I13} 29|1972b9 2051r81
1284f9 Low_Cap_Color{long_float} 29|1973b9 2052r13
1284f24 High_Cap_Color{long_float} 29|1973b24 2052r28
1285i9 Contour_Color_For_Shade{113I13} 29|1974b9 2052r44
1286f9 Contour_Width_For_Shade{long_float} 29|1975b9 2052r69
1287a9 Label_Options{42A13} 29|1976b9 1984r36 2053r28
1288a9 Label_Text{158A10} 29|1977b9 1986r48 1987r40 1990r45 1994r29 2004r18
. 2007r23 2010r37 2012r32
1289a9 Axis_Options{158A10} 29|1978b9 1985r34 1988r50 1989r46 2025r18 2028r23
. 2031r37 2033r32
1290a9 Tick_Spacing{26|42A9} 29|1979b9 1997r27 2054r30
1291a9 Number_Subticks{42A13} 29|1980b9 1997r65 2054r44
1292a9 Number_Values{42A13} 29|1981b9 2054r61
1293a9 Values{26|43A9} 29|1982b9 1991r46 1998r31 2049r66
1297U15*pllightsource 1298>9 1299>9 1300>9 29|2059b15 2065l9 2065t22
1298f9 x{long_float} 29|2060b9 2064r35
1299f9 y{long_float} 29|2061b9 2064r38
1300f9 z{long_float} 29|2062b9 2064r41
1304U15*plline 1304>22 1304>25 29|208s13 216s13 224s13 232s13 240s13 2069b15
. 2072l9 2072t15
1304a22 x{26|42A9} 29|2069b22 2071r28 2071r38
1304a25 y{26|42A9} 29|2069b25 2071r41
1308U15*plline3 1308>23 1308>26 1308>29 29|2076b15 2079l9 2079t16
1308a23 x{26|42A9} 29|2076b23 2078r29 2078r39
1308a26 y{26|42A9} 29|2076b26 2078r42
1308a29 z{26|42A9} 29|2076b29 2078r45
1312U15*pllsty 1312>22 29|207s13 215s13 223s13 231s13 239s13 245s9 2083b15
. 2086l9 2086t15
1312i22 Line_Style{134I13} 29|2083b22 2085r28
1320U15*plmap 1321>9 1322>9 1323>9 1323>28 1324>9 1324>28 29|2094b15 2124l9
. 2124t14
1321p9 Map_Form_Function_Pointer{80P13} 29|2095b9 2122r27
1322e9 Map_Kind{360E10} 29|2096b9 2103r14
1323f9 Minimum_Longitude{long_float} 29|2097b9 2123r13
1323f28 Maximum_Longitude{long_float} 29|2097b28 2123r32
1324f9 Minimum_Latitude{long_float} 29|2098b9 2123r51
1324f28 Maximum_Latitude{long_float} 29|2098b28 2123r69
1330U15*plmeridians 1331>9 1332>9 1332>26 1333>9 1333>28 1334>9 1334>28 29|2130b15
. 2138l9 2138t20
1331p9 Map_Form_Function_Pointer{80P13} 29|2131b9 2136r33
1332f9 Delta_Longitude{long_float} 29|2132b9 2136r60
1332f26 Delta_Latitude{long_float} 29|2132b26 2136r77
1333f9 Minimum_Longitude{long_float} 29|2133b9 2137r13
1333f28 Maximum_Longitude{long_float} 29|2133b28 2137r32
1334f9 Minimum_Latitude{long_float} 29|2134b9 2137r51
1334f28 Maximum_Latitude{long_float} 29|2134b28 2137r69
1338U15*plmesh 1339>9 1339>12 1340>9 1341>9 29|667s9 725s9 2142b15 2148l9
. 2148t15
1339a9 x{26|42A9} 29|2143b9 2147r28 2147r57
1339a12 y{26|42A9} 29|2143b12 2147r31 2147r67
1340a9 z{26|43A9} 29|2144b9 2147r53
1341i9 Options{integer} 29|2145b9 2147r77
1344U15*plmeshc 1345>9 1345>12 1346>9 1347>9 1348>9 29|2152b15 2159l9 2159t16
1345a9 x{26|42A9} 29|2153b9 2158r29 2158r58
1345a12 y{26|42A9} 29|2153b12 2158r32 2158r68
1346a9 z{26|43A9} 29|2154b9 2158r54
1347i9 Options{integer} 29|2155b9 2158r78
1348a9 Contour_Levels{26|42A9} 29|2156b9 2158r87 2158r103
1352U15*plmkstrm 1352<24 29|2163b15 2166l9 2166t17
1352i24 New_Stream_Number{integer} 29|2163b24 2165m30
1356U15*plmtex 1357>9 1358>9 1359>9 1360>9 1361>9 29|2170b15 2178l9 2178t15
1357s9 Side{string} 29|2171b9 2177r33
1358f9 Position_From_Edge{long_float} 29|2172b9 2177r46
1359f9 Position_Along_Edge{long_float} 29|2173b9 2177r66
1360f9 Justification{long_float} 29|2174b9 2177r87
1361s9 The_Text{string} 29|2175b9 2177r107
1365U15*plmtex3 1366>9 1367>9 1368>9 1369>9 1370>9 29|2182b15 2190l9 2190t16
1366s9 Side{string} 29|2183b9 2189r34
1367f9 Position_From_Edge{long_float} 29|2184b9 2189r47
1368f9 Position_Along_Edge{long_float} 29|2185b9 2189r67
1369f9 Justification{long_float} 29|2186b9 2189r88
1370s9 The_Text{string} 29|2187b9 2189r108
1374U15*plot3d 1375>9 1375>12 1376>9 1377>9 1378>9 29|2195b15 2210l9 2210t15
1375a9 x{26|42A9} 29|2196b9 2209r28 2209r57
1375a12 y{26|42A9} 29|2196b12 2209r31 2209r67
1376a9 z{26|43A9} 29|2197b9 2209r53
1377i9 Options{integer} 29|2198b9 2209r77
1378b9 Sides{boolean} 29|2199b9 2204r12
1382U15*plot3dc 1383>9 1383>12 1384>9 1385>9 1386>9 29|2214b15 2221l9 2221t16
1383a9 x{26|42A9} 29|2215b9 2220r29 2220r58
1383a12 y{26|42A9} 29|2215b12 2220r32 2220r68
1384a9 z{26|43A9} 29|2216b9 2220r54
1385i9 Options{integer} 29|2217b9 2220r78
1386a9 Contour_Levels{26|42A9} 29|2218b9 2220r87 2220r103
1391U15*plot3dcl 1392>9 1392>12 1393>9 1394>9 1395>9 1396>9 1396>18 1397>9
. 1397>20 29|2227b15 2236l9 2236t17
1392a9 x{26|42A9} 29|2228b9 2235r30 2235r59
1392a12 y{26|42A9} 29|2228b12 2235r33 2235r69
1393a9 z{26|43A9} 29|2229b9 2235r55
1394i9 Options{integer} 29|2230b9 2235r79
1395a9 Contour_Levels{26|42A9} 29|2231b9 2235r88 2235r104
1396i9 ixstart{integer} 29|2232b9 2235r127
1396i18 ixn{integer} 29|2232b18 2235r136
1397a9 indexymin{42A13} 29|2233b9 2235r141
1397a20 indexymax{42A13} 29|2233b20 2235r152
1411U15*plpat 1412>9 1413>9 29|2240b15 2245l9 2245t14
1412a9 Inclinations{42A13} 29|2241b9 2244r27 2244r48
1413a9 Spacings{42A13} 29|2242b9 2244r62
1418U15*plpath 1419>9 1420>9 1420>13 1420>17 1420>21 29|2249b15 2254l9 2254t15
1419i9 Num_Segments{integer} 29|2250b9 2253r28
1420f9 x1{long_float} 29|2251b9 2253r42
1420f13 y1{long_float} 29|2251b13 2253r46
1420f17 x2{long_float} 29|2251b17 2253r50
1420f21 y2{long_float} 29|2251b21 2253r54
1424U15*plpoin 1425>9 1425>12 1426>9 29|2258b15 2263l9 2263t15
1425a9 x{26|42A9} 29|2259b9 2262r28 2262r38
1425a12 y{26|42A9} 29|2259b12 2262r41
1426i9 Symbol_As_Number{integer} 29|2260b9 2262r44
1430U15*plpoin3 1431>9 1431>12 1431>15 1432>9 29|2268b15 2273l9 2273t16
1431a9 x{26|42A9} 29|2269b9 2272r29 2272r39
1431a12 y{26|42A9} 29|2269b12 2272r42
1431a15 z{26|42A9} 29|2269b15 2272r45
1432i9 Symbol_As_Number{integer} 29|2270b9 2272r48
1436U15*plpoly3 1437>9 1437>12 1437>15 1438>9 1439>9 29|2277b15 2300l9 2300t16
1437a9 x{26|42A9} 29|2278b9 2299r29 2299r39
1437a12 y{26|42A9} 29|2278b12 2299r42
1437a15 z{26|42A9} 29|2278b15 2299r45
1438a9 Draw_Segments{41A13} 29|2279b9 2282r42 2292r22 2293r16
1439b9 Draw_Counterclockwise{boolean} 29|2280b9 2286r12
1443U15*plprec 1444>9 1445>9 29|2304b15 2313l9 2313t15
1444b9 Set_Manually{boolean} 29|2305b9 2308r12
1445i9 Number_Digits_After_Decimal_Point{integer} 29|2306b9 2309r35 2311r35
1449U15*plpsty 1449>22 29|2317b15 2320l9 2320t15
1449i22 Fill_Pattern{322I13} 29|2317b22 2319r28
1453U15*plptex 1454>9 1454>12 1455>9 1455>18 1456>9 1457>9 29|2324b15 2331l9
. 2331t15
1454f9 x{long_float} 29|2325b9 2330r28
1454f12 y{long_float} 29|2325b12 2330r31
1455f9 Delta_X{long_float} 29|2326b9 2330r34
1455f18 Delta_Y{long_float} 29|2326b18 2330r43
1456f9 Justification{long_float} 29|2327b9 2330r52
1457s9 The_Text{string} 29|2328b9 2330r72
1461U15*plptex3 1462>9 1462>12 1462>15 1463>9 1463>18 1463>27 1464>9 1464>18
. 1464>27 1465>9 1466>9 29|2335b15 2344l9 2344t16
1462f9 x{long_float} 29|2336b9 2342r29
1462f12 y{long_float} 29|2336b12 2342r32
1462f15 z{long_float} 29|2336b15 2342r35
1463f9 Delta_X{long_float} 29|2337b9 2342r38
1463f18 Delta_Y{long_float} 29|2337b18 2342r47
1463f27 Delta_Z{long_float} 29|2337b27 2342r56
1464f9 Shear_X{long_float} 29|2338b9 2342r65
1464f18 Shear_Y{long_float} 29|2338b18 2342r74
1464f27 Shear_Z{long_float} 29|2338b27 2342r83
1465f9 Justification{long_float} 29|2339b9 2343r13
1466s9 The_Text{string} 29|2340b9 2343r33
1471V14*plrandd{long_float} 29|2349b14 2352l9 2352t16
1475U15*plreplot 29|2356b15 2359l9 2359t17
1487U15*plrgbhls 1488>9 1489>9 1490>9 1491<9 1492<9 1493<9 29|2377b15 2386l9
. 2386t17
1488f9 Red_Component{297F13} 29|2378b9 2385r30
1489f9 Green_Component{297F13} 29|2379b9 2385r45
1490f9 Blue_Component{297F13} 29|2380b9 2385r62
1491f9 Hue_Component{long_float} 29|2381b9 2385m78
1492f9 Lightness_Component{297F13} 29|2382b9 2385m93
1493f9 Saturation_Component{297F13} 29|2383b9 2385m114
1497U15*plschr 1497>22 1497>38 29|2390b15 2393l9 2393t15
1497f22 Default_Height{long_float} 29|2390b22 2392r28
1497f38 Scale_Factor{long_float} 29|2390b38 2392r44
1503U15*plscmap0 1503>24 1503>40 1503>58 29|751s9 759s9 2397b15 2400l9 2400t17
1503a24 Red_Components{42A13} 29|2397b24 2399r30 2399r81
1503a40 Green_Components{42A13} 29|2397b40 2399r46
1503a58 Blue_Components{42A13} 29|2397b58 2399r64
1507U15*plscmap0a 1508>9 1508>25 1508>43 1509>9 29|2404b15 2409l9 2409t18
1508a9 Red_Components{42A13} 29|2405b9 2408r31 2408r89
1508a25 Green_Components{42A13} 29|2405b25 2408r47
1508a43 Blue_Components{42A13} 29|2405b43 2408r65
1509a9 Alpha{26|42A9} 29|2406b9 2408r82
1513U15*plscmap0n 1513>25 29|758s9 2413b15 2416l9 2416t18
1513i25 Number_Of_Colors{integer} 29|2413b25 2415r31
1517U15*plscmap1 1518>9 1518>24 1518>41 29|2420b15 2432l9 2432t17
1518a9 Red_Component{294A10} 29|2421b9 2423r83 2426r18 2427r38
1518a24 Green_Component{294A10} 29|2421b24 2428r38
1518a41 Blue_Component{294A10} 29|2421b41 2429r38
1522U15*plscmap1a 1523>9 1523>24 1523>41 1524>9 29|2436b15 2449l9 2449t18
1523a9 Red_Component{294A10} 29|2437b9 2440r83 2443r18 2444r38
1523a24 Green_Component{294A10} 29|2437b24 2445r38
1523a41 Blue_Component{294A10} 29|2437b41 2446r38
1524a9 Alpha{26|42A9} 29|2438b9 2448r88
1528E10*Color_Model_Type 1528e40 1534r26 1547r26 1560r26 1574r26 29|2455r26
. 2498r26 2525r26 2568r26
1528n31*HLS{1528E10} 29|954r31 1002r31 1022r31 1038r31 1054r31
1528n36*RGB{1528E10} 29|970r31 986r31 2474r26 2544r26
1533U15*plscmap1l 1534>9 1535>9 1536>9 1537>9 1538>9 1539>9 29|954s21 970s21
. 986s21 1002s21 1022s21 1038s21 1054s21 2454b15 2489l9 2489t18 2517s9
1534e9 Color_Model{1528E10} 29|2455b9 2474r12
1535a9 Control_Points{26|42A9} 29|2456b9 2468r13 2468r55 2469r13 2469r55
. 2488r47 2488r70
1536a9 H_Or_R{26|42A9} 29|2457b9 2468r38 2488r86
1537a9 L_Or_G{26|42A9} 29|2459b9 2468r80 2488r94
1538a9 S_Or_B{26|42A9} 29|2460b9 2469r38 2488r102
1539a9 Alt_Hue_Path{41A13} 29|2461b9 2464r42 2469r80 2480r18 2481r16
1546U15*plscmap1l 1547>9 1548>9 1549>9 1551>9 1552>9 1553>9 29|2497b15 2518l9
. 2518t18
1547e9 Color_Model{1528E10} 29|2498b9 2517r19
1548a9 Control_Points{26|42A9} 29|2499b9 2506r47 2517r32
1549a9 H_Or_R{26|42A9} 29|2500b9 2517r48
1551a9 L_Or_G{26|42A9} 29|2502b9 2517r56
1552a9 S_Or_B{26|42A9} 29|2503b9 2517r64
1553e9 Alt_Hue_Path{756E10} 29|2504b9 2508r12 2512r15
1559U15*plscmap1la 1560>9 1561>9 1562>9 1563>9 1564>9 1565>9 1566>9 29|2524b15
. 2559l9 2559t19 2587s9
1560e9 Color_Model{1528E10} 29|2525b9 2544r12
1561a9 Control_Points{26|42A9} 29|2526b9 2538r13 2538r55 2539r13 2539r55
. 2558r48 2558r71
1562a9 H_Or_R{26|42A9} 29|2527b9 2538r38 2558r87
1563a9 L_Or_G{26|42A9} 29|2528b9 2538r80 2558r95
1564a9 S_Or_B{26|42A9} 29|2529b9 2539r38 2558r103
1565a9 Alpha{26|42A9} 29|2530b9 2558r111
1566a9 Alt_Hue_Path{41A13} 29|2531b9 2534r42 2539r80 2550r18 2551r16
1573U15*plscmap1la 1574>9 1575>9 1576>9 1577>9 1578>9 1579>9 1580>9 29|2567b15
. 2588l9 2588t19
1574e9 Color_Model{1528E10} 29|2568b9 2587r20
1575a9 Control_Points{26|42A9} 29|2569b9 2576r47 2587r33
1576a9 H_Or_R{26|42A9} 29|2570b9 2587r49
1577a9 L_Or_G{26|42A9} 29|2571b9 2587r57
1578a9 S_Or_B{26|42A9} 29|2572b9 2587r65
1579a9 Alpha{26|42A9} 29|2573b9 2587r73
1580e9 Alt_Hue_Path{756E10} 29|2574b9 2578r12 2582r15
1584U15*plscmap1n 1584>25 29|881s9 2592b15 2595l9 2595t18
1584i25 Number_Of_Colors{integer} 29|2592b25 2594r31
1588U15*plscmap1_range 1588>30 1588>41 29|2599b15 2602l9 2602t23
1588f30 Min_Color{long_float} 29|2599b30 2601r36
1588f41 Max_Color{long_float} 29|2599b41 2601r47
1592U15*plgcmap1_range 1592<30 1592<41 29|2606b15 2609l9 2609t23
1592f30 Min_Color{long_float} 29|2606b30 2608m36
1592f41 Max_Color{long_float} 29|2606b58 2608m47
1596U15*plscol0 1597>9 1598>9 1598>24 1598>41 29|53s9 54s9 66s9 67s9 772s9
. 778s9 784s9 790s9 796s9 802s9 808s9 814s9 820s9 826s9 832s9 838s9 844s9
. 850s9 856s9 862s9 2613b15 2618l9 2618t16
1597i9 Plot_Color{113I13} 29|2614b9 2617r29
1598i9 Red_Component{integer} 29|2615b9 2617r41
1598i24 Green_Component{integer} 29|2615b24 2617r56
1598i41 Blue_Component{integer} 29|2615b41 2617r73
1602U15*plscol0a 1603>9 1604>9 1604>24 1604>41 1605>9 29|2622b15 2628l9 2628t17
1603i9 Plot_Color{113I13} 29|2623b9 2627r30
1604i9 Red_Component{integer} 29|2624b9 2627r42
1604i24 Green_Component{integer} 29|2624b24 2627r57
1604i41 Blue_Component{integer} 29|2624b41 2627r74
1605f9 Alpha{297F13} 29|2625b9 2627r90
1609U15*plscolbg 1610>9 1610>24 1610>41 29|2632b15 2636l9 2636t17
1610i9 Red_Component{integer} 29|2633b9 2635r30
1610i24 Green_Component{integer} 29|2633b24 2635r45
1610i41 Blue_Component{integer} 29|2633b41 2635r62
1614U15*plscolbga 1615>9 1615>24 1615>41 1616>9 29|2640b15 2645l9 2645t18
1615i9 Red_Component{integer} 29|2641b9 2644r31
1615i24 Green_Component{integer} 29|2641b24 2644r46
1615i41 Blue_Component{integer} 29|2641b41 2644r63
1616f9 Alpha{297F13} 29|2642b9 2644r79
1620U15*plscolor 1620>24 29|2649b15 2660l9 2660t17
1620b24 Enable_Color{boolean} 29|2649b24 2654r12
1624U15*plscompression 1624>30 29|2664b15 2667l9 2667t23
1624i30 Compression_Level{integer} 29|2664b30 2666r36
1628U15*plsdev 1628>22 29|2671b15 2674l9 2674t15
1628s22 Device_Name{string} 29|2671b22 2673r33
1633U15*plsdidev 1634>9 1635>9 1636>9 1637>9 29|2679b15 2686l9 2686t17
1634f9 Margin{long_float} 29|2680b9 2685r30
1635f9 Aspect_Ratio{long_float} 29|2681b9 2685r38
1636f9 x_Justification{long_float} 29|2682b9 2685r52
1637f9 y_Justification{long_float} 29|2683b9 2685r69
1641U15*plsdimap 1642>9 1643>9 1644>9 1645>9 1646>9 1647>9 29|2690b15 2699l9
. 2699t17
1642i9 dimxmin{integer} 29|2691b9 2698r30
1643i9 dimxmax{integer} 29|2692b9 2698r39
1644i9 dimymin{integer} 29|2693b9 2698r48
1645i9 dimymax{integer} 29|2694b9 2698r57
1646f9 dimxpmm{long_float} 29|2695b9 2698r66
1647f9 dimypmm{long_float} 29|2696b9 2698r75
1651U15*plsdiori 1651>24 29|2703b15 2706l9 2706t17
1651f24 Rotation{long_float} 29|2703b24 2705r30
1655U15*plsdiplt 1656>9 1657>9 1658>9 1659>9 29|2710b15 2717l9 2717t17
1656f9 x_Min{long_float} 29|2711b9 2716r30
1657f9 y_Min{long_float} 29|2712b9 2716r37
1658f9 x_Max{long_float} 29|2713b9 2716r44
1659f9 y_Max{long_float} 29|2714b9 2716r51
1663U15*plsdiplz 1664>9 1665>9 1666>9 1667>9 29|2721b15 2728l9 2728t17
1664f9 x_Min_Relative{long_float} 29|2722b9 2727r30
1665f9 y_Min_Relative{long_float} 29|2723b9 2727r46
1666f9 x_Max_Relative{long_float} 29|2724b9 2727r62
1667f9 y_Max_Relative{long_float} 29|2725b9 2727r78
1671U15*plseed 1671>22 29|2732b15 2735l9 2735t15
1671m22 Seed{49M13} 29|2732b22 2734r28
1675U15*plsesc 1675>22 29|2739b15 2752l9 2752t15
1675e22 Escape_Character{character} 29|2739b22 2747r35 2748r37
1679U15*plsfam 1680>9 1681>9 1682>9 29|2756b15 2770l9 2770t15
1680b9 Enable_Family{boolean} 29|2757b9 2764r12
1681i9 Family_File_Number{integer} 29|2758b9 2769r46
1682i9 Maximum_File_Size{integer} 29|2759b9 2769r66
1686U15*plsfci 1686>22 29|2774b15 2777l9 2777t15
1686m22 Font_Characterization_Integer{55M13} 29|2774b22 2776r28
1690U15*plsfont 1690>23 1690>31 1690>38 29|2781b15 2784t8
1690i23 Family{integer} 29|2781b23 2783r29
1690i31 Style{integer} 29|2781b31 2783r37
1690i38 Weight{integer} 29|2781b38 2783r44
1694U15*plsfnam 1694>23 29|2788b15 2791l9 2791t16
1694s23 Output_File_Name{string} 29|2788b23 2790r34
1698U15*plshade 1699>9 1700>9 1701>9 1701>16 1701>23 1701>30 1702>9 1702>20
. 1703>9 1704>9 1705>9 1706>9 1707>9 1708>9 1709>9 1710>9 1711>9 1712>9 1713>9
. 29|2795b15 2827l9 2827t16
1699a9 z{26|43A9} 29|2796b9 2820r48 2820r52 2820r65
1700p9 Mask_Function_Pointer{77P13} 29|2797b9 2820r78
1701f9 x_Min{long_float} 29|2798b9 2821r13
1701f16 x_Max{long_float} 29|2798b16 2821r20
1701f23 y_Min{long_float} 29|2798b23 2821r27
1701f30 y_Max{long_float} 29|2798b30 2821r34
1702f9 Shade_Min{long_float} 29|2799b9 2821r41
1702f20 Shade_Max{long_float} 29|2799b20 2821r52
1703i9 Select_Color_Map{natural} 29|2800b9 2821r63
1704f9 Color{long_float} 29|2801b9 2822r13
1705f9 Fill_Pattern_Pen_Width{long_float} 29|2802b9 2822r20
1706i9 Shade_Min_Pen_Color{natural} 29|2803b9 2823r13
1707f9 Shade_Min_Pen_Width{long_float} 29|2804b9 2823r34
1708i9 Shade_Max_Pen_Color{natural} 29|2805b9 2824r13
1709f9 Shade_Max_Pen_Width{long_float} 29|2806b9 2824r34
1710p9 Fill_Procedure_Pointer{27|145P10} 29|2807b9 2825r13
1711b9 Preserve_Rectangles{boolean} 29|2808b9 2814r12
1712p9 Transformation_Procedure_Pointer{27|136P10} 29|2809b9 2826r13
1713m9 Transformation_Data_Pointer{48M13} 29|2810b9 2826r47
1716U15*plshade1 1717>9 1718>9 1719>9 1719>16 1719>23 1719>30 1720>9 1720>20
. 1721>9 1722>9 1723>9 1724>9 1725>9 1726>9 1727>9 1728>9 1729>9 1730>9 1731>9
. 29|2830b15 2862l9 2862t17
1717a9 z{26|43A9} 29|2831b9 2855r30 2855r33 2855r46
1718p9 Mask_Function_Pointer{77P13} 29|2832b9 2855r59
1719f9 x_Min{long_float} 29|2833b9 2856r13
1719f16 x_Max{long_float} 29|2833b16 2856r20
1719f23 y_Min{long_float} 29|2833b23 2856r27
1719f30 y_Max{long_float} 29|2833b30 2856r34
1720f9 Shade_Min{long_float} 29|2834b9 2856r41
1720f20 Shade_Max{long_float} 29|2834b20 2856r52
1721i9 Select_Color_Map{natural} 29|2835b9 2856r63
1722f9 Color{long_float} 29|2836b9 2857r13
1723f9 Fill_Pattern_Pen_Width{long_float} 29|2837b9 2857r20
1724i9 Shade_Min_Pen_Color{natural} 29|2838b9 2858r13
1725f9 Shade_Min_Pen_Width{long_float} 29|2839b9 2858r34
1726i9 Shade_Max_Pen_Color{natural} 29|2840b9 2859r13
1727f9 Shade_Max_Pen_Width{long_float} 29|2841b9 2859r34
1728p9 Fill_Procedure_Pointer{27|145P10} 29|2842b9 2860r13
1729b9 Preserve_Rectangles{boolean} 29|2843b9 2849r12
1730p9 Transformation_Procedure_Pointer{27|136P10} 29|2844b9 2861r13
1731m9 Transformation_Data_Pointer{48M13} 29|2845b9 2861r47
1734U15*plshades 1735>9 1736>9 1737>9 1737>16 1737>23 1737>30 1738>9 1739>9
. 1740>9 1741>9 1742>9 1743>9 1744>9 1745>9 29|2865b15 2891l9 2891t17
1735a9 z{26|43A9} 29|2866b9 2886r49 2886r53 2886r66
1736p9 Mask_Function_Pointer{77P13} 29|2867b9 2886r79
1737f9 x_Min{long_float} 29|2868b9 2887r13
1737f16 x_Max{long_float} 29|2868b16 2887r20
1737f23 y_Min{long_float} 29|2868b23 2887r27
1737f30 y_Max{long_float} 29|2868b30 2887r34
1738a9 Contour_Levels{26|42A9} 29|2869b9 2887r41 2887r57
1739f9 Fill_Pattern_Pen_Width{long_float} 29|2870b9 2888r13
1740i9 Contour_Pen_Color{natural} 29|2871b9 2888r37
1741f9 Contour_Pen_Width{long_float} 29|2872b9 2888r56
1742p9 Fill_Procedure_Pointer{27|145P10} 29|2873b9 2889r13
1743b9 Preserve_Rectangles{boolean} 29|2874b9 2880r12
1744p9 Transformation_Procedure_Pointer{27|136P10} 29|2875b9 2890r13
1745m9 Transformation_Data_Pointer{48M13} 29|2876b9 2890r47
1771U15*plslabelfunc 1772>9 1773>9 29|2916b15 2921l9 2921t21 2927s9
1772p9 Custom_Label_Procedure_Pointer{93P13} 29|2917b9 2920r34
1773m9 label_data{48M13} 29|2918b9 2920r66
1777U15*Use_Default_Labels 29|2925b15 2928l9 2928t27
1781U15*plsmaj 1781>22 1781>38 29|2932b15 2935l9 2935t15
1781f22 Default_Length{long_float} 29|2932b22 2934r28
1781f38 Scale_Factor{long_float} 29|2932b38 2934r44
1785U15*plsmem 1786>9 1786>17 1787>9 29|2939b15 2944l9 2944t15
1786i9 x_Size{integer} 29|2940b9 2943r28
1786i17 y_Size{integer} 29|2940b17 2943r36
1787m9 Plot_This{30|64M9} 29|2941b9 2943r44
1791U15*plsmin 1791>22 1791>38 29|2948b15 2951l9 2951t15
1791f22 Default_Length{long_float} 29|2948b22 2950r28
1791f38 Scale_Factor{long_float} 29|2948b38 2950r44
1795U15*plsori 1795>22 29|2955b15 2962l9 2962t15
1795e22 Orientation{316E10} 29|2955b22 2957r12
1799U15*plspage 1800>9 1800>19 1801>9 1801>19 1802>9 1802>19 29|2966b15 2972l9
. 2972t16
1800f9 x_Pixels{long_float} 29|2967b9 2971r29
1800f19 y_Pixels{long_float} 29|2967b19 2971r39
1801i9 x_Length{integer} 29|2968b9 2971r49
1801i19 y_Length{integer} 29|2968b19 2971r59
1802i9 x_Offset{integer} 29|2969b9 2971r69
1802i19 y_Offset{integer} 29|2969b19 2971r79
1806U15*plspal0 1806>23 29|2976b15 2979l9 2979t16
1806s23 Color_File_Name{string} 29|2976b23 2978r34
1810U15*plspal1 1810>23 1810>49 29|2983b15 2994l9 2994t16
1810s23 Color_File_Name{string} 29|2983b23 2993r34
1810b49 Interpolate{boolean} 29|2983b49 2988r12
1814U15*plspause 1814>24 29|2998b15 3009l9 3009t17
1814b24 Pause{boolean} 29|2998b24 3003r12
1818U15*plsstrm 1818>23 29|3013b15 3016l9 3016t16
1818i23 Stream_Number{integer} 29|3013b23 3015r29
1822U15*plssub 1822>22 1822>32 29|3020b15 3023l9 3023t15
1822i22 x_Number{integer} 29|3020b22 3022r28
1822i32 y_Number{integer} 29|3020b32 3022r38
1826U15*plssym 1826>22 1826>38 29|3027b15 3030l9 3030t15
1826f22 Default_Height{long_float} 29|3027b22 3029r28
1826f38 Scale_Factor{long_float} 29|3027b38 3029r44
1830U15*plstar 1831>9 1831>37 29|3034b15 3038l9 3038t15
1831i9 Number_Horizontal_Subpages{integer} 29|3035b9 3037r28
1831i37 Number_Vertical_Subpages{integer} 29|3035b37 3037r56
1835U15*plstart 1836>9 1837>9 1837>37 29|3042b15 3047l9 3047t16
1836s9 Device_Name{string} 29|3043b9 3046r34
1837i9 Number_Horizontal_Subpages{integer} 29|3044b9 3046r48
1837i37 Number_Vertical_Subpages{integer} 29|3044b37 3046r76
1841U15*plstransform 1842>9 1843>9 29|3051b15 3057l9 3057t21
1842p9 Coordinate_Transform_Procedure_Pointer{97P13} 29|3052b9 3055r34
1843m9 Coordinate_Transform_Data_Pointer{48M13} 29|3053b9 3056r13
1847U15*Clear_Custom_Coordinate_Transform 29|3061b15 3064l9 3064t42
1855U15*plstring 1856>9 1856>12 1857>9 29|3072b15 3077l9 3077t17
1856a9 x{26|42A9} 29|3073b9 3076r30 3076r40
1856a12 y{26|42A9} 29|3073b12 3076r43
1857s9 Plot_This_String{string} 29|3074b9 3076r51
1865U15*plstring3 1866>9 1866>12 1866>15 1867>9 29|3085b15 3090l9 3090t18
1866a9 x{26|42A9} 29|3086b9 3089r31 3089r41
1866a12 y{26|42A9} 29|3086b12 3089r44
1866a15 z{26|42A9} 29|3086b15 3089r47
1867s9 Plot_This_String{string} 29|3087b9 3089r55
1871U15*plstripa 1872>9 1873>9 1874>9 1874>12 29|3094b15 3100l9 3100t17
1872i9 ID{integer} 29|3095b9 3099r30
1873i9 Pen_Number{integer} 29|3096b9 3099r34
1874f9 x{long_float} 29|3097b9 3099r46
1874f12 y{long_float} 29|3097b12 3099r49
1878U15*plstripc 1879<9 1880>9 1880>20 1881>9 1881>16 1882>9 1883>9 1883>16
. 1884>9 1884>28 1885>9 1886>9 1887>9 1887>20 1888>9 1889>9 1890=9 1891>9
. 1891>18 1891>27 29|3104b15 3168l9 3168t17
1879i9 ID{integer} 29|3105b9 3164m30
1880s9 X_Options{string} 29|3106b9 3164r39
1880s20 Y_Options{string} 29|3106b20 3164r56
1881f9 x_Min{long_float} 29|3107b9 3165r13
1881f16 x_Max{long_float} 29|3107b16 3165r20
1882f9 x_Jump{long_float} 29|3108b9 3165r27
1883f9 y_Min{long_float} 29|3109b9 3165r35
1883f16 y_Max{long_float} 29|3109b16 3165r42
1884f9 x_Legend_Position{long_float} 29|3110b9 3122r35
1884f28 y_Legend_Position{long_float} 29|3110b28 3123r35
1885b9 Autoscale_Y{boolean} 29|3111b9 3126r12
1886b9 Accumulate{boolean} 29|3112b9 3132r12
1887i9 Box_Color{113I13} 29|3113b9 3166r28
1887i20 Legend_Color{113I13} 29|3113b20 3166r39
1888a9 Pen_Colors{42A13} 29|3114b9 3166r53
1889a9 Line_Styles{42A13} 29|3115b9 3166r65
1890a9 Pen_Labels{153A10} 29|3116b9 3146r18 3149r23 3152m17 3152r39 3156r60
. 3158r57
1891s9 X_Label{string} 29|3117b9 3167r33
1891s18 Y_Label{string} 29|3117b18 3167r48
1891s27 Title_Label{string} 29|3117b27 3167r63
1895U15*plstripd 1895>24 29|3172b15 3175l9 3175t17
1895i24 ID{integer} 29|3172b24 3174r30
1899U15*plimagefr 1900>9 1901>9 1901>20 1902>9 1902>20 1903>9 1903>20 1904>9
. 1904>20 1905>9 1906>9 29|3179b15 3191l9 3191t18
1900a9 Data{26|43A9} 29|3180b9 3188r50 3188r57 3188r73
1901f9 x_Min{long_float} 29|3181b9 3189r13
1901f20 x_Max{long_float} 29|3181b20 3189r20
1902f9 y_Min{long_float} 29|3182b9 3189r27
1902f20 y_Max{long_float} 29|3182b20 3189r34
1903f9 z_Min{long_float} 29|3183b9 3189r41
1903f20 z_Max{long_float} 29|3183b20 3189r48
1904f9 Value_Min{long_float} 29|3184b9 3189r55
1904f20 Value_Max{long_float} 29|3184b20 3189r66
1905p9 Transformation_Procedure_Pointer{27|136P10} 29|3185b9 3190r13
1906m9 Transformation_Data_Pointer{48M13} 29|3186b9 3190r47
1910U15*plimage 1911>9 1912>9 1912>16 1913>9 1913>16 1914>9 1914>16 1915>9
. 1915>16 1916>9 1916>16 29|3195b15 3204l9 3204t16
1911a9 Data{26|43A9} 29|3196b9 3203r48 3203r55 3203r71
1912f9 x_Min{long_float} 29|3197b9 3203r87
1912f16 x_Max{long_float} 29|3197b16 3203r94
1913f9 y_Min{long_float} 29|3198b9 3203r101
1913f16 y_Max{long_float} 29|3198b16 3203r108
1914f9 z_Min{long_float} 29|3199b9 3203r115
1914f16 z_Max{long_float} 29|3199b16 3203r122
1915f9 Dxmin{long_float} 29|3200b9 3203r129
1915f16 Dxmax{long_float} 29|3200b16 3203r136
1916f9 Dymin{long_float} 29|3201b9 3203r143
1916f16 Dymax{long_float} 29|3201b16 3203r150
1920U15*plstyl 1920>22 1920>29 29|3208b15 3211l9 3211t15
1920a22 Marks{42A13} 29|3208b22 3210r28 3210r42
1920a29 Spaces{42A13} 29|3208b29 3210r49
1923i5*Default_Continuous_Line{integer}
1927U15*plstyl 1927>22 29|3215b15 3219l9 3219t15
1927i22 Default_Continuous_Line{integer} 29|3215b22
1931U15*plsurf3d 1932>9 1932>12 1933>9 1934>9 1935>9 29|726s9 3223b15 3230l9
. 3230t17
1932a9 x{26|42A9} 29|3224b9 3229r30 3229r59
1932a12 y{26|42A9} 29|3224b12 3229r33 3229r69
1933a9 z{26|43A9} 29|3225b9 3229r55
1934i9 Options{integer} 29|3226b9 3229r79
1935a9 Contour_Levels{26|42A9} 29|3227b9 3229r88 3229r104
1944U15*plsvpa 1945>9 1946>9 1947>9 1948>9 29|3239b15 3246l9 3246t15
1945f9 Left_Edge{long_float} 29|3240b9 3245r28
1946f9 Right_Edge{long_float} 29|3241b9 3245r39
1947f9 Bottom_Edge{long_float} 29|3242b9 3245r51
1948f9 Top_Edge{long_float} 29|3243b9 3245r64
1953U15*plsxax 1953>22 1953>34 29|3251b15 3254l9 3254t15
1953i22 Max_Digits{integer} 29|3251b22 3253r28
1953i34 Field_Digits{integer} 29|3251b34 3253r40
1957U15*plsxwin 1957>23 29|3259b15 3262l9 3262t16
1957i23 Window_ID{integer} 29|3259b23 3261r29
1962U15*plsyax 1962>22 1962>34 29|3267b15 3270l9 3270t15
1962i22 Max_Digits{integer} 29|3267b22 3269r28
1962i34 Field_Digits{integer} 29|3267b34 3269r40
1966U15*plsym 1967>9 1967>12 1968>9 29|3274b15 3279l9 3279t14
1967a9 x{26|42A9} 29|3275b9 3278r27 3278r37
1967a12 y{26|42A9} 29|3275b12 3278r40
1968i9 Hershey_Code{integer} 29|3276b9 3278r43
1973U15*plszax 1973>22 1973>34 29|3284b15 3287l9 3287t15
1973i22 Max_Digits{integer} 29|3284b22 3286r28
1973i34 Field_Digits{integer} 29|3284b34 3286r40
1977U15*pltext 29|3291b15 3294l9 3294t15
1981U15*pltimefmt 1981>25 29|3298b15 3301l9 3301t18
1981s25 Format{string} 29|3298b25 3300r36
1986U15*plvasp 1986>22 29|3306b15 3309l9 3309t15
1986f22 Aspect_Ratio{long_float} 29|3306b22 3308r28
1991U15*plvpas 1992>9 1992>16 1993>9 1993>16 1994>9 29|3314b15 3320l9 3320t15
1992f9 x_Min{long_float} 29|3315b9 3319r28
1992f16 x_Max{long_float} 29|3315b16 3319r35
1993f9 y_Min{long_float} 29|3316b9 3319r42
1993f16 y_Max{long_float} 29|3316b16 3319r49
1994f9 Aspect_Ratio{long_float} 29|3317b9 3319r56
1998U15*plvpor 1999>9 2000>9 2001>9 2002>9 29|601s9 660s9 718s9 3324b15 3331l9
. 3331t15
1999f9 Left_Edge{long_float} 29|3325b9 3330r28
2000f9 Right_Edge{long_float} 29|3326b9 3330r39
2001f9 Bottom_Edge{long_float} 29|3327b9 3330r51
2002f9 Top_Edge{long_float} 29|3328b9 3330r64
2007U15*plvsta 29|3336b15 3339l9 3339t15
2011U15*plw3d 2012>9 2012>16 2012>23 2013>9 2013>16 2013>23 2013>30 2013>37
. 2013>44 2014>9 2014>19 29|662s9 720s9 3343b15 3349l9 3349t14
2012f9 X_Box{long_float} 29|3344b9 3348r27
2012f16 Y_Box{long_float} 29|3344b16 3348r34
2012f23 Z_Box{long_float} 29|3344b23 3348r41
2013f9 X_Min{long_float} 29|3345b9 3348r48
2013f16 X_Max{long_float} 29|3345b16 3348r55
2013f23 Y_Min{long_float} 29|3345b23 3348r62
2013f30 Y_Max{long_float} 29|3345b30 3348r69
2013f37 Z_Min{long_float} 29|3345b37 3348r76
2013f44 Z_Max{long_float} 29|3345b44 3348r83
2014f9 Altitude{long_float} 29|3346b9 3348r90
2014f19 Azimuth{long_float} 29|3346b19 3348r100
2018U15*plwidth 2018>23 29|76s9 3353b15 3356l9 3356t16
2018f23 Pen_Width{long_float} 29|3353b23 3355r29
2022U15*plwind 2023>9 2024>9 2025>9 2026>9 29|602s9 661s9 719s9 3360b15 3367l9
. 3367t15
2023f9 Left_Edge{long_float} 29|3361b9 3366r28
2024f9 Right_Edge{long_float} 29|3362b9 3366r39
2025f9 Bottom_Edge{long_float} 29|3363b9 3366r51
2026f9 Top_Edge{long_float} 29|3364b9 3366r64
2029U15*plxormod 2030>9 2031<9 29|3371b15 3393l9 3393t17
2030b9 Use_XOR{boolean} 29|3372b9 3378r12
2031b9 Supports_XOR{boolean} 29|3373b9 3387m13 3389m13
2043U15*plparseopts 2043>27 29|3405b15 3425l9 3425t20
2043i27 Mode{27|293I10} 29|3405b27 3424r56
2047U15*plsetopt 2047>24 2047>32 29|3429b15 3432l9 3432t17
2047s24 Option{string} 29|3429b24 3431r35
2047s32 Argument{string} 29|3429b32 3431r55
2065U15*pltr0 2066>9 2066>17 2067<9 2067<18 2068>9 2069r50 29|3450b15 3456l9
. 3456t14
2066f9 x_Grid{long_float} 29|3451b9 3455r27
2066f17 y_Grid{long_float} 29|3451b17 3455r35
2067f9 x_World{long_float} 29|3452b9 3455m43
2067f18 y_World{long_float} 29|3452b18 3455m52
2068m9 Data{48M13} 29|3453b9 3455r61
2073U15*pltr1 2074>9 2074>17 2075<9 2075<18 2076>9 2077r50 29|3460b15 3466l9
. 3466t14
2074f9 x_Grid{long_float} 29|3461b9 3465r27
2074f17 y_Grid{long_float} 29|3461b17 3465r35
2075f9 x_World{long_float} 29|3462b9 3465m43
2075f18 y_World{long_float} 29|3462b18 3465m52
2076m9 Data_Pointer{48M13} 29|3463b9 3465r61
2082U15*pltr2 2083>9 2083>17 2084<9 2084<18 2085>9 2086r50 29|3471b15 3477l9
. 3477t14
2083f9 x_Grid{long_float} 29|3472b9 3476r27
2083f17 y_Grid{long_float} 29|3472b17 3476r35
2084f9 x_World{long_float} 29|3473b9 3476m43
2084f18 y_World{long_float} 29|3473b18 3476m52
2085m9 Data_Pointer{48M13} 29|3474b9 3476r61
2090U15*plGetCursor 2090<27 29|3481b15 3484l9 3484t20
2090r27 Graphics_Input{52R13} 29|3481b27 3483m33
X 29 plplot_traditional.adb
73f5 Default_Pen_Width{long_float} 76r17
74U15 Set_Default_Pen_Width 74b15 77l9 77t30 244s9
109f9 x_Min{long_float} 115m13 118m17 118r41 121m17 121r41 124m17 124r41
. 127m17 127r41 130m17 130r41 201r15
109f16 y_Min{long_float} 157m13 160m17 160r41 163m17 163r41 166m17 166r41
. 169m17 169r41 172m17 172r41 201r29
110f9 x_Max{long_float} 136m13 139m17 139r41 142m17 142r41 145m17 145r41
. 148m17 148r41 151m17 151r41 201r22
110f16 y_Max{long_float} 178m13 181m17 181r41 184m17 184r41 187m17 187r41
. 190m17 190r41 193m17 193r41 201r36
263a9 x{26|42A9} 268r18 269m13 276r25 276r32 276r39 276r46 276r53
264a9 X_Label_String_Array{28|148A10} 272m9 277r29
265a9 Y_Label_String_Array{28|148A10} 273m9 278r29
266a9 Title_Label_String_Array{28|148A10} 274m9 279r29
268i13 i{integer} 269r15 269r32
296a9 X_Label_String_Array{28|148A10} 301m9 306r29
297a9 Y_Label_String_Array{28|148A10} 302m9 307r29
298a9 Title_Label_String_Array{28|148A10} 303m9 308r29
328a9 X_Label_String_Array{28|148A10} 335m9 343r29
329a9 Y_Label_String_Array{28|148A10} 336m9 344r29
330a9 Title_Label_String_Array{28|148A10} 337m9 345r29
332a9 x_Log{26|42A9} 339r18 340m13 342r25 342r36 342r47 342r58 342r69
339i13 i{integer} 340r19 340r31
365a9 X_Label_String_Array{28|148A10} 372m9 380r29
366a9 Y_Label_String_Array{28|148A10} 373m9 381r29
367a9 Title_Label_String_Array{28|148A10} 374m9 382r29
369a9 y_Log{26|42A9} 376r18 377m13 379r29 379r40 379r51 379r62 379r73
376i13 i{integer} 377r19 377r31
395a9 X_Label_String_Array{28|148A10} 402m9 411r29
396a9 Y_Label_String_Array{28|148A10} 403m9 412r29
397a9 Title_Label_String_Array{28|148A10} 404m9 413r29
399a9 x_Log{26|42A9} 406r18 407m13 410r25
400a9 y_Log{26|42A9} 408m13 410r32
406i13 i{integer} 407r19 407r31 408r19 408r31
434a9 X_Label_String_Array{28|148A10} 438m9 443r29
435a9 Y_Label_String_Array{28|148A10} 439m9 444r29
436a9 Title_Label_String_Array{28|148A10} 440m9 445r29
469a9 X_Label_String_Array{28|148A10} 477m9 498r38 523r38 550r38 569r34
470a9 Y_Label_String_Array{28|148A10} 478m9 499r38 524r38 551r38 570r34
471a9 Title_Label_String_Array{28|148A10} 479m9 500r38 525r38 552r38 571r34
472a9 Color_Array{28|137A10} 480m9 502r38 527r38 554r38 573r34
473a9 Line_Width_Array{28|140A10} 481m9 503r38 528r38 555r38 574r34
474a9 Line_Style_Array{28|143A10} 482m9 504r38 529r38 556r38 575r34
490a17 x_Log{26|42A9} 492r26 493m21 497r21
492i21 i{integer} 493r27 493r39
516a17 y_Log{26|42A9} 518r26 519m21 522r24
518i21 i{integer} 519r27 519r39
541a17 x_Log{26|42A9} 544r26 545m21 549r21
542a17 y_Log{26|42A9} 546m21 549r28
544i21 i{integer} 545r27 545r39 546r27 546r39
594a9 Contour_Levels{26|42A9} 598m34 598r34 610r13
629f9 x_Min_Local{long_float} 642m13 645m13 662r30
629f22 x_Max_Local{long_float} 643m13 646m13 662r43
629f35 y_Min_Local{long_float} 650m13 653m13 662r56
629f48 y_Max_Local{long_float} 651m13 654m13 662r69
686f9 x_Min_Local{long_float} 700m13 703m13 720r30
686f22 x_Max_Local{long_float} 701m13 704m13 720r43
686f35 y_Min_Local{long_float} 708m13 711m13 720r56
686f48 y_Max_Local{long_float} 709m13 712m13 720r69
687a9 Contour_Levels_Dummy{26|42A9} 726r44
741i13 i{integer} 742r21 742r29 742r40 742r50
872a9 Controls_3{26|42A9} 883m9 884m9 885m9 954r36 970r36 986r36 1002r36
. 1038r36 1054r36
873a9 Controls_4{26|42A9} 887m9 888m9 889m9 890m9 1022r36
874a9 Red_3{26|42A9} 893m9 894m9 895m9 964m21 965m21 966m21 970r48 980m21
. 981m21 982m21 986r48
874a16 Green_3{26|42A9} 896m9 897m9 898m9 961m21 962m21 963m21 970r55 977m21
. 978m21 979m21 986r55
874a25 Blue_3{26|42A9} 899m9 900m9 901m9 958m21 959m21 960m21 970r64 974m21
. 975m21 976m21 986r64
875a9 Red_4{26|42A9} 903m9 904m9 905m9 906m9
875a16 Green_4{26|42A9} 907m9 908m9 909m9 910m9
875a25 Blue_4{26|42A9} 911m9 912m9 913m9 914m9
876a9 Hue_3{26|42A9} 916m9 917m9 918m9 942m21 943m21 944m21 954r48 990m21
. 991m21 992m21 1002r48 1026m21 1027m21 1028m21 1038r48 1042m21 1043m21 1044m21
. 1054r48
876a16 Lightness_3{26|42A9} 919m9 920m9 921m9 945m21 946m21 947m21 954r55
. 996m21 997m21 998m21 1002r55 1029m21 1030m21 1031m21 1038r55 1045m21 1046m21
. 1047m21 1054r55
876a29 Saturation_3{26|42A9} 922m9 923m9 924m9 948m21 949m21 950m21 954r68
. 993m21 994m21 995m21 1002r68 1032m21 1033m21 1034m21 1038r68 1048m21 1049m21
. 1050m21 1054r68
877a9 Hue_4{26|42A9} 926m9 927m9 928m9 929m9 1006m21 1007m21 1008m21 1009m21
. 1022r48
877a16 Lightness_4{26|42A9} 930m9 931m9 932m9 933m9 1014m21 1015m21 1016m21
. 1017m21 1022r55
877a29 Saturation_4{26|42A9} 934m9 935m9 936m9 937m9 1010m21 1011m21 1012m21
. 1013m21 1022r68
878a9 Alt_Hue_Path_3{28|41A13} 951m21 952m21 953m21 954r82 967m21 968m21
. 969m21 970r72 983m21 984m21 985m21 986r72 999m21 1000m21 1001m21 1002r82
. 1035m21 1036m21 1037m21 1038r82 1051m21 1052m21 1053m21 1054r82
879a9 Alt_Hue_Path_4{28|41A13} 1018m21 1019m21 1020m21 1021m21 1022r82
1080f9 step{long_float} 1083m9 1086r42
1081i9 ii{integer} 1085m13 1086r60
1084i13 i{integer} 1085r19 1086r28
1113i9 active{integer} 1117m13 1119m13 1121r90
1137i9 fill_arc{27|57I13} 1141m13 1143m13 1145r63
1166i9 fill{27|57I13} 1170m13 1172m13 1174r72
1183i9 fill{27|57I13} 1187m13 1189m13 1191r63
1335i9 ifbtime_offset_As_Integer{integer} 1338m13 1340m13 1343r13
1391m9 Transformation_Data_Address{28|48M13} 1394m9 1401r47
1392m9 Irregular_Data_Address{28|48M13} 1395m9 1397r57
1410i9 PL_Do_Not_Copy_Device_Coordinates{27|57I13} 1414m13 1416m13 1418r41
1610a9 PL_Device_Name{21|79A9} 1612m28 1613r23
1666i9 PL_Family_Enabled{27|57I13} 1669m28 1670r12
1686a9 PL_Output_File_Name{21|79A9} 1688m29 1689r23
1764a9 PL_Version_Number{21|79A9} 1766m28 1767r23
1894i9 Number_Entries{integer} 1957r62
1895i9 L{integer} 1902m9 1903r12 1903r39 1903r65 1904r13 1904r41 1905r13
. 1905r44 1905r71 1906r13 1906r40 1906r69 1907r13 1907r43
1896a9 PL_Label_Text{27|132A10} 1931m13 1959r26
1896a24 PL_Symbols{27|132A10} 1952m13 1961r44
1897a9 C_Legend_String_Array(27|130A13) 1926m13 1931m33 1931r33
1898a9 C_Symbols_String_Array(27|130A13) 1947m13 1952m30 1952r30
1899a9 Dum_Text{28|158A10} 1920m17 1922m17 1926r56 1928r53 1941m17 1943m17
. 1947r57 1949r53
1914i13 I{integer} 1917r34 1920r26 1920r48 1922r26 1922r43 1926r35 1926r65
. 1928r62 1931r27 1931r55
1935i13 I{integer} 1938r31 1941r26 1941r45 1943r26 1943r40 1947r36 1947r66
. 1949r62 1952r24 1952r53
1984i9 Number_Labels{integer} 1994r12 2053r13
1985i9 Number_Axes{integer} 1997r12 1997r50 1998r16 2053r58
1986a9 PL_Label_Text{27|132A10} 2021m13 2053r43
1987a9 C_Legend_String_Array(27|130A13) 2016m13 2021m33 2021r33
1988a9 PL_Axis_Options{27|132A10} 2042m13 2054r13
1989a9 C_Axis_Options_String_Array(27|130A13) 2037m13 2042m35 2042r35
1990a9 Dum_Text{28|158A10} 2010m17 2012m17 2016r56 2018r53 2031m17 2033m17
. 2037r62 2039r53
1991a9 PL_Values{27|72A10} 2049m9 2054r76
2004i13 I{integer} 2007r34 2010r26 2010r48 2012r26 2012r43 2016r35 2016r65
. 2018r62 2021r27 2021r55
2025i13 I{integer} 2028r36 2031r26 2031r50 2033r26 2033r45 2037r41 2037r71
. 2039r62 2042r29 2042r63
2100r9 Map_Kind_String{16|79R9} 2106m21 2110m21 2114m21 2118m21 2122r69
2201i9 PLsides{27|57I13} 2205m13 2207m13 2209r86
2282a9 PL_Draw_Segments{27|66A10} 2294m17 2296m17 2299r48
2283i9 PL_Draw_Counterclockwise{27|57I13} 2287m13 2289m13 2299r66
2292i13 Index{integer} 2293r30 2294r34 2296r34
2423a8 PL_Red_Component{28|42A13} 2427m13 2431r30 2431r87
2423a26 PL_Green_Component{28|42A13} 2428m13 2431r48
2423a46 PL_Blue_Component{28|42A13} 2429m13 2431r68
2426i13 i{integer} 2427r30 2427r52 2428r32 2428r54 2429r31 2429r53
2440a8 PL_Red_Component{28|42A13} 2444m13 2448r31 2448r95
2440a26 PL_Green_Component{28|42A13} 2445m13 2448r49
2440a46 PL_Blue_Component{28|42A13} 2446m13 2448r69
2443i13 i{integer} 2444r30 2444r52 2445r32 2445r54 2446r31 2446r53
2463i9 PL_Color_Model{27|57I13} 2475m13 2477m13 2488r31
2464a9 PL_Alt_Hue_Path{27|66A10} 2482m17 2484m17 2488r110
2480i13 i{integer} 2481r29 2482r33 2484r33
2506a9 Alt_Hue_Path_Array{28|41A13} 2509r22 2510m17 2513r22 2514m17 2517r72
2509i17 i{integer} 2510r36
2513i17 i{integer} 2514r36
2533i9 PL_Color_Model{27|57I13} 2545m13 2547m13 2558r32
2534a9 PL_Alt_Hue_Path{27|66A10} 2552m17 2554m17 2558r118
2550i13 i{integer} 2551r29 2552r33 2554r33
2576a9 Alt_Hue_Path_Array{28|41A13} 2579r22 2580m17 2583r22 2584m17 2587r80
2579i17 i{integer} 2580r36
2583i17 i{integer} 2584r36
2651i9 PL_Enable_Color{27|57I13} 2655m13 2657m13 2659r30
2741a9 Escape_Characters{14|47A9} 2745m9 2747r53
2761i9 PL_Enable_Family{27|57I13} 2765m13 2767m13 2769r28
2812i9 Preserve_Rectangles_As_Integer{integer} 2815m13 2817m13 2825r37
2847i9 Preserve_Rectangles_As_Integer{integer} 2850m13 2852m13 2860r37
2878i9 Preserve_Rectangles_As_Integer{integer} 2881m13 2883m13 2889r37
2985i9 PL_Interpolate{27|57I13} 2989m13 2991m13 2993r58
3000i9 PL_Pause{27|57I13} 3004m13 3006m13 3008r30
3119i9 PL_Autoscale_Y{27|57I13} 3127m13 3129m13 3165r61
3119i25 PL_Accumulate{27|57I13} 3133m13 3135m13 3166r13
3120a9 PL_Pen_Labels{27|119A10} 3161m13 3167r13
3122f9 x_LP=3122:35{long_float} 3165r49
3123f9 y_LP=3123:35{long_float} 3165r55
3146i13 I{integer} 3149r34 3152r28 3152r50 3156r39 3156r71 3158r68 3161r27
. 3161r59
3216a9 Dummy_Marks{28|42A13} 3218r31
3216a22 Dummy_Spaces{28|42A13} 3218r44
3375i9 PL_Use_XOR{27|57I13} 3379m13 3381m13 3384r30
3375i21 PL_Supports_XOR{27|57I13} 3384m42 3386r12 3388r15
3407i9*Gnat_Argc{integer} 3408m27 3408r27 3423m29 3423r29
3410m9*Gnat_Argv{30|64M9} 3411m27 3411r27 3424r45
3413P14 Gnat_Argc_Access_Type(integer) 3414r28 3417r34
3414p9 Gnat_Argc_Access{3413P14} 3423m9 3424r27
3417U9*plparseopts_local 3417>27 3418>27 3419>27 3420b<c,c_plparseopts>26
. 3424s9
3417p27 argc{3413P14}
3418m27 argv{30|64M9}
3419i27 mode{27|293I10}
X 30 system.ads
37K9*System 28|26w5 1787r26 29|32w5 33r5 610r55 1199r36 1199r57 1207r36 1207r57
. 2927r28 2941r26 3063r40 3410r21 3418r34 30|152e11
64M9*Address 28|1787r33 29|2941r33 3410r28 3418r41
66m4*Null_Address{64M9} 29|610r62 1199r43 1199r64 1207r43 1207r64 2927r35
. 3063r47
X 31 s-atacco.ads
39k16*Address_To_Access_Conversions 29|33w12 31|63e41