This file is indexed.

/usr/share/doc/pyxplot/html/sect0255.html is in pyxplot-doc 0.8.4-3.

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

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="generator" content="plasTeX" />
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<title>PyXPlot Users' Guide: Index</title>


<link href="sect0254.html" title="2006 Sep 09: PyXPlot 0.5.8" rel="prev" />
<link href="sect0230.html" title="Appendices" rel="up" />
<link rel="stylesheet" href="styles/styles.css" />
</head>
<body>

<div class="navigation">
<table cellspacing="2" cellpadding="0" width="100%">
<tr>
<td><a href="sect0254.html" title="2006 Sep 09: PyXPlot 0.5.8"><img alt="Previous: 2006 Sep 09: PyXPlot 0.5.8" border="0" src="icons/previous.gif" width="32" height="32" /></a></td>

<td><a href="sect0230.html" title="Appendices"><img alt="Up: Appendices" border="0" src="icons/up.gif" width="32" height="32" /></a></td>


<td><img border="0" alt="" src="icons/blank.gif" width="32" height="32" /></td>
<td class="navtitle" align="center">PyXPlot Users' Guide</td>
<td><a href="index.html" title="Table of Contents"><img border="0" alt="" src="icons/contents.gif" width="32" height="32" /></a></td>

<td><a href="sect0255.html" title="Index"><img border="0" alt="" src="icons/index.gif" width="32" height="32" /></a></td>

<td><img border="0" alt="" src="icons/blank.gif" width="32" height="32" /></td>
</tr>
</table>
</div>

<div class="breadcrumbs">
<span>
<span>
<a href="index.html">PyXPlot Users' Guide</a> <b>:</b>
</span>

</span><span>
<span>
<a href="sect0230.html">Appendices</a> <b>:</b>
</span>

</span><span>

<span>
<b class="current">Index</b>
</span>
</span>
<hr />
</div>

<div><h1>Index</h1>

<div>

<div align="center"><span><a href="#IDXGROUP.Symbols">Symbols</a><span> | </span></span><span><a href="#IDXGROUP.A">A</a><span> | </span></span><span><a href="#IDXGROUP.B">B</a><span> | </span></span><span><a href="#IDXGROUP.C">C</a><span> | </span></span><span><a href="#IDXGROUP.D">D</a><span> | </span></span><span><a href="#IDXGROUP.E">E</a><span> | </span></span><span><a href="#IDXGROUP.F">F</a><span> | </span></span><span><a href="#IDXGROUP.G">G</a><span> | </span></span><span><a href="#IDXGROUP.H">H</a><span> | </span></span><span><a href="#IDXGROUP.I">I</a><span> | </span></span><span><a href="#IDXGROUP.J">J</a><span> | </span></span><span><a href="#IDXGROUP.K">K</a><span> | </span></span><span><a href="#IDXGROUP.L">L</a><span> | </span></span><span><a href="#IDXGROUP.M">M</a><span> | </span></span><span><a href="#IDXGROUP.N">N</a><span> | </span></span><span><a href="#IDXGROUP.O">O</a><span> | </span></span><span><a href="#IDXGROUP.P">P</a><span> | </span></span><span><a href="#IDXGROUP.Q">Q</a><span> | </span></span><span><a href="#IDXGROUP.R">R</a><span> | </span></span><span><a href="#IDXGROUP.S">S</a><span> | </span></span><span><a href="#IDXGROUP.T">T</a><span> | </span></span><span><a href="#IDXGROUP.U">U</a><span> | </span></span><span><a href="#IDXGROUP.V">V</a><span> | </span></span><span><a href="#IDXGROUP.W">W</a><span> | </span></span><span><a href="#IDXGROUP.X">X</a><span> | </span></span><span><a href="#IDXGROUP.Y">Y</a><span> | </span></span><span><a href="#IDXGROUP.Z">Z</a></span></div>

<div class="theindex">

<h2 id="IDXGROUP.Symbols">Symbols</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    ,
    <span><a href="ex-macro.html#a0000000600" title="Macros"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37290c></a></span>
    <ul>
    <li>
        <tt class="tt"></tt>,
        
        <ul>
        <li>
             command,
            <span><a href="sect0041.html#a0000000607" title="Shell Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3728ac></a><span>, </span></span><span><a href="sect0077.html#a0000000980" title="!"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3728cc></a></span>
        </li>
        </ul>
    </li>
    </ul>
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">?</tt> command,
    <span><a href="sect0076.html#a0000000979" title="?"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37292c></a></span>
    
</li><li>
    <tt class="tt">%</tt> operator,
    <span><a href="sect0014.html#a0000000322" title="Printing Text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37294c></a><span>, </span></span><span><a href="sec-stringsubop.html#a0000000567" title="The String Substitution Operator"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3729ac></a></span>
    
</li><li>
    =<img src="images/img-0028.png" alt="$\sim $" style="vertical-align:2px; 
                                     width:12px; 
                                     height:5px" class="math gen" /> operator,
    <span><a href="sect0032.html#a0000000572" title="Regular Expressions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3729cc></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.A">A</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">above</tt> keyword,
    <span><a href="sec-legends.html#a0000000765" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3729ec></a></span>
    
</li><li>
    <tt class="tt">abs(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001361" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372a2c></a></span>
    
</li><li>
    <tt class="tt">abs(z)</tt> function,
    <span><a href="sec-complex_numbers.html#a0000000426" title="Working with Complex Numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372acc></a></span>
    
</li><li>
    accented characters,
    <span><a href="sec-latex_incompatibility.html#a0000000327" title="Axis Labels and Titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372a6c></a></span>
    
</li><li>
    <tt class="tt">acos(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001362" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372aac></a></span>
    
</li><li>
    <tt class="tt">acosh(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001363" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372b2c></a></span>
    
</li><li>
    <tt class="tt">acot(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001364" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372b6c></a></span>
    
</li><li>
    <tt class="tt">acoth(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001365" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372bac></a></span>
    
</li><li>
    <tt class="tt">acsc(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001366" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372bec></a></span>
    
</li><li>
    <tt class="tt">acsch(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001367" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372c2c></a></span>
    
</li><li>
    Adobe Acrobat,
    <span><a href="sec-directing_output.html#a0000000369" title="Directing Where Output Goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372c6c></a></span>
    
</li><li>
    <tt class="tt">airy_­ai_­diff(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001369" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372cac></a></span>
    
</li><li>
    <tt class="tt">airy_­ai(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001368" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372cec></a></span>
    
</li><li>
    <tt class="tt">airy_­bi_­diff(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001371" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372d2c></a></span>
    
</li><li>
    <tt class="tt">airy_­bi(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001370" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372d6c></a></span>
    
</li><li>
    alignment,
    
    <ul>
    <li>
        text,
        <span><a href="ex-australia.html#a0000000829" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372e0c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">amsmath</tt> package,
    <span><a href="sect0074.html#a0000000975" title="LaTeX and PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372dec></a></span>
    
</li><li>
    angles, handling of,
    <span><a href="sec-angles.html#a0000000437" title="Treatment of Angles in PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372e4c></a></span>
    
</li><li>
    <tt class="tt">arc</tt> command,
    <span><a href="sect0070.html#a0000000926" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372e8c></a><span>, </span></span><span><a href="ex-lens.html#a0000000964" title="The arc Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372eec></a><span>, </span></span><span><a href="sect0078.html#a0000000981" title="arc"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372f0c></a><span>, </span></span><span><a href="sect0078.html#a0000000982" title="arc"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372f2c></a></span>
    
</li><li>
    <tt class="tt">arg(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001372" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372ecc></a></span>
    
</li><li>
    <tt class="tt">arg(z)</tt> function,
    <span><a href="sec-complex_numbers.html#a0000000425" title="Working with Complex Numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372fcc></a></span>
    
</li><li>
    <tt class="tt">arrow</tt> command,
    <span><a href="sect0070.html#a0000000927" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb372f6c></a><span>, </span></span><span><a href="ex-nanotubes.html#a0000000947" title="The arrow and line Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b02c></a><span>, </span></span><span><a href="ex-nanotubes.html#a0000000948" title="The arrow and line Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b04c></a><span>, </span></span><span><a href="ex-nanotubes.html#a0000000950" title="The arrow and line Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b08c></a><span>, </span></span><span><a href="sect0079.html#a0000000983" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b0cc></a><span>, </span></span><span><a href="sect0079.html#a0000000984" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b10c></a></span>
    
</li><li>
    arrows,
    <span><a href="sec-set_arrow.html#a0000000805" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b1ac></a></span>
    
</li><li>
    <tt class="tt">arrows</tt> plot style,
    <span><a href="sect0048.html#a0000000716" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b22c></a></span>
    
</li><li>
    <tt class="tt">arrows_head</tt> plot style,
    <span><a href="sect0048.html#a0000000710" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b18c></a><span>, </span></span><span><a href="sect0048.html#a0000000718" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb2fceac></a><span>, </span></span><span><a href="sect0048.html#a0000000720" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb15ce6c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">arrows_nohead</tt> plot style,
    <span><a href="sect0048.html#a0000000712" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb2fcb4c></a><span>, </span></span><span><a href="sect0048.html#a0000000722" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37260c></a></span>
    
</li><li>
    <tt class="tt">arrows_twohead</tt> plot style,
    <span><a href="sect0048.html#a0000000714" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37240c></a><span>, </span></span><span><a href="sect0048.html#a0000000724" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3725ec></a></span>
    
</li><li>
    <tt class="tt">asec(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001373" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3722ac></a></span>
    
</li><li>
    <tt class="tt">asech(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001374" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3725cc></a></span>
    
</li><li>
    <tt class="tt">asin(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001375" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37204c></a></span>
    
</li><li>
    <tt class="tt">asinh(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001376" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3723ec></a></span>
    
</li><li>
    <tt class="tt">assert</tt> command,
    <span><a href="sect0040.html#a0000000604" title="Assertions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb36bf4c></a><span>, </span></span><span><a href="sect0040.html#a0000000605" title="Assertions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb36bdac></a><span>, </span></span><span><a href="sect0080.html#a0000000994" title="assert"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb36b30c></a><span>, </span></span><span><a href="sect0080.html#a0000000995" title="assert"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb36b42c></a><span>, </span></span><span><a href="sect0080.html#a0000000996" title="assert"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb36b0cc></a></span>
    
</li><li>
    assertions,
    <span><a href="sect0040.html#a0000000603" title="Assertions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb36b3cc></a></span>
    
</li><li>
    <tt class="tt">ast_­Lcdm_­age(<img src="images/img-0484.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0485.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0486.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001377" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb35344c></a></span>
    
</li><li>
    <tt class="tt">ast_­Lcdm_­angscale(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" /><img src="images/img-0484.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0485.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0486.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001378" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3532ac></a></span>
    
</li><li>
    <tt class="tt">ast_­Lcdm_­DA(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" /><img src="images/img-0484.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0485.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0486.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001379" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb353acc></a></span>
    
</li><li>
    <tt class="tt">ast_­Lcdm_­DL(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" /><img src="images/img-0484.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0485.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0486.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001380" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb35390c></a></span>
    
</li><li>
    <tt class="tt">ast_­Lcdm_­DM(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" /><img src="images/img-0484.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0485.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0486.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001381" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb353dcc></a></span>
    
</li><li>
    <tt class="tt">ast_­Lcdm_­t(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" /><img src="images/img-0484.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0485.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0486.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001382" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb353fac></a></span>
    
</li><li>
    <tt class="tt">ast_­Lcdm_­z(<img src="images/img-0056.png" alt="$t$" style="vertical-align:0px; 
                                     width:6px; 
                                     height:12px" class="math gen" /><img src="images/img-0484.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0485.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0486.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="ex-cmbrtemp.html#a0000000795" title="Linked Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b2ac></a><span>, </span></span><span><a href="ch-function_list.html#a0000001383" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b2ec></a></span>
    
</li><li>
    <tt class="tt">ast_­moonphase(<img src="images/img-0642.png" alt="$JD$" style="vertical-align:0px; 
                                     width:25px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001384" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b30c></a></span>
    
</li><li>
    <tt class="tt">ast_­sidereal_­time(<img src="images/img-0642.png" alt="$JD$" style="vertical-align:0px; 
                                     width:25px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001385" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b36c></a></span>
    
</li><li>
    <tt class="tt">atan(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001386" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b3ec></a></span>
    
</li><li>
    <tt class="tt">atan2(<img src="images/img-0643.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001388" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b46c></a></span>
    
</li><li>
    <tt class="tt">atanh(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001387" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b4ec></a></span>
    
</li><li>
    <tt class="tt">autofreq</tt> keyword,
    <span><a href="ex-axistics.html#a0000000784" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b56c></a><span>, </span></span><span><a href="sect0207.html#a0000001326" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b5cc></a></span>
    
</li><li>
    axes,
    
    <ul>
    <li>
        colour,
        <span><a href="sect0057.html#a0000000773" title="Setting the Colour of Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b66c></a></span>
        
    </li><li>
        setting ranges,
        <span><a href="ex-axislab.html#a0000000392" title="Setting Axis Ranges"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b72c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">axis</tt> keyword,
    <span><a href="ex-axistics.html#a0000000780" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b70c></a><span>, </span></span><span><a href="sect0207.html#a0000001322" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b7ec></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.B">B</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    backquote character,
    <span><a href="sect0041.html#a0000000608" title="Shell Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b84c></a></span>
    
</li><li>
    backslash character,
    <span><a href="sec-latex_incompatibility.html#a0000000326" title="Axis Labels and Titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b8cc></a></span>
    
</li><li>
    backup files,
    <span><a href="sec-file_backup.html#a0000000901" title="Backing Up Over-Written Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b94c></a></span>
    
</li><li>
    bar charts,
    <span><a href="sec-barcharts.html#a0000000677" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37b9cc></a></span>
    
</li><li>
    <tt class="tt">below</tt> keyword,
    <span><a href="sec-legends.html#a0000000764" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37ba4c></a></span>
    
</li><li>
    <tt class="tt">besseli(<img src="images/img-0647.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001389" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37bacc></a></span>
    
</li><li>
    <tt class="tt">besselI(<img src="images/img-0647.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001390" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37bb4c></a></span>
    
</li><li>
    <tt class="tt">besselj(<img src="images/img-0647.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001391" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37bbcc></a></span>
    
</li><li>
    <tt class="tt">besselJ(<img src="images/img-0647.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001392" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37bc4c></a></span>
    
</li><li>
    <tt class="tt">besselk(<img src="images/img-0647.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001393" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37bccc></a></span>
    
</li><li>
    <tt class="tt">besselK(<img src="images/img-0647.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001394" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37bd4c></a></span>
    
</li><li>
    <tt class="tt">bessely(<img src="images/img-0647.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001395" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37bdcc></a></span>
    
</li><li>
    <tt class="tt">besselY(<img src="images/img-0647.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001396" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37be4c></a></span>
    
</li><li>
    best fit lines,
    <span><a href="sec-fit_command.html#a0000000511" title="Function Fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37becc></a><span>, </span></span><span><a href="ex-interpolation.html#a0000000519" title="Datafile Interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37bf2c></a></span>
    
</li><li>
    <tt class="tt">beta(<img src="images/img-0648.png" alt="$a,b$" style="vertical-align:-4px; 
                                     width:25px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001397" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37bf8c></a></span>
    
</li><li>
    <tt class="tt">binomialCDF(<img src="images/img-0650.png" alt="$k,p,n$" style="vertical-align:-4px; 
                                     width:45px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001398" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f02c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">binomialPDF(<img src="images/img-0650.png" alt="$k,p,n$" style="vertical-align:-4px; 
                                     width:45px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001399" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f0ac></a></span>
    
</li><li>
    <tt class="tt">binorigin</tt> modifier,
    <span><a href="sec-histogram.html#a0000000549" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f12c></a><span>, </span></span><span><a href="sect0099.html#a0000001042" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f18c></a></span>
    
</li><li>
    <tt class="tt">bins</tt> modifier,
    <span><a href="sec-histogram.html#a0000000551" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f1ec></a><span>, </span></span><span><a href="sect0099.html#a0000001044" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f24c></a></span>
    
</li><li>
    <tt class="tt">binwidth</tt> modifier,
    <span><a href="sec-histogram.html#a0000000548" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f2ac></a><span>, </span></span><span><a href="sect0099.html#a0000001041" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f30c></a></span>
    
</li><li>
    bitmap output,
    
    <ul>
    <li>
        resolution,
        <span><a href="sect0062.html#a0000000868" title="Producing Images on Disk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f3ac></a></span>
        
    </li>
    </ul>
</li><li>
    bmp output,
    <span><a href="sect0063.html#a0000000873" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f44c></a></span>
    
</li><li>
    <tt class="tt">border</tt> keyword,
    <span><a href="ex-axistics.html#a0000000782" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f4cc></a><span>, </span></span><span><a href="sect0207.html#a0000001324" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f52c></a></span>
    
</li><li>
    <tt class="tt">both</tt> keyword,
    <span><a href="ex-axistics.html#a0000000779" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f54c></a><span>, </span></span><span><a href="sect0207.html#a0000001321" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f5ec></a></span>
    
</li><li>
    <tt class="tt">bottom</tt> keyword,
    <span><a href="sec-legends.html#a0000000756" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f64c></a><span>, </span></span><span><a href="ex-australia.html#a0000000835" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f6ac></a></span>
    
</li><li>
    <tt class="tt">box</tt> command,
    <span><a href="sect0070.html#a0000000928" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f6cc></a><span>, </span></span><span><a href="ex-noentry.html#a0000000960" title="The box and circle Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f76c></a><span>, </span></span><span><a href="ex-noentry.html#a0000000962" title="The box and circle Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f78c></a><span>, </span></span><span><a href="sect0081.html#a0000000997" title="box"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f7cc></a><span>, </span></span><span><a href="sect0081.html#a0000000998" title="box"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f80c></a></span>
    
</li><li>
    <tt class="tt">boxes</tt> plot style,
    <span><a href="sec-histogram.html#a0000000556" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f88c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000678" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f8ec></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000684" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f90c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000694" title="Stacked Bar Charts"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f94c></a><span>, </span></span><span><a href="sect0099.html#a0000001049" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37f98c></a></span>
    
</li><li>
    <tt class="tt">break</tt> command,
    <span><a href="sec-breakcontinue.html#a0000000592" title="The break and continue statements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fa0c></a><span>, </span></span><span><a href="sect0082.html#a0000000999" title="break"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fa6c></a><span>, </span></span><span><a href="sect0082.html#a0000001000" title="break"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fa8c></a></span>
    
</li><li>
    <tt class="tt">Bv(<img src="images/img-0653.png" alt="$\nu ,T$" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001400" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fb0c></a></span>
    
</li><li>
    <tt class="tt">Bvmax(<img src="images/img-0142.png" alt="$T$" style="vertical-align:0px; 
                                     width:13px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001401" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fb8c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.C">C</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">call</tt> command,
    <span><a href="ex-pendulum.html#a0000000597" title="Subroutines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fc0c></a></span>
    
</li><li>
    <tt class="tt">cd</tt> command,
    <span><a href="sect0041.html#a0000000610" title="Shell Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fc8c></a><span>, </span></span><span><a href="sect0083.html#a0000001001" title="cd"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fcec></a><span>, </span></span><span><a href="sect0083.html#a0000001002" title="cd"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fd0c></a></span>
    
</li><li>
    <tt class="tt">ceil(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001402" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fd8c></a></span>
    
</li><li>
    <tt class="tt">centre</tt> keyword,
    <span><a href="ex-australia.html#a0000000833" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fe0c></a><span>, </span></span><span><a href="ex-australia.html#a0000000836" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fe6c></a></span>
    
</li><li>
    CGS units,
    <span><a href="sect0022.html#a0000000446" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37fe8c></a><span>, </span></span><span><a href="sect0198.html#a0000001297" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37ff2c></a></span>
    
</li><li>
    ChangeLog,
    <span><a href="sect0245.html#a0000001702" title="ChangeLog"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb37ff8c></a></span>
    
</li><li>
    <tt class="tt">chisqCDF(<img src="images/img-0654.png" alt="$x,nu$" style="vertical-align:-4px; 
                                     width:39px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001403" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38302c></a></span>
    
</li><li>
    <tt class="tt">chisqCDFi(<img src="images/img-0655.png" alt="$P,nu$" style="vertical-align:-4px; 
                                     width:41px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001404" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3830ac></a></span>
    
</li><li>
    <tt class="tt">chisqPDF(<img src="images/img-0654.png" alt="$x,nu$" style="vertical-align:-4px; 
                                     width:39px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001405" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38312c></a></span>
    
</li><li>
    <tt class="tt">circle</tt> command,
    <span><a href="sect0070.html#a0000000929" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3831ac></a><span>, </span></span><span><a href="ex-noentry.html#a0000000961" title="The box and circle Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38320c></a><span>, </span></span><span><a href="ex-lens.html#a0000000965" title="The arc Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38326c></a><span>, </span></span><span><a href="sect0084.html#a0000001003" title="circle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3832ac></a><span>, </span></span><span><a href="sect0084.html#a0000001004" title="circle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3832ec></a></span>
    
</li><li>
    <tt class="tt">clear</tt> command,
    <span><a href="sec-multiplot.html#a0000000911" title="Multiplot Mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38322c></a><span>, </span></span><span><a href="sec-multiplot.html#a0000000914" title="Multiplot Mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38338c></a><span>, </span></span><span><a href="sect0085.html#a0000001005" title="clear"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3833ac></a><span>, </span></span><span><a href="sect0085.html#a0000001006" title="clear"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3833ec></a></span>
    
</li><li>
    <tt class="tt">colour</tt> keyword,
    <span><a href="sect0079.html#a0000000989" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38346c></a></span>
    
</li><li>
    <tt class="tt">colour</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000618" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3834ec></a><span>, </span></span><span><a href="sect0116.html#a0000001088" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38354c></a></span>
    
</li><li>
    colour output,
    <span><a href="sect0063.html#a0000000884" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38356c></a></span>
    
</li><li>
    <tt class="tt">colourmap</tt> plot style,
    <span><a href="sec-colourmaps.html#a0000000840" title="Colour Maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38362c></a><span>, </span></span><span><a href="sect0060.html#a0000000846" title="Custom Colour Mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38368c></a><span>, </span></span><span><a href="sect0138.html#a0000001138" title="c1format"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3836ac></a><span>, </span></span><span><a href="sect0139.html#a0000001141" title="c1label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3836ec></a><span>, </span></span><span><a href="sect0142.html#a0000001148" title="colourkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38372c></a><span>, </span></span><span><a href="sect0142.html#a0000001150" title="colourkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38376c></a><span>, </span></span><span><a href="sect0143.html#a0000001153" title="colourmap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3837ac></a><span>, </span></span><span><a href="sect0143.html#a0000001155" title="colourmap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3837ec></a><span>, </span></span><span><a href="sect0143.html#a0000001157" title="colourmap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38382c></a><span>, </span></span><span><a href="sect0145.html#a0000001163" title="cnrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38386c></a><span>, </span></span><span><a href="sect0167.html#a0000001194" title="nocolourkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3838ac></a><span>, </span></span><span><a href="sect0187.html#a0000001219" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3838ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001551" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38392c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001554" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38396c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001563" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3839ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001603" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3839ec></a></span>
    
</li><li>
    colours,
    
    <ul>
    <li>
        axes,
        <span><a href="sect0057.html#a0000000774" title="Setting the Colour of Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383acc></a></span>
        
    </li><li>
        charts,
        <span><a href="ch-colour_charts.html#a0000001519" title="Colour Tables"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383b8c></a></span>
        
    </li><li>
        CMYK,
        <span><a href="sec-colour_names.html#a0000001648" title="Recognised Colour Names"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383c0c></a></span>
        
    </li><li>
        configuration file,
        <span><a href="sec-colour_names.html#a0000001645" title="Recognised Colour Names"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383a6c></a></span>
        
    </li><li>
        grid,
        <span><a href="sec-set_colours.html#a0000000799" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383b6c></a></span>
        
    </li><li>
        HSB,
        <span><a href="sec-colour_names.html#a0000001647" title="Recognised Colour Names"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383d8c></a></span>
        
    </li><li>
        inverting,
        <span><a href="sect0063.html#a0000000889" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383cec></a></span>
        
    </li><li>
        RGB,
        <span><a href="sec-colour_names.html#a0000001646" title="Recognised Colour Names"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383d6c></a></span>
        
    </li><li>
        setting for datasets,
        <span><a href="sec-with_modifier.html#a0000000619" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383e6c></a><span>, </span></span><span><a href="sect0116.html#a0000001089" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383f4c></a></span>
        
    </li><li>
        setting the palette,
        <span><a href="sec-palette.html#a0000000627" title="The Palette"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb383f8c></a></span>
        
    </li><li>
        shades of grey,
        <span><a href="ch-colour_charts.html#a0000001520" title="Colour Tables"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38602c></a></span>
        
    </li><li>
        text,
        <span><a href="ex-australia.html#a0000000826" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3860cc></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">columns</tt> keyword,
    <span><a href="sec-horizontal_datafiles.html#a0000000357" title="Horizontally arranged Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38614c></a></span>
    
</li><li>
    command line syntax,
    <span><a href="box-CommandHistory.html#a0000000300" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3860ac></a></span>
    
</li><li>
    command scripts,
    
    <ul>
    <li>
        comment lines,
        <span><a href="sect0012.html#a0000000320" title="Comments"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38626c></a></span>
        
    </li>
    </ul>
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    command-line syntax,
    <span><a href="box-CommandHistory.html#a0000000299" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38630c></a></span>
    
</li><li>
    comment lines,
    <span><a href="sect0012.html#a0000000319" title="Comments"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38638c></a></span>
    <ul>
    <li>
        in datafiles,
        <span><a href="sec-plot_datafiles.html#a0000000346" title="Plotting Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38642c></a><span>, </span></span><span><a href="sec-special_comments.html#a0000000503" title="Special Comment Lines in Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38648c></a></span>
        
    </li>
    </ul>
</li><li>
    complex numbers,
    <span><a href="sec-complex_numbers.html#a0000000420" title="Working with Complex Numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3864ec></a></span>
    
</li><li>
    <tt class="tt">conditionalN(<img src="images/img-0657.png" alt="$a,b,c$" style="vertical-align:-4px; 
                                     width:41px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="sect0038.html#a0000000594" title="Conditional Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38656c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001406" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3865cc></a></span>
    
</li><li>
    <tt class="tt">conditionalS(<img src="images/img-0657.png" alt="$a,b,c$" style="vertical-align:-4px; 
                                     width:41px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="sect0038.html#a0000000595" title="Conditional Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38662c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001407" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38668c></a></span>
    
</li><li>
    configuration file,
    
    <ul>
    <li>
        colours,
        <span><a href="sec-colour_names.html#a0000001644" title="Recognised Colour Names"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38672c></a></span>
        
    </li>
    </ul>
</li><li>
    configuration files,
    <span><a href="sect0226.html#a0000001535" title="An Example Configuration File"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3867cc></a></span>
    
</li><li>
    <tt class="tt">conjugate(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001408" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38684c></a></span>
    
</li><li>
    <tt class="tt">conjugate(z)</tt> function,
    <span><a href="sec-complex_numbers.html#a0000000427" title="Working with Complex Numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3868cc></a></span>
    
</li><li>
    constants,
    <span><a href="sec-constants.html#a0000000407" title="Physical Constants"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38694c></a></span>
    
</li><li>
    <tt class="tt">continue</tt> command,
    <span><a href="sec-breakcontinue.html#a0000000593" title="The break and continue statements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3869cc></a><span>, </span></span><span><a href="sect0086.html#a0000001007" title="continue"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386a2c></a><span>, </span></span><span><a href="sect0086.html#a0000001008" title="continue"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386a4c></a></span>
    
</li><li>
    <tt class="tt">contourmap</tt> plot style,
    <span><a href="sect0144.html#a0000001160" title="contours"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386acc></a><span>, </span></span><span><a href="sect0145.html#a0000001165" title="cnrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386b2c></a><span>, </span></span><span><a href="sect0187.html#a0000001223" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386b4c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001558" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386b8c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001561" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386bcc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001605" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386c0c></a></span>
    
</li><li>
    coordinate systems,
    
    <ul>
    <li>
        <tt class="tt">axis&lt;n&gt;</tt>,
        <span><a href="sec-set_arrow.html#a0000000816" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386ccc></a></span>
        
    </li><li>
        <tt class="tt">first</tt>,
        <span><a href="sec-set_arrow.html#a0000000814" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386d8c></a></span>
        
    </li><li>
        <tt class="tt">graph</tt>,
        <span><a href="sec-set_arrow.html#a0000000819" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386d6c></a></span>
        
    </li><li>
        <tt class="tt">page</tt>,
        <span><a href="sec-set_arrow.html#a0000000818" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386e6c></a></span>
        
    </li><li>
        <tt class="tt">second</tt>,
        <span><a href="sec-set_arrow.html#a0000000815" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386f0c></a></span>
        
    </li>
    </ul>
</li><li>
    correlation matrix,
    <span><a href="sec-correlation_matrix.html#a0000001690" title="The Correlation Matrix"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386eec></a></span>
    
</li><li>
    <tt class="tt">cos(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001409" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb386fec></a></span>
    
</li><li>
    <tt class="tt">cosh(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001410" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b08c></a></span>
    
</li><li>
    <tt class="tt">cot(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001411" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b10c></a></span>
    
</li><li>
    <tt class="tt">coth(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001412" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b18c></a></span>
    
</li><li>
    covariance matrix,
    <span><a href="sect0244.html#a0000001676" title="The Covariance Matrix"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b20c></a></span>
    
</li><li>
    <tt class="tt">csc(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001413" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b28c></a></span>
    
</li><li>
    <tt class="tt">csch(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001414" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b30c></a></span>
    
</li><li>
    csv files,
    <span><a href="sec-first_plots.html#a0000000313" title="First Plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b38c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.D">D</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    datafile format,
    <span><a href="sec-plot_datafiles.html#a0000000343" title="Plotting Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b40c></a></span>
    
</li><li>
    datafiles,
    
    <ul>
    <li>
        globbing,
        <span><a href="sect0016.html#a0000000349" title="Plotting Many Datafiles at Once"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b4cc></a></span>
        
    </li><li>
        horizontal,
        <span><a href="sec-horizontal_datafiles.html#a0000000353" title="Horizontally arranged Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b56c></a></span>
        
    </li>
    </ul>
</li><li>
    Debian Linux,
    <span><a href="sect0007.html#a0000000283" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b5ec></a></span>
    
</li><li>
    <tt class="tt">degrees(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001415" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b66c></a></span>
    
</li><li>
    <tt class="tt">delete</tt> command,
    <span><a href="sec-multiplot.html#a0000000912" title="Multiplot Mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b6ec></a><span>, </span></span><span><a href="sect0087.html#a0000001009" title="delete"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b74c></a><span>, </span></span><span><a href="sect0087.html#a0000001010" title="delete"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b7ac></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">diff_dx()</tt> function,
    <span><a href="ex-calculus.html#a0000000464" title="Numerical Integration and Differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b76c></a><span>, </span></span><span><a href="ex-calculus.html#a0000000467" title="Numerical Integration and Differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b84c></a></span>
    
</li><li>
    <tt class="tt">diff_dx(<img src="images/img-0658.png" alt="$e,x,step$" style="vertical-align:-4px; 
                                     width:68px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001416" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b8ac></a></span>
    
</li><li>
    differentiation,
    <span><a href="ex-calculus.html#a0000000461" title="Numerical Integration and Differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b92c></a></span>
    
</li><li>
    <tt class="tt">discontinuous</tt> modifier,
    <span><a href="sec-select_modifier.html#a0000000362" title="Choosing which Data to Plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38b9ac></a></span>
    
</li><li>
    <tt class="tt">DISPLAY</tt> environment variable,
    <span><a href="sect0064.html#a0000000894" title="The Default Terminal"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ba2c></a></span>
    
</li><li>
    <tt class="tt">do</tt> command,
    <span><a href="sect0037.html#a0000000590" title="While and Do Loops"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38baac></a><span>, </span></span><span><a href="sect0088.html#a0000001011" title="do"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bb0c></a><span>, </span></span><span><a href="sect0088.html#a0000001012" title="do"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bb2c></a><span>, </span></span><span><a href="sect0088.html#a0000001013" title="do"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bb6c></a></span>
    
</li><li>
    <tt class="tt">dots</tt> plot style,
    <span><a href="sect0045.html#a0000000630" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bbec></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.E">E</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">ellipse</tt> command,
    <span><a href="sect0070.html#a0000000930" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bc6c></a><span>, </span></span><span><a href="sec-ellipse.html#a0000000968" title="The ellipse Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bccc></a><span>, </span></span><span><a href="sect0089.html#a0000001014" title="ellipse"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bd2c></a><span>, </span></span><span><a href="sect0089.html#a0000001015" title="ellipse"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bd6c></a></span>
    
</li><li>
    <tt class="tt">ellipticintE(<img src="images/img-0651.png" alt="$k$" style="vertical-align:0px; 
                                     width:8px; 
                                     height:13px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001417" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bcec></a></span>
    
</li><li>
    <tt class="tt">ellipticintK(<img src="images/img-0651.png" alt="$k$" style="vertical-align:0px; 
                                     width:8px; 
                                     height:13px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001419" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38be2c></a></span>
    
</li><li>
    <tt class="tt">ellipticintP(<img src="images/img-0662.png" alt="$k,n$" style="vertical-align:-4px; 
                                     width:28px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001421" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38beac></a></span>
    
</li><li>
    <tt class="tt">else</tt> command,
    <span><a href="sect0090.html#a0000001016" title="else"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bf2c></a><span>, </span></span><span><a href="sect0101.html#a0000001055" title="if"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bf8c></a></span>
    
</li><li>
    <tt class="tt">else if</tt> command,
    <span><a href="sect0101.html#a0000001054" title="if"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38bfec></a></span>
    
</li><li>
    Encapsulated PostScript,
    <span><a href="sect0063.html#a0000000874" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e08c></a></span>
    
</li><li>
    enlarging output,
    <span><a href="sect0063.html#a0000000893" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e10c></a></span>
    
</li><li>
    <tt class="tt">eps</tt> command,
    <span><a href="sect0070.html#a0000000931" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e18c></a><span>, </span></span><span><a href="sect0073.html#a0000000959" title="The eps Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e1ec></a><span>, </span></span><span><a href="sect0091.html#a0000001017" title="eps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e20c></a><span>, </span></span><span><a href="sect0091.html#a0000001018" title="eps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e24c></a><span>, </span></span><span><a href="sect0234.html#a0000001658" title="Delivering Talks in PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e28c></a></span>
    
</li><li>
    <tt class="tt">erf(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001423" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e30c></a></span>
    
</li><li>
    <tt class="tt">erfc(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001424" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e38c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    errorbars,
    <span><a href="sec-errorbars.html#a0000000646" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e40c></a></span>
    
</li><li>
    <tt class="tt">errorbars</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000651" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e48c></a></span>
    
</li><li>
    <tt class="tt">errorrange</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000663" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e50c></a></span>
    
</li><li>
    escape characters,
    <span><a href="sec-latex_incompatibility.html#a0000000325" title="Axis Labels and Titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e58c></a><span>, </span></span><span><a href="sec-latex_incompatibility.html#a0000000328" title="Axis Labels and Titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e5ec></a></span>
    
</li><li>
    <tt class="tt">every</tt> modifier,
    <span><a href="sec-plot_datafiles.html#a0000000345" title="Plotting Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e64c></a><span>, </span></span><span><a href="sec-horizontal_datafiles.html#a0000000358" title="Horizontally arranged Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e6ac></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000509" title="Tabulating Functions and Slicing Data Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e6cc></a><span>, </span></span><span><a href="sec-fit_command.html#a0000000515" title="Function Fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e70c></a><span>, </span></span><span><a href="sec-histogram.html#a0000000553" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e74c></a><span>, </span></span><span><a href="sect0095.html#a0000001029" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e78c></a><span>, </span></span><span><a href="sect0099.html#a0000001046" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e7cc></a><span>, </span></span><span><a href="sect0220.html#a0000001352" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e80c></a></span>
    
</li><li>
    <tt class="tt">exec</tt> command,
    <span><a href="sect0039.html#a0000000601" title="The exec command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e88c></a><span>, </span></span><span><a href="sect0039.html#a0000000602" title="The exec command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e8ec></a><span>, </span></span><span><a href="sect0092.html#a0000001019" title="exec"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e90c></a><span>, </span></span><span><a href="sect0092.html#a0000001020" title="exec"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e94c></a></span>
    
</li><li>
    <tt class="tt">exit</tt> command,
    <span><a href="box-CommandHistory.html#a0000000297" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38e9cc></a><span>, </span></span><span><a href="box-CommandHistory.html#a0000000303" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ea2c></a><span>, </span></span><span><a href="sect0093.html#a0000001021" title="exit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ea4c></a><span>, </span></span><span><a href="sect0093.html#a0000001022" title="exit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ea8c></a></span>
    
</li><li>
    <tt class="tt">exp(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001425" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38eb0c></a></span>
    
</li><li>
    <tt class="tt">expint(<img src="images/img-0665.png" alt="$n,x$" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001426" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38eb8c></a></span>
    
</li><li>
    <tt class="tt">expm1(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001428" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ec0c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.F">F</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">fft</tt> command,
    <span><a href="sect0028.html#a0000000529" title="Fourier Transforms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ec8c></a><span>, </span></span><span><a href="sect0028.html#a0000000535" title="Fourier Transforms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ecec></a><span>, </span></span><span><a href="sect0094.html#a0000001023" title="fft"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ed0c></a><span>, </span></span><span><a href="sect0094.html#a0000001024" title="fft"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ed4c></a></span>
    
</li><li>
    fftw,
    <span><a href="sect0007.html#a0000000267" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38edcc></a></span>
    
</li><li>
    <tt class="tt">fillcolour</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000620" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ee4c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000692" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38eeac></a><span>, </span></span><span><a href="sect0116.html#a0000001090" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38eecc></a></span>
    
</li><li>
    <tt class="tt">finite(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001429" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38ef4c></a></span>
    
</li><li>
    <tt class="tt">fit</tt> command,
    <span><a href="sec-fit_command.html#a0000000510" title="Function Fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb38efcc></a><span>, </span></span><span><a href="sec-fit_command.html#a0000000518" title="Function Fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39204c></a><span>, </span></span><span><a href="ex-interpolation.html#a0000000526" title="Datafile Interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39206c></a><span>, </span></span><span><a href="sect0095.html#a0000001025" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3920ac></a><span>, </span></span><span><a href="sect0095.html#a0000001026" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3920ec></a><span>, </span></span><span><a href="ch-fit_maths.html#a0000001666" title="The fit Command: Mathematical Details"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39212c></a></span>
    
</li><li>
    FITS format,
    <span><a href="sec-filters.html#a0000000500" title="Input Filters"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3921ac></a></span>
    
</li><li>
    <tt class="tt">floor(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001430" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39222c></a></span>
    
</li><li>
    fontsize,
    <span><a href="ex-australia.html#a0000000822" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3922ac></a></span>
    
</li><li>
    <tt class="tt">for</tt> command,
    <span><a href="sect0035.html#a0000000582" title="For Loops"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39232c></a><span>, </span></span><span><a href="sect0035.html#a0000000583" title="For Loops"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39238c></a><span>, </span></span><span><a href="sect0096.html#a0000001032" title="for"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3923ac></a><span>, </span></span><span><a href="sect0096.html#a0000001033" title="for"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3923ec></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">foreach</tt> command,
    <span><a href="sect0036.html#a0000000584" title="Foreach Loops"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39246c></a><span>, </span></span><span><a href="sect0097.html#a0000001034" title="foreach"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3924cc></a><span>, </span></span><span><a href="sect0097.html#a0000001035" title="foreach"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39252c></a></span>
    
</li><li>
    <tt class="tt">foreach datum</tt> command,
    <span><a href="ex-meansd.html#a0000000586" title="Foreach Datum Loops"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3924ec></a><span>, </span></span><span><a href="ex-meansd.html#a0000000587" title="Foreach Datum Loops"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3925cc></a><span>, </span></span><span><a href="ex-meansd.html#a0000000588" title="Foreach Datum Loops"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3925ec></a></span>
    
</li><li>
    <tt class="tt">fractal_julia(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />,<img src="images/img-0668.png" alt="$z_ c$" style="vertical-align:-2px; 
                                     width:14px; 
                                     height:10px" class="math gen" />,<img src="images/img-0312.png" alt="$m$" style="vertical-align:0px; 
                                     width:16px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001431" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39266c></a></span>
    
</li><li>
    <tt class="tt">fractal_mandelbrot(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />,<img src="images/img-0312.png" alt="$m$" style="vertical-align:0px; 
                                     width:16px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ex-mandelbrot.html#a0000000853" title="Colour Scale Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3926ec></a><span>, </span></span><span><a href="ch-function_list.html#a0000001432" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39274c></a></span>
    
</li><li>
    <tt class="tt">fsteps</tt> plot style,
    <span><a href="sect0047.html#a0000000700" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3927cc></a><span>, </span></span><span><a href="sect0047.html#a0000000706" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39280c></a></span>
    
</li><li>
    FTP,
    <span><a href="sec-filters.html#a0000000502" title="Input Filters"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39284c></a></span>
    
</li><li>
    function splicing,
    <span><a href="ex-funcsplice.html#a0000000411" title="Spliced Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39290c></a></span>
    
</li><li>
    functions,
    
    <ul>
    <li>
        pre-defined,
        <span><a href="sec-first_plots.html#a0000000317" title="First Plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3929ac></a></span>
        
    </li>
    </ul>
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.G">G</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">gamma(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001433" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392a4c></a></span>
    
</li><li>
    <tt class="tt">gaussianCDF(<img src="images/img-0673.png" alt="$x,\sigma $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001434" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392acc></a></span>
    
</li><li>
    <tt class="tt">gaussianCDFi(<img src="images/img-0673.png" alt="$x,\sigma $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001435" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392b4c></a></span>
    
</li><li>
    <tt class="tt">gaussianPDF(<img src="images/img-0673.png" alt="$x,\sigma $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001436" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392bcc></a></span>
    
</li><li>
    gcc,
    <span><a href="sect0007.html#a0000000268" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392c4c></a></span>
    
</li><li>
    General Public License,
    <span><a href="sect0006.html#a0000000262" title="License"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392ccc></a></span>
    
</li><li>
    Gentoo Linux,
    <span><a href="sect0009.html#a0000000290" title="Installation within Linux Distributions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392d4c></a></span>
    
</li><li>
    Ghostscript,
    <span><a href="sect0007.html#a0000000270" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392dcc></a></span>
    
</li><li>
    Ghostview,
    <span><a href="sect0007.html#a0000000277" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392e4c></a><span>, </span></span><span><a href="sect0042.html#a0000000615" title="Script Watching: pyxplot_watch"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392eac></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    gif output,
    <span><a href="sect0063.html#a0000000876" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392f0c></a></span>
    <ul>
    <li>
        transparency,
        <span><a href="sect0063.html#a0000000891" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb392fac></a></span>
        
    </li>
    </ul>
</li><li>
    globbing,
    <span><a href="sect0016.html#a0000000347" title="Plotting Many Datafiles at Once"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39604c></a></span>
    
</li><li>
    grid,
    <span><a href="sec-set_colours.html#a0000000797" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3960cc></a></span>
    <ul>
    <li>
        colour,
        <span><a href="sec-set_colours.html#a0000000798" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39616c></a></span>
        
    </li>
    </ul>
</li><li>
    gsl,
    <span><a href="sect0007.html#a0000000271" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3961ec></a></span>
    
</li><li>
    GSL,
    <span><a href="ex-calculus.html#a0000000466" title="Numerical Integration and Differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39626c></a></span>
    
</li><li>
    gunzip,
    <span><a href="sect0007.html#a0000000279" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39630c></a></span>
    
</li><li>
    gzip,
    <span><a href="sec-first_plots.html#a0000000316" title="First Plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39638c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.H">H</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">head</tt> keyword,
    <span><a href="sec-set_arrow.html#a0000000810" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3962ec></a><span>, </span></span><span><a href="sect0079.html#a0000000987" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39644c></a></span>
    
</li><li>
    <tt class="tt">heaviside(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001437" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3964ac></a></span>
    
</li><li>
    <tt class="tt">height</tt> keyword,
    <span><a href="sect0072.html#a0000000955" title="The image Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39652c></a></span>
    
</li><li>
    <tt class="tt">help</tt> command,
    <span><a href="sect0018.html#a0000000403" title="Interactive Help"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3965ac></a><span>, </span></span><span><a href="sect0098.html#a0000001036" title="help"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39660c></a><span>, </span></span><span><a href="sect0098.html#a0000001037" title="help"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39662c></a></span>
    
</li><li>
    Hessian matrix,
    <span><a href="sect0243.html#a0000001674" title="Estimating the Error in "><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3966ac></a></span>
    
</li><li>
    <tt class="tt">histeps</tt> plot style,
    <span><a href="sect0047.html#a0000000702" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39672c></a><span>, </span></span><span><a href="sect0047.html#a0000000708" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39678c></a></span>
    
</li><li>
    <tt class="tt">histogram</tt> command,
    <span><a href="sect0025.html#a0000000498" title="Time Intervals"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3967ac></a><span>, </span></span><span><a href="sec-histogram.html#a0000000546" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39684c></a><span>, </span></span><span><a href="sec-histogram.html#a0000000547" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39686c></a><span>, </span></span><span><a href="sec-histogram.html#a0000000550" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3968ac></a><span>, </span></span><span><a href="sect0099.html#a0000001038" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3968ec></a><span>, </span></span><span><a href="sect0099.html#a0000001039" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39692c></a><span>, </span></span><span><a href="sect0099.html#a0000001040" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39696c></a><span>, </span></span><span><a href="sect0099.html#a0000001043" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3969ac></a><span>, </span></span><span><a href="sect0134.html#a0000001129" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3969ec></a><span>, </span></span><span><a href="sect0134.html#a0000001130" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396a2c></a><span>, </span></span><span><a href="sect0134.html#a0000001133" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396a6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001542" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396aac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001544" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396aec></a></span>
    
</li><li>
    <tt class="tt">history</tt> command,
    <span><a href="box-CommandHistory.html#a0000000308" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396b6c></a><span>, </span></span><span><a href="box-CommandHistory.html#a0000000309" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396bcc></a><span>, </span></span><span><a href="sect0100.html#a0000001051" title="history"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396c2c></a><span>, </span></span><span><a href="sect0100.html#a0000001052" title="history"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396c6c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    horizontal datafiles,
    <span><a href="sec-horizontal_datafiles.html#a0000000352" title="Horizontally arranged Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396bec></a></span>
    
</li><li>
    HTTP,
    <span><a href="sec-filters.html#a0000000501" title="Input Filters"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396d2c></a></span>
    
</li><li>
    <tt class="tt">hyperg_0F1(<img src="images/img-0675.png" alt="$c,x$" style="vertical-align:-4px; 
                                     width:26px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001438" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396dac></a></span>
    
</li><li>
    <tt class="tt">hyperg_1F1(<img src="images/img-0677.png" alt="$a,b,x$" style="vertical-align:-4px; 
                                     width:43px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001439" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396e2c></a></span>
    
</li><li>
    <tt class="tt">hyperg_2F0(<img src="images/img-0677.png" alt="$a,b,x$" style="vertical-align:-4px; 
                                     width:43px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001440" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396eac></a></span>
    
</li><li>
    <tt class="tt">hyperg_2F1(<img src="images/img-0677.png" alt="$a,b,x$" style="vertical-align:-4px; 
                                     width:43px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001441" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396f2c></a></span>
    
</li><li>
    <tt class="tt">hyperg_U(<img src="images/img-0677.png" alt="$a,b,x$" style="vertical-align:-4px; 
                                     width:43px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001442" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb396fac></a></span>
    
</li><li>
    <tt class="tt">hypot(<img src="images/img-0643.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001443" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39904c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.I">I</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">if</tt> command,
    <span><a href="sect0034.html#a0000000581" title="Conditionals"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3990cc></a><span>, </span></span><span><a href="sect0101.html#a0000001053" title="if"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39912c></a><span>, </span></span><span><a href="sect0101.html#a0000001056" title="if"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39914c></a></span>
    
</li><li>
    <tt class="tt">ifft</tt> command,
    <span><a href="sect0028.html#a0000000530" title="Fourier Transforms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3991cc></a><span>, </span></span><span><a href="sect0028.html#a0000000534" title="Fourier Transforms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39922c></a><span>, </span></span><span><a href="sect0028.html#a0000000536" title="Fourier Transforms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39924c></a><span>, </span></span><span><a href="sect0102.html#a0000001057" title="ifft"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39928c></a></span>
    
</li><li>
    <tt class="tt">Im(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001444" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39930c></a></span>
    
</li><li>
    <tt class="tt">Im(z)</tt> function,
    <span><a href="sec-complex_numbers.html#a0000000424" title="Working with Complex Numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39938c></a></span>
    
</li><li>
    <tt class="tt">image</tt> command,
    <span><a href="sect0070.html#a0000000932" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39940c></a><span>, </span></span><span><a href="sect0072.html#a0000000952" title="The image Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39946c></a><span>, </span></span><span><a href="sect0072.html#a0000000958" title="The image Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39948c></a><span>, </span></span><span><a href="sect0103.html#a0000001058" title="image"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3994cc></a><span>, </span></span><span><a href="sect0103.html#a0000001059" title="image"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39950c></a><span>, </span></span><span><a href="sect0232.html#a0000001651" title="Conversion of JPEG Images to PostScript"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39954c></a></span>
    
</li><li>
    image resolution,
    <span><a href="sect0062.html#a0000000869" title="Producing Images on Disk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3995cc></a></span>
    
</li><li>
    ImageMagick,
    <span><a href="sect0007.html#a0000000272" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39964c></a><span>, </span></span><span><a href="sect0232.html#a0000001650" title="Conversion of JPEG Images to PostScript"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3996ac></a></span>
    
</li><li>
    imperial units,
    <span><a href="sect0022.html#a0000000448" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39970c></a><span>, </span></span><span><a href="sect0198.html#a0000001299" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39976c></a></span>
    
</li><li>
    <tt class="tt">impulses</tt> plot style,
    <span><a href="sec-barcharts.html#a0000000680" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3997cc></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000689" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39982c></a></span>
    
</li><li>
    <tt class="tt">index</tt> modifier,
    <span><a href="sec-plot_datafiles.html#a0000000344" title="Plotting Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39988c></a><span>, </span></span><span><a href="sec-fit_command.html#a0000000514" title="Function Fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3998ec></a><span>, </span></span><span><a href="sec-histogram.html#a0000000552" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39990c></a><span>, </span></span><span><a href="sect0095.html#a0000001028" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39994c></a><span>, </span></span><span><a href="sect0099.html#a0000001045" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39998c></a></span>
    
</li><li>
    installation,
    <span><a href="sect0008.html#a0000000289" title="Installation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399a0c></a></span>
    <ul>
    <li>
        system-wide,
        <span><a href="sect0011.html#a0000000296" title="System-wide Installation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399aac></a></span>
        
    </li><li>
        under Debian,
        <span><a href="sect0007.html#a0000000285" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399b2c></a></span>
        
    </li><li>
        under Gentoo,
        <span><a href="sect0009.html#a0000000291" title="Installation within Linux Distributions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399bac></a></span>
        
    </li><li>
        under Ubuntu,
        <span><a href="sect0007.html#a0000000286" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399c2c></a><span>, </span></span><span><a href="sect0009.html#a0000000294" title="Installation within Linux Distributions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399c8c></a></span>
        
    </li><li>
        user-level,
        <span><a href="sect0010.html#a0000000295" title="Installation as User"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399cec></a></span>
        
    </li>
    </ul>
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">int_dx()</tt> function,
    <span><a href="ex-calculus.html#a0000000463" title="Numerical Integration and Differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399d6c></a><span>, </span></span><span><a href="ex-calculus.html#a0000000465" title="Numerical Integration and Differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399dcc></a></span>
    
</li><li>
    <tt class="tt">int_dx(<img src="images/img-0684.png" alt="$e,min,max$" style="vertical-align:-4px; 
                                     width:93px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001445" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399e2c></a></span>
    
</li><li>
    integration,
    <span><a href="ex-calculus.html#a0000000462" title="Numerical Integration and Differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399eac></a></span>
    
</li><li>
    <tt class="tt">interpolate</tt> command,
    <span><a href="ex-interpolation.html#a0000000520" title="Datafile Interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399f2c></a><span>, </span></span><span><a href="ex-interpolation.html#a0000000525" title="Datafile Interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399f8c></a><span>, </span></span><span><a href="ex-interpolation.html#a0000000527" title="Datafile Interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb399fac></a><span>, </span></span><span><a href="sect0104.html#a0000001061" title="interpolate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e02c></a><span>, </span></span><span><a href="sect0104.html#a0000001062" title="interpolate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e04c></a><span>, </span></span><span><a href="sect0104.html#a0000001067" title="interpolate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3537cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001602" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb34c3ec></a></span>
    
</li><li>
    <tt class="tt">inward</tt> keyword,
    <span><a href="ex-axistics.html#a0000000777" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb33c4ac></a><span>, </span></span><span><a href="ex-axistics.html#a0000000781" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb335fec></a><span>, </span></span><span><a href="sect0207.html#a0000001319" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb321fac></a><span>, </span></span><span><a href="sect0207.html#a0000001323" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb321eac></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.J">J</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">jacobi_cn(<img src="images/img-0688.png" alt="$u,m$" style="vertical-align:-4px; 
                                     width:34px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001446" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb33542c></a></span>
    
</li><li>
    <tt class="tt">jacobi_dn(<img src="images/img-0688.png" alt="$u,m$" style="vertical-align:-4px; 
                                     width:34px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001448" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e0ac></a></span>
    
</li><li>
    <tt class="tt">jacobi_sn(<img src="images/img-0688.png" alt="$u,m$" style="vertical-align:-4px; 
                                     width:34px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001450" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e12c></a></span>
    
</li><li>
    <tt class="tt">jpeg</tt> command,
    <span><a href="sect0105.html#a0000001069" title="jpeg"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e1ac></a><span>, </span></span><span><a href="sect0234.html#a0000001657" title="Delivering Talks in PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e20c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    jpeg images,
    <span><a href="sect0232.html#a0000001649" title="Conversion of JPEG Images to PostScript"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e26c></a></span>
    
</li><li>
    jpeg output,
    <span><a href="sect0063.html#a0000000877" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e2ec></a></span>
    
</li><li>
    Julian Day numbers,
    <span><a href="sec-time_series.html#a0000000480" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e36c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.K">K</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    keys,
    <span><a href="sec-legends.html#a0000000749" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e3ec></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    Kuhn, Marcus,
    <span><a href="sec-set_papersize.html#a0000000898" title="Paper Sizes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e46c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.L">L</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">lambert_W0(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001452" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e4ec></a></span>
    
</li><li>
    <tt class="tt">lambert_W1(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001453" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e56c></a></span>
    
</li><li>
    landscape orientation,
    <span><a href="sect0063.html#a0000000887" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e5ec></a></span>
    
</li><li>
    latex,
    <span><a href="sect0007.html#a0000000273" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e66c></a><span>, </span></span><span><a href="sect0074.html#a0000000973" title="LaTeX and PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e6cc></a><span>, </span></span><span><a href="sect0238.html#a0000001663" title="The Typesetting of Text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e6ec></a></span>
    
</li><li>
    <tt class="tt">ldexp(<img src="images/img-0643.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001454" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e76c></a></span>
    
</li><li>
    <tt class="tt">left</tt> keyword,
    <span><a href="sec-legends.html#a0000000757" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e7ec></a><span>, </span></span><span><a href="sec-legends.html#a0000000762" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e84c></a><span>, </span></span><span><a href="ex-australia.html#a0000000832" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e86c></a></span>
    
</li><li>
    <tt class="tt">legendreP(<img src="images/img-0647.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001455" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e8ec></a></span>
    
</li><li>
    <tt class="tt">legendreQ(<img src="images/img-0647.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001456" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e96c></a></span>
    
</li><li>
    legends,
    <span><a href="sec-legends.html#a0000000750" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39ea0c></a></span>
    
</li><li>
    <tt class="tt">let</tt> command,
    <span><a href="sect0020.html#a0000000404" title="Variables"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39ea8c></a><span>, </span></span><span><a href="sect0106.html#a0000001070" title="let"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39eaec></a><span>, </span></span><span><a href="sect0106.html#a0000001071" title="let"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39e9ec></a></span>
    
</li><li>
    libkpathsea,
    <span><a href="sect0007.html#a0000000281" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39eb6c></a></span>
    
</li><li>
    libpng,
    <span><a href="sect0007.html#a0000000274" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39ec0c></a></span>
    
</li><li>
    libxml,
    <span><a href="sect0007.html#a0000000275" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39ecac></a></span>
    
</li><li>
    license,
    <span><a href="sect0006.html#a0000000263" title="License"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39ed2c></a></span>
    
</li><li>
    <tt class="tt">line</tt> command,
    <span><a href="sect0070.html#a0000000933" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39ec8c></a><span>, </span></span><span><a href="ex-nanotubes.html#a0000000951" title="The arrow and line Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39edec></a></span>
    
</li><li>
    <tt class="tt">lines</tt> plot style,
    <span><a href="sec-select_modifier.html#a0000000360" title="Choosing which Data to Plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39ee2c></a><span>, </span></span><span><a href="sec-pointtype.html#a0000000382" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39ee8c></a><span>, </span></span><span><a href="sect0045.html#a0000000632" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39eeac></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">linespoints</tt> plot style,
    <span><a href="sec-pointtype.html#a0000000378" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39ef2c></a><span>, </span></span><span><a href="sect0045.html#a0000000634" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39ef8c></a></span>
    
</li><li>
    <tt class="tt">linetype</tt> keyword,
    <span><a href="sect0079.html#a0000000991" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb39efec></a></span>
    
</li><li>
    <tt class="tt">linetype</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000621" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a108c></a><span>, </span></span><span><a href="sect0116.html#a0000001091" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a10ec></a></span>
    
</li><li>
    <tt class="tt">linetype</tt> plot style,
    <span><a href="sec-pointtype.html#a0000000388" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a114c></a></span>
    
</li><li>
    <tt class="tt">linewidth</tt> keyword,
    <span><a href="sect0079.html#a0000000990" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a11cc></a></span>
    
</li><li>
    <tt class="tt">linewidth</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000622" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a124c></a><span>, </span></span><span><a href="sect0116.html#a0000001092" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a12ac></a></span>
    
</li><li>
    <tt class="tt">list</tt> command,
    <span><a href="sec-multiplot.html#a0000000910" title="Multiplot Mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a130c></a><span>, </span></span><span><a href="sect0107.html#a0000001072" title="list"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a136c></a><span>, </span></span><span><a href="sect0107.html#a0000001073" title="list"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a138c></a></span>
    
</li><li>
    <tt class="tt">load</tt> command,
    <span><a href="box-CommandHistory.html#a0000000305" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a140c></a><span>, </span></span><span><a href="sect0108.html#a0000001074" title="load"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a146c></a><span>, </span></span><span><a href="sect0108.html#a0000001075" title="load"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a148c></a></span>
    
</li><li>
    <tt class="tt">log(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001457" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a150c></a></span>
    
</li><li>
    <tt class="tt">log10(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001458" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a158c></a></span>
    
</li><li>
    <tt class="tt">lognormalCDF(<img src="images/img-0698.png" alt="$x,\zeta ,\sigma $" style="vertical-align:-4px; 
                                     width:46px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001459" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a160c></a></span>
    
</li><li>
    <tt class="tt">lognormalCDFi(<img src="images/img-0698.png" alt="$x,\zeta ,\sigma $" style="vertical-align:-4px; 
                                     width:46px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001460" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a168c></a></span>
    
</li><li>
    <tt class="tt">lognormalPDF(<img src="images/img-0698.png" alt="$x,\zeta ,\sigma $" style="vertical-align:-4px; 
                                     width:46px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001461" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a170c></a></span>
    
</li><li>
    lower-limit datapoints,
    <span><a href="sect0045.html#a0000000638" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a178c></a></span>
    
</li><li>
    <tt class="tt">lowerlimits</tt> plot style,
    <span><a href="sect0045.html#a0000000636" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a180c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.M">M</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    MacOS X,
    <span><a href="sect0007.html#a0000000265" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a18ac></a><span>, </span></span><span><a href="sect0007.html#a0000000287" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a190c></a></span>
    
</li><li>
    MacPorts,
    <span><a href="sect0007.html#a0000000288" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a188c></a></span>
    
</li><li>
    macros,
    <span><a href="ex-macro.html#a0000000599" title="Macros"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a19ec></a></span>
    
</li><li>
    make,
    <span><a href="sect0007.html#a0000000269" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1a6c></a></span>
    
</li><li>
    <tt class="tt">max(<img src="images/img-0643.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001462" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a192c></a></span>
    
</li><li>
    <tt class="tt">maximise</tt> command,
    <span><a href="ex-eqnsolve.html#a0000000476" title="Searching for Minima and Maxima of Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1b4c></a><span>, </span></span><span><a href="ex-eqnsolve.html#a0000000478" title="Searching for Minima and Maxima of Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1bac></a><span>, </span></span><span><a href="sect0109.html#a0000001076" title="maximise"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1bcc></a><span>, </span></span><span><a href="sect0109.html#a0000001077" title="maximise"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1c0c></a></span>
    
</li><li>
    Microsoft Excel,
    <span><a href="sec-first_plots.html#a0000000315" title="First Plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1c8c></a></span>
    
</li><li>
    Microsoft Powerpoint,
    <span><a href="sect0233.html#a0000001652" title="Inserting Equations in Powerpoint Presentations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1d0c></a><span>, </span></span><span><a href="sect0233.html#a0000001655" title="Inserting Equations in Powerpoint Presentations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1d6c></a><span>, </span></span><span><a href="sect0234.html#a0000001659" title="Delivering Talks in PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1d8c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">min(<img src="images/img-0643.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001463" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1e0c></a></span>
    
</li><li>
    <tt class="tt">minimise</tt> command,
    <span><a href="ex-eqnsolve.html#a0000000475" title="Searching for Minima and Maxima of Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1e8c></a><span>, </span></span><span><a href="sect0110.html#a0000001078" title="minimise"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1eec></a><span>, </span></span><span><a href="sect0110.html#a0000001079" title="minimise"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1f0c></a></span>
    
</li><li>
    <tt class="tt">mod(<img src="images/img-0643.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001464" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a1f8c></a></span>
    
</li><li>
    monochrome output,
    <span><a href="sect0063.html#a0000000885" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a402c></a></span>
    
</li><li>
    <tt class="tt">move</tt> command,
    <span><a href="sec-multiplot.html#a0000000915" title="Multiplot Mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a40ac></a><span>, </span></span><span><a href="sect0111.html#a0000001080" title="move"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a410c></a><span>, </span></span><span><a href="sect0111.html#a0000001081" title="move"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a412c></a></span>
    
</li><li>
    multiple windows,
    <span><a href="sect0061.html#a0000000864" title="Previewing Graphs On Screen"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a41ac></a></span>
    
</li><li>
    multiplot,
    <span><a href="sec-multiplot.html#a0000000906" title="Multiplot Mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a422c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.N">N</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    NaN,
    <span><a href="sec-num_errs.html#a0000000417" title="Handling Numerical Errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a42ac></a></span>
    
</li><li>
    natural units,
    <span><a href="sect0022.html#a0000000451" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a432c></a></span>
    
</li><li>
    <tt class="tt">nohead</tt> keyword,
    <span><a href="sec-set_arrow.html#a0000000809" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a43ac></a><span>, </span></span><span><a href="sect0079.html#a0000000986" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a440c></a><span>, </span></span><span><a href="sect0079.html#a0000000993" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a446c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    not a number,
    <span><a href="sec-num_errs.html#a0000000418" title="Handling Numerical Errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a442c></a></span>
    
</li><li>
    Not So Short Guide to L<sup style="font-variant:small-caps; margin-left:-0.3em">a</sup>T<sub style="text-transform:uppercase; margin-left:-0.2em">e</sub><img src="images/img-0013.png" alt="$2\epsilon $" style="vertical-align:0px; 
                                     width:15px; 
                                     height:12px" class="math gen" />, The,
    <span><a href="sect0238.html#a0000001665" title="The Typesetting of Text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a452c></a></span>
    
</li><li>
    numerical errors,
    <span><a href="sec-num_errs.html#a0000000415" title="Handling Numerical Errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a45ac></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.O">O</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    OpenOffice,
    <span><a href="sect0233.html#a0000001656" title="Inserting Equations in Powerpoint Presentations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a462c></a><span>, </span></span><span><a href="sect0234.html#a0000001660" title="Delivering Talks in PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a468c></a></span>
    
</li><li>
    operators,
    <span><a href="sec-first_plots.html#a0000000318" title="First Plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a46ec></a></span>
    
</li><li>
    <tt class="tt">ordinal(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001465" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a476c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">outside</tt> keyword,
    <span><a href="sec-legends.html#a0000000763" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a47ec></a></span>
    
</li><li>
    <tt class="tt">outward</tt> keyword,
    <span><a href="ex-axistics.html#a0000000778" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a486c></a><span>, </span></span><span><a href="ex-axistics.html#a0000000783" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a48cc></a><span>, </span></span><span><a href="sect0207.html#a0000001320" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a492c></a><span>, </span></span><span><a href="sect0207.html#a0000001325" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a496c></a></span>
    
</li><li>
    overwriting files,
    <span><a href="sec-file_backup.html#a0000000900" title="Backing Up Over-Written Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a48ec></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.P">P</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    palette,
    <span><a href="sec-palette.html#a0000000626" title="The Palette"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4a4c></a></span>
    
</li><li>
    paper sizes,
    <span><a href="sec-set_papersize.html#a0000000899" title="Paper Sizes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4acc></a></span>
    
</li><li>
    pdf format,
    <span><a href="sec-directing_output.html#a0000000368" title="Directing Where Output Goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4a2c></a></span>
    
</li><li>
    pdf output,
    <span><a href="sect0063.html#a0000000878" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4bac></a></span>
    
</li><li>
    physical constants,
    <span><a href="sec-constants.html#a0000000406" title="Physical Constants"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4c2c></a></span>
    
</li><li>
    physical units,
    <span><a href="sec-units.html#a0000000428" title="Working with Physical Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4cac></a></span>
    
</li><li>
    <tt class="tt">piechart</tt> command,
    <span><a href="sect0070.html#a0000000934" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4d2c></a><span>, </span></span><span><a href="sec-piechart.html#a0000000969" title="The piechart Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4d8c></a><span>, </span></span><span><a href="sec-piechart.html#a0000000970" title="The piechart Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4dac></a><span>, </span></span><span><a href="sec-piechart.html#a0000000971" title="The piechart Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4dec></a></span>
    
</li><li>
    <tt class="tt">plot axes</tt> command,
    <span><a href="sect0113.html#a0000001084" title="axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4e6c></a></span>
    
</li><li>
    <tt class="tt">plot</tt> command,
    <span><a href="sect0004.html#a0000000257" title="A Whirlwind Tour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4eec></a><span>, </span></span><span><a href="sect0004.html#a0000000259" title="A Whirlwind Tour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4f4c></a><span>, </span></span><span><a href="sec-first_plots.html#a0000000310" title="First Plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4f6c></a><span>, </span></span><span><a href="sect0016.html#a0000000350" title="Plotting Many Datafiles at Once"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3a4fac></a><span>, </span></span><span><a href="sect0016.html#a0000000351" title="Plotting Many Datafiles at Once"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de02c></a><span>, </span></span><span><a href="ch-plotting.html#a0000000616" title="Plotting: A Detailed Survey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de04c></a><span>, </span></span><span><a href="sec-with_modifier.html#a0000000617" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de08c></a><span>, </span></span><span><a href="ch-vector_graphics.html#a0000000903" title="Producing Vector Graphics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de0cc></a><span>, </span></span><span><a href="sect0112.html#a0000001082" title="plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de10c></a><span>, </span></span><span><a href="sect0112.html#a0000001083" title="plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de14c></a><span>, </span></span><span><a href="sect0128.html#a0000001121" title="autoscale"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de18c></a></span>
    
</li><li>
    <tt class="tt">plot label</tt> command,
    <span><a href="sect0114.html#a0000001085" title="label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de20c></a></span>
    
</li><li>
    plot styles,
    
    <ul>
    <li>
        <tt class="tt">arrows</tt>,
        <span><a href="sect0048.html#a0000000717" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de2cc></a></span>
        
    </li><li>
        <tt class="tt">arrows_head</tt>,
        <span><a href="sect0048.html#a0000000711" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de38c></a><span>, </span></span><span><a href="sect0048.html#a0000000719" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de3ec></a><span>, </span></span><span><a href="sect0048.html#a0000000721" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de44c></a></span>
        
    </li><li>
        <tt class="tt">arrows_nohead</tt>,
        <span><a href="sect0048.html#a0000000713" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de36c></a><span>, </span></span><span><a href="sect0048.html#a0000000723" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de4cc></a></span>
        
    </li><li>
        <tt class="tt">arrows_twohead</tt>,
        <span><a href="sect0048.html#a0000000715" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de50c></a><span>, </span></span><span><a href="sect0048.html#a0000000725" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de58c></a></span>
        
    </li><li>
        <tt class="tt">boxes</tt>,
        <span><a href="sec-histogram.html#a0000000557" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de5cc></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000679" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de64c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000685" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de66c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000695" title="Stacked Bar Charts"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de6ac></a><span>, </span></span><span><a href="sect0099.html#a0000001050" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de6ec></a></span>
        
    </li><li>
        <tt class="tt">colourmap</tt>,
        <span><a href="sec-colourmaps.html#a0000000841" title="Colour Maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de76c></a><span>, </span></span><span><a href="sect0060.html#a0000000847" title="Custom Colour Mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de7cc></a><span>, </span></span><span><a href="sect0138.html#a0000001139" title="c1format"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de7ec></a><span>, </span></span><span><a href="sect0139.html#a0000001142" title="c1label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de82c></a><span>, </span></span><span><a href="sect0142.html#a0000001149" title="colourkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de86c></a><span>, </span></span><span><a href="sect0142.html#a0000001151" title="colourkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de8ac></a><span>, </span></span><span><a href="sect0143.html#a0000001154" title="colourmap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de8ec></a><span>, </span></span><span><a href="sect0143.html#a0000001156" title="colourmap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de92c></a><span>, </span></span><span><a href="sect0143.html#a0000001158" title="colourmap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de96c></a><span>, </span></span><span><a href="sect0145.html#a0000001164" title="cnrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de9ac></a><span>, </span></span><span><a href="sect0167.html#a0000001195" title="nocolourkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3de9ec></a><span>, </span></span><span><a href="sect0187.html#a0000001220" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3dea2c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001552" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3dea6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001555" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3deaac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001564" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3deaec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001604" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3deb2c></a></span>
        
    </li><li>
        <tt class="tt">contourmap</tt>,
        <span><a href="sect0144.html#a0000001161" title="contours"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3debac></a><span>, </span></span><span><a href="sect0145.html#a0000001166" title="cnrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3dec0c></a><span>, </span></span><span><a href="sect0187.html#a0000001224" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3dec2c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001559" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3dec6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001562" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3decac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001606" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3decec></a></span>
        
    </li><li>
        <tt class="tt">dots</tt>,
        <span><a href="sect0045.html#a0000000631" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ded6c></a></span>
        
    </li><li>
        <tt class="tt">errorbars</tt>,
        <span><a href="sec-errorbars.html#a0000000652" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3dedec></a></span>
        
    </li><li>
        <tt class="tt">errorrange</tt>,
        <span><a href="sec-errorbars.html#a0000000664" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3dee6c></a></span>
        
    </li><li>
        <tt class="tt">fsteps</tt>,
        <span><a href="sect0047.html#a0000000701" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3def0c></a><span>, </span></span><span><a href="sect0047.html#a0000000707" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3def6c></a></span>
        
    </li><li>
        <tt class="tt">histeps</tt>,
        <span><a href="sect0047.html#a0000000703" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3defec></a><span>, </span></span><span><a href="sect0047.html#a0000000709" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e206c></a></span>
        
    </li><li>
        <tt class="tt">impulses</tt>,
        <span><a href="sec-barcharts.html#a0000000681" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e208c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000690" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3deeec></a></span>
        
    </li><li>
        <tt class="tt">lines</tt>,
        <span><a href="sec-select_modifier.html#a0000000361" title="Choosing which Data to Plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e214c></a><span>, </span></span><span><a href="sec-pointtype.html#a0000000383" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e21ac></a><span>, </span></span><span><a href="sect0045.html#a0000000633" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e21cc></a></span>
        
    </li><li>
        <tt class="tt">linespoints</tt>,
        <span><a href="sec-pointtype.html#a0000000379" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e224c></a><span>, </span></span><span><a href="sect0045.html#a0000000635" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e22ac></a></span>
        
    </li><li>
        <tt class="tt">linetype</tt>,
        <span><a href="sec-pointtype.html#a0000000389" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e230c></a></span>
        
    </li><li>
        <tt class="tt">lowerlimits</tt>,
        <span><a href="sect0045.html#a0000000637" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e238c></a></span>
        
    </li><li>
        <tt class="tt">points</tt>,
        <span><a href="sec-pointtype.html#a0000000381" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e242c></a><span>, </span></span><span><a href="sect0045.html#a0000000640" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e248c></a></span>
        
    </li><li>
        <tt class="tt">pointtype</tt>,
        <span><a href="sec-pointtype.html#a0000000387" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e240c></a></span>
        
    </li><li>
        <tt class="tt">shadedregion</tt>,
        <span><a href="sect0046.html#a0000000670" title="Shaded Regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e24ac></a><span>, </span></span><span><a href="sect0046.html#a0000000676" title="Shaded Regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e25ac></a></span>
        
    </li><li>
        <tt class="tt">stars</tt>,
        <span><a href="sect0045.html#a0000000642" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e260c></a></span>
        
    </li><li>
        <tt class="tt">steps</tt>,
        <span><a href="sect0047.html#a0000000699" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e268c></a><span>, </span></span><span><a href="sect0047.html#a0000000705" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e26ec></a></span>
        
    </li><li>
        <tt class="tt">surface</tt>,
        <span><a href="sect0187.html#a0000001222" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e276c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001608" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e27cc></a></span>
        
    </li><li>
        <tt class="tt">upperlimits</tt>,
        <span><a href="sect0045.html#a0000000644" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e274c></a></span>
        
    </li><li>
        <tt class="tt">wboxes</tt>,
        <span><a href="sec-barcharts.html#a0000000683" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e28ac></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000688" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e290c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000697" title="Stacked Bar Charts"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e294c></a></span>
        
    </li><li>
        <tt class="tt">xerrorbars</tt>,
        <span><a href="sec-errorbars.html#a0000000650" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e292c></a></span>
        
    </li><li>
        <tt class="tt">xerrorrange</tt>,
        <span><a href="sec-errorbars.html#a0000000658" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e27ec></a></span>
        
    </li><li>
        <tt class="tt">xyerrorbars</tt>,
        <span><a href="sec-errorbars.html#a0000000656" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2a8c></a></span>
        
    </li><li>
        <tt class="tt">xyerrorrange</tt>,
        <span><a href="sec-errorbars.html#a0000000662" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2b0c></a></span>
        
    </li><li>
        <tt class="tt">yerrorbars</tt>,
        <span><a href="sec-pointtype.html#a0000000385" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2b8c></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000648" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2bec></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000654" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2c0c></a></span>
        
    </li><li>
        <tt class="tt">yerrorrange</tt>,
        <span><a href="sec-errorbars.html#a0000000660" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2c8c></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000666" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2cec></a><span>, </span></span><span><a href="sect0046.html#a0000000674" title="Shaded Regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2d0c></a></span>
        
    </li><li>
        <tt class="tt">yerrorshaded</tt>,
        <span><a href="sect0046.html#a0000000668" title="Shaded Regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2d8c></a><span>, </span></span><span><a href="sect0046.html#a0000000672" title="Shaded Regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2dec></a></span>
        
    </li>
    </ul>
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">plot title</tt> command,
    <span><a href="sect0115.html#a0000001086" title="title"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2e4c></a></span>
    
</li><li>
    <tt class="tt">plot with</tt> command,
    <span><a href="sect0116.html#a0000001087" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2ecc></a></span>
    
</li><li>
    png output,
    <span><a href="sect0063.html#a0000000879" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2f4c></a></span>
    <ul>
    <li>
        transparency,
        <span><a href="sect0063.html#a0000000892" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e2fec></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">point</tt> command,
    <span><a href="sect0070.html#a0000000935" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e508c></a><span>, </span></span><span><a href="sec-point.html#a0000000966" title="The point Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e50ec></a><span>, </span></span><span><a href="sec-point.html#a0000000967" title="The point Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e510c></a><span>, </span></span><span><a href="sect0122.html#a0000001105" title="point"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e514c></a><span>, </span></span><span><a href="sect0122.html#a0000001106" title="point"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e518c></a></span>
    
</li><li>
    <tt class="tt">pointlinewidth</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000623" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e520c></a><span>, </span></span><span><a href="sect0116.html#a0000001093" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e526c></a></span>
    
</li><li>
    <tt class="tt">points</tt> plot style,
    <span><a href="sec-pointtype.html#a0000000380" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e52cc></a><span>, </span></span><span><a href="sect0045.html#a0000000639" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e532c></a></span>
    
</li><li>
    <tt class="tt">pointsize</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000624" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e534c></a><span>, </span></span><span><a href="sect0116.html#a0000001094" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e53ec></a></span>
    
</li><li>
    <tt class="tt">pointtype</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000625" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e544c></a><span>, </span></span><span><a href="sect0116.html#a0000001095" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e54ac></a></span>
    
</li><li>
    <tt class="tt">pointtype</tt> plot style,
    <span><a href="sec-pointtype.html#a0000000386" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e550c></a></span>
    
</li><li>
    <tt class="tt">poissonCDF(<img src="images/img-0699.png" alt="$x,\mu $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001466" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e558c></a></span>
    
</li><li>
    <tt class="tt">poissonPDF(<img src="images/img-0699.png" alt="$x,\mu $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001467" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e560c></a></span>
    
</li><li>
    portrait orientation,
    <span><a href="sect0063.html#a0000000886" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e568c></a></span>
    
</li><li>
    PostScript,
    
    <ul>
    <li>
        Encapsulated,
        <span><a href="sect0063.html#a0000000875" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e574c></a></span>
        
    </li>
    </ul>
</li><li>
    PostScript output,
    <span><a href="sect0063.html#a0000000880" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e57ec></a></span>
    
</li><li>
    <tt class="tt">pow(<img src="images/img-0643.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001468" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e586c></a></span>
    
</li><li>
    presentations,
    <span><a href="sect0071.html#a0000000946" title="The text Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e58ec></a><span>, </span></span><span><a href="sect0233.html#a0000001653" title="Inserting Equations in Powerpoint Presentations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e594c></a><span>, </span></span><span><a href="sect0233.html#a0000001654" title="Inserting Equations in Powerpoint Presentations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e596c></a></span>
    
</li><li>
    <tt class="tt">prime(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001469" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e59ec></a></span>
    
</li><li>
    <tt class="tt">print</tt> command,
    <span><a href="sect0014.html#a0000000321" title="Printing Text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5a6c></a><span>, </span></span><span><a href="sect0117.html#a0000001096" title="print"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5acc></a><span>, </span></span><span><a href="sect0117.html#a0000001097" title="print"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5aec></a></span>
    
</li><li>
    <tt class="tt">pwd</tt> command,
    <span><a href="sect0041.html#a0000000611" title="Shell Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5b6c></a><span>, </span></span><span><a href="sect0118.html#a0000001098" title="pwd"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5bcc></a><span>, </span></span><span><a href="sect0118.html#a0000001099" title="pwd"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5bec></a></span>
    
</li><li>
    PyX,
    <span><a href="sect0005.html#a0000000261" title="Acknowledgments"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5c6c></a></span>
    
</li><li>
    pyxplot_watch,
    <span><a href="sect0042.html#a0000000612" title="Script Watching: pyxplot_watch"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5cec></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.Q">Q</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    Quick Image Viewer,
    <span><a href="sect0236.html#a0000001661" title="Writing A Short Example Talk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5d6c></a><span>, </span></span><span><a href="sect0237.html#a0000001662" title="Delivering your Talk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5dcc></a></span>
    
</li><li>
    <tt class="tt">quit</tt> command,
    <span><a href="box-CommandHistory.html#a0000000298" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5e2c></a><span>, </span></span><span><a href="box-CommandHistory.html#a0000000304" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5e8c></a><span>, </span></span><span><a href="sect0119.html#a0000001100" title="quit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5eac></a><span>, </span></span><span><a href="sect0119.html#a0000001101" title="quit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5eec></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    quote characters,
    <span><a href="sec-latex_incompatibility.html#a0000000329" title="Axis Labels and Titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5f6c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.R">R</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">radians(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001470" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e5fec></a></span>
    
</li><li>
    <tt class="tt">random_­binomial(<img src="images/img-0269.png" alt="$p,n$" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0030.html#a0000000559" title="Random Data Generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e908c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001472" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e90ec></a></span>
    
</li><li>
    <tt class="tt">random_­chisq(<img src="images/img-0271.png" alt="$\nu $" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0030.html#a0000000560" title="Random Data Generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e914c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001473" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e91ac></a></span>
    
</li><li>
    <tt class="tt">random_­gaussian(<img src="images/img-0273.png" alt="$\sigma $" style="vertical-align:0px; 
                                     width:11px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0030.html#a0000000561" title="Random Data Generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e91ec></a><span>, </span></span><span><a href="ch-function_list.html#a0000001474" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e926c></a></span>
    
</li><li>
    <tt class="tt">random_­lognormal(<img src="images/img-0274.png" alt="$\zeta ,\sigma $" style="vertical-align:-4px; 
                                     width:28px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="sect0030.html#a0000000562" title="Random Data Generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e92cc></a><span>, </span></span><span><a href="ch-function_list.html#a0000001475" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e932c></a></span>
    
</li><li>
    <tt class="tt">random_­poisson(<img src="images/img-0014.png" alt="$n$" style="vertical-align:0px; 
                                     width:11px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0030.html#a0000000563" title="Random Data Generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e938c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001476" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e93ec></a></span>
    
</li><li>
    <tt class="tt">random_­tdist(<img src="images/img-0271.png" alt="$\nu $" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0030.html#a0000000564" title="Random Data Generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e944c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001477" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e94ac></a></span>
    
</li><li>
    <tt class="tt">random()</tt> function,
    <span><a href="sect0030.html#a0000000558" title="Random Data Generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e94ec></a><span>, </span></span><span><a href="ch-function_list.html#a0000001471" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e956c></a></span>
    
</li><li>
    <tt class="tt">Re(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001478" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e95cc></a></span>
    
</li><li>
    <tt class="tt">Re(z)</tt> function,
    <span><a href="sec-complex_numbers.html#a0000000423" title="Working with Complex Numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e964c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    readline,
    <span><a href="sect0007.html#a0000000280" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e96cc></a></span>
    
</li><li>
    <tt class="tt">rectangle</tt> command,
    <span><a href="ex-noentry.html#a0000000963" title="The box and circle Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e974c></a><span>, </span></span><span><a href="sect0120.html#a0000001102" title="rectangle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e97ac></a></span>
    
</li><li>
    <tt class="tt">refresh</tt> command,
    <span><a href="sec-directing_output.html#a0000000370" title="Directing Where Output Goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e980c></a><span>, </span></span><span><a href="sect0066.html#a0000000919" title="Settings Associated with Multiplot Items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e986c></a><span>, </span></span><span><a href="sect0066.html#a0000000920" title="Settings Associated with Multiplot Items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e98cc></a><span>, </span></span><span><a href="sect0121.html#a0000001103" title="refresh"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e990c></a><span>, </span></span><span><a href="sect0121.html#a0000001104" title="refresh"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e994c></a></span>
    
</li><li>
    regular expressions,
    <span><a href="sect0032.html#a0000000575" title="Regular Expressions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e988c></a></span>
    
</li><li>
    <tt class="tt">replot</tt> command,
    <span><a href="sec-replot.html#a0000000363" title="The replot Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9a0c></a><span>, </span></span><span><a href="sec-threedim.html#a0000000860" title="Three-Dimensional Plotting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9a6c></a><span>, </span></span><span><a href="sect0069.html#a0000000924" title="The replot Command Revisited"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9acc></a><span>, </span></span><span><a href="sect0069.html#a0000000925" title="The replot Command Revisited"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9b0c></a><span>, </span></span><span><a href="sect0123.html#a0000001107" title="replot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9b4c></a><span>, </span></span><span><a href="sect0123.html#a0000001108" title="replot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9b8c></a><span>, </span></span><span><a href="sect0123.html#a0000001109" title="replot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9bcc></a><span>, </span></span><span><a href="sect0123.html#a0000001110" title="replot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9c0c></a></span>
    
</li><li>
    <tt class="tt">reset</tt> command,
    <span><a href="sec-latex_incompatibility.html#a0000000333" title="Axis Labels and Titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9a8c></a><span>, </span></span><span><a href="sect0124.html#a0000001111" title="reset"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9cac></a><span>, </span></span><span><a href="sect0124.html#a0000001112" title="reset"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9ccc></a></span>
    
</li><li>
    <tt class="tt">right</tt> keyword,
    <span><a href="sec-legends.html#a0000000758" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9d4c></a><span>, </span></span><span><a href="ex-australia.html#a0000000834" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9dac></a></span>
    
</li><li>
    <tt class="tt">root(<img src="images/img-0703.png" alt="$z,n$" style="vertical-align:-4px; 
                                     width:28px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001479" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9e0c></a></span>
    
</li><li>
    <tt class="tt">rotate</tt> keyword,
    <span><a href="ex-australia.html#a0000000821" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9e8c></a><span>, </span></span><span><a href="sect0071.html#a0000000939" title="The text Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9eec></a><span>, </span></span><span><a href="sect0072.html#a0000000956" title="The image Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9f4c></a></span>
    
</li><li>
    <tt class="tt">rows</tt> keyword,
    <span><a href="sec-horizontal_datafiles.html#a0000000356" title="Horizontally arranged Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3e9f0c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.S">S</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">save</tt> command,
    <span><a href="box-CommandHistory.html#a0000000306" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed02c></a><span>, </span></span><span><a href="box-CommandHistory.html#a0000000307" title="Getting Started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed08c></a><span>, </span></span><span><a href="sect0125.html#a0000001113" title="save"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed0ac></a><span>, </span></span><span><a href="sect0125.html#a0000001114" title="save"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed0ec></a></span>
    
</li><li>
    <tt class="tt">sec(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001480" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed16c></a></span>
    
</li><li>
    <tt class="tt">sech(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001481" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed1ec></a></span>
    
</li><li>
    <tt class="tt">sed</tt> shell command,
    <span><a href="sect0032.html#a0000000573" title="Regular Expressions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed26c></a></span>
    
</li><li>
    <tt class="tt">select</tt> modifier,
    <span><a href="sec-select_modifier.html#a0000000359" title="Choosing which Data to Plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed2ec></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000507" title="Tabulating Functions and Slicing Data Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed34c></a><span>, </span></span><span><a href="sec-fit_command.html#a0000000516" title="Function Fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed3ac></a><span>, </span></span><span><a href="sec-histogram.html#a0000000555" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed3ec></a><span>, </span></span><span><a href="sect0095.html#a0000001030" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed42c></a><span>, </span></span><span><a href="sect0099.html#a0000001048" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed46c></a><span>, </span></span><span><a href="sect0220.html#a0000001350" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed4ac></a></span>
    
</li><li>
    <tt class="tt">set arrow</tt> command,
    <span><a href="sect0059.html#a0000000803" title="Labelling Graphs"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed36c></a><span>, </span></span><span><a href="sec-set_arrow.html#a0000000806" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed54c></a><span>, </span></span><span><a href="sec-set_arrow.html#a0000000807" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed56c></a><span>, </span></span><span><a href="sec-set_arrow.html#a0000000817" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed5ac></a><span>, </span></span><span><a href="sect0127.html#a0000001117" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed5ec></a><span>, </span></span><span><a href="sect0127.html#a0000001118" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed62c></a></span>
    
</li><li>
    <tt class="tt">set autoscale</tt> command,
    <span><a href="ex-axislab.html#a0000000396" title="Setting Axis Ranges"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed6ac></a><span>, </span></span><span><a href="sect0128.html#a0000001119" title="autoscale"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed70c></a><span>, </span></span><span><a href="sect0128.html#a0000001120" title="autoscale"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed72c></a></span>
    
</li><li>
    <tt class="tt">set axescolour</tt> command,
    <span><a href="sect0057.html#a0000000775" title="Setting the Colour of Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed7ac></a><span>, </span></span><span><a href="sect0129.html#a0000001122" title="axescolour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed80c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001537" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed82c></a></span>
    
</li><li>
    <tt class="tt">set axis</tt> command,
    <span><a href="sec-multiple_axes.html#a0000000767" title="Adding Additional Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed8ac></a><span>, </span></span><span><a href="sect0056.html#a0000000772" title="Configuring the Appearance of Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed90c></a><span>, </span></span><span><a href="sect0130.html#a0000001123" title="axis"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed92c></a><span>, </span></span><span><a href="sect0130.html#a0000001124" title="axis"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed96c></a></span>
    
</li><li>
    <tt class="tt">set axisunitstyle</tt> command,
    <span><a href="sec-set_axisunitstyle.html#a0000000769" title="Plotting Quantities with Physical Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ed9ec></a><span>, </span></span><span><a href="sect0131.html#a0000001125" title="axisunitstyle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3eda4c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001538" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3eda6c></a></span>
    
</li><li>
    <tt class="tt">set backup</tt> command,
    <span><a href="sec-file_backup.html#a0000000902" title="Backing Up Over-Written Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edaec></a><span>, </span></span><span><a href="sect0132.html#a0000001126" title="backup"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edb4c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001539" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edb6c></a></span>
    
</li><li>
    <tt class="tt">set bar</tt> command,
    <span><a href="sect0133.html#a0000001127" title="bar"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edbec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001540" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edc4c></a></span>
    
</li><li>
    <tt class="tt">set binorigin</tt> command,
    <span><a href="sect0134.html#a0000001128" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edc6c></a><span>, </span></span><span><a href="sect0134.html#a0000001131" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edd0c></a><span>, </span></span><span><a href="sect0134.html#a0000001132" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edd2c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001541" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edd6c></a></span>
    
</li><li>
    <tt class="tt">set binwidth</tt> command,
    <span><a href="sect0135.html#a0000001134" title="binwidth"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3eddec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001543" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3ede4c></a></span>
    
</li><li>
    <tt class="tt">set boxfrom</tt> command,
    <span><a href="sec-barcharts.html#a0000000691" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edeac></a><span>, </span></span><span><a href="sect0136.html#a0000001135" title="boxfrom"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edf0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001545" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edf2c></a></span>
    
</li><li>
    <tt class="tt">set boxwidth</tt> command,
    <span><a href="sec-barcharts.html#a0000000686" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3edfac></a><span>, </span></span><span><a href="sect0137.html#a0000001136" title="boxwidth"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f102c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001546" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f104c></a></span>
    
</li><li>
    <tt class="tt">set c&lt;n&gt;range</tt> command,
    <span><a href="sect0060.html#a0000000848" title="Custom Colour Mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f10cc></a></span>
    
</li><li>
    <tt class="tt">set c1format</tt> command,
    <span><a href="ex-mandelbrot.html#a0000000851" title="Colour Scale Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f114c></a></span>
    
</li><li>
    <tt class="tt">set c1label</tt> command,
    <span><a href="sect0139.html#a0000001140" title="c1label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f11cc></a></span>
    
</li><li>
    <tt class="tt">set c1range</tt> command,
    <span><a href="sec-contourmaps.html#a0000000855" title="Contour Maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f124c></a></span>
    
</li><li>
    <tt class="tt">set calendar</tt> command,
    <span><a href="sec-time_series.html#a0000000482" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f12cc></a><span>, </span></span><span><a href="sec-time_series.html#a0000000483" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f132c></a><span>, </span></span><span><a href="sec-time_series.html#a0000000494" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f134c></a><span>, </span></span><span><a href="sect0140.html#a0000001143" title="calendar"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f138c></a><span>, </span></span><span><a href="sect0140.html#a0000001144" title="calendar"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f13cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001547" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f140c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001548" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f144c></a></span>
    
</li><li>
    <tt class="tt">set clip</tt> command,
    <span><a href="sect0058.html#a0000000802" title="Clipping Behaviour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f14cc></a><span>, </span></span><span><a href="sect0141.html#a0000001145" title="clip"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f152c></a><span>, </span></span><span><a href="sect0141.html#a0000001146" title="clip"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f154c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001549" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f158c></a></span>
    
</li><li>
    <tt class="tt">set colkey</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001550" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f160c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001553" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f166c></a></span>
    
</li><li>
    <tt class="tt">set colourkey</tt> command,
    <span><a href="ex-mandelbrot.html#a0000000850" title="Colour Scale Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f16cc></a><span>, </span></span><span><a href="sect0142.html#a0000001147" title="colourkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f172c></a></span>
    
</li><li>
    <tt class="tt">set colourmap</tt> command,
    <span><a href="sect0060.html#a0000000844" title="Custom Colour Mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f178c></a><span>, </span></span><span><a href="sect0060.html#a0000000845" title="Custom Colour Mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f17ec></a><span>, </span></span><span><a href="sect0060.html#a0000000849" title="Custom Colour Mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f180c></a><span>, </span></span><span><a href="sect0143.html#a0000001152" title="colourmap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f184c></a></span>
    
</li><li>
    <tt class="tt">set</tt> command,
    <span><a href="sect0015.html#a0000000334" title="Querying the Values of Settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f18cc></a><span>, </span></span><span><a href="sect0015.html#a0000000340" title="Querying the Values of Settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f192c></a><span>, </span></span><span><a href="sect0066.html#a0000000916" title="Settings Associated with Multiplot Items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f194c></a><span>, </span></span><span><a href="sect0066.html#a0000000918" title="Settings Associated with Multiplot Items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f198c></a><span>, </span></span><span><a href="sect0126.html#a0000001115" title="set"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f19cc></a><span>, </span></span><span><a href="sect0126.html#a0000001116" title="set"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1a0c></a><span>, </span></span><span><a href="ch-configuration.html#a0000001524" title="Configuring PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1a4c></a><span>, </span></span><span><a href="sect0225.html#a0000001530" title="Configuration Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1a8c></a><span>, </span></span><span><a href="sect0225.html#a0000001531" title="Configuration Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1acc></a><span>, </span></span><span><a href="sect0225.html#a0000001532" title="Configuration Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1b0c></a><span>, </span></span><span><a href="sect0225.html#a0000001533" title="Configuration Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1b4c></a><span>, </span></span><span><a href="sect0225.html#a0000001534" title="Configuration Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1b8c></a></span>
    
</li><li>
    <tt class="tt">set contour</tt> command,
    <span><a href="sec-contourmaps.html#a0000000854" title="Contour Maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1c0c></a><span>, </span></span><span><a href="sec-contourmaps.html#a0000000856" title="Contour Maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1c6c></a><span>, </span></span><span><a href="sec-contourmaps.html#a0000000857" title="Contour Maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1c8c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001557" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1ccc></a></span>
    
</li><li>
    <tt class="tt">set contours</tt> command,
    <span><a href="sect0144.html#a0000001159" title="contours"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1d4c></a></span>
    
</li><li>
    <tt class="tt">set crange</tt> command,
    <span><a href="sect0145.html#a0000001162" title="cnrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1dcc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001565" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1e2c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001566" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1e4c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001567" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1e8c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001568" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1ecc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001569" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1f0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001570" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1f4c></a></span>
    
</li><li>
    <tt class="tt">set data style</tt> command,
    <span><a href="sect0146.html#a0000001169" title="data style"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f1fcc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001571" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f504c></a></span>
    
</li><li>
    <tt class="tt">set display</tt> command,
    <span><a href="sec-set_display.html#a0000000923" title="The Construction of Large Multiplots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f50ac></a><span>, </span></span><span><a href="sect0147.html#a0000001170" title="display"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f510c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001572" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f512c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001573" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f516c></a></span>
    
</li><li>
    <tt class="tt">set filter</tt> command,
    <span><a href="sect0148.html#a0000001171" title="filter"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f51ec></a><span>, </span></span><span><a href="sect0148.html#a0000001172" title="filter"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f524c></a></span>
    
</li><li>
    <tt class="tt">set fontsize</tt> command,
    <span><a href="ex-australia.html#a0000000824" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f52ac></a><span>, </span></span><span><a href="sect0149.html#a0000001173" title="fontsize"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f530c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001575" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f532c></a></span>
    
</li><li>
    <tt class="tt">set function style</tt> command,
    <span><a href="sect0150.html#a0000001174" title="function style"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f53ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001576" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f540c></a></span>
    
</li><li>
    <tt class="tt">set grid</tt> command,
    <span><a href="sec-set_colours.html#a0000000796" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f546c></a><span>, </span></span><span><a href="sect0151.html#a0000001175" title="grid"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f54cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001577" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f54ec></a></span>
    
</li><li>
    <tt class="tt">set gridmajcolour</tt> command,
    <span><a href="sec-set_colours.html#a0000000800" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f556c></a><span>, </span></span><span><a href="sect0152.html#a0000001176" title="gridmajcolour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f55cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001578" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f55ec></a></span>
    
</li><li>
    <tt class="tt">set gridmincolour</tt> command,
    <span><a href="sec-set_colours.html#a0000000801" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f566c></a><span>, </span></span><span><a href="sect0153.html#a0000001177" title="gridmincolour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f56cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001579" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f56ec></a></span>
    
</li><li>
    <tt class="tt">set key</tt> command,
    <span><a href="sec-legends.html#a0000000753" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f576c></a><span>, </span></span><span><a href="sec-legends.html#a0000000754" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f57cc></a><span>, </span></span><span><a href="sec-legends.html#a0000000761" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f582c></a><span>, </span></span><span><a href="sect0154.html#a0000001178" title="key"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f586c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001580" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f58ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001582" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f58ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001583" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f592c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001584" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f596c></a></span>
    
</li><li>
    <tt class="tt">set keycolumns</tt> command,
    <span><a href="sec-legends.html#a0000000766" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f57ec></a><span>, </span></span><span><a href="sect0155.html#a0000001179" title="keycolumns"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5a0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001581" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5a2c></a></span>
    
</li><li>
    <tt class="tt">set label</tt> command,
    <span><a href="sect0059.html#a0000000804" title="Labelling Graphs"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5aac></a><span>, </span></span><span><a href="ex-australia.html#a0000000820" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5b0c></a><span>, </span></span><span><a href="sect0071.html#a0000000938" title="The text Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5b2c></a><span>, </span></span><span><a href="sect0074.html#a0000000978" title="LaTeX and PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5b6c></a><span>, </span></span><span><a href="sect0156.html#a0000001180" title="label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5bac></a><span>, </span></span><span><a href="sect0156.html#a0000001181" title="label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5bec></a></span>
    
</li><li>
    <tt class="tt">set linewidth</tt> command,
    <span><a href="sect0157.html#a0000001182" title="linewidth"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5c6c></a><span>, </span></span><span><a href="sect0157.html#a0000001183" title="linewidth"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5ccc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001586" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5cec></a></span>
    
</li><li>
    <tt class="tt">set logscale c</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001560" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5d6c></a></span>
    
</li><li>
    <tt class="tt">set logscale</tt> command,
    <span><a href="ex-axislab.html#a0000000397" title="Setting Axis Ranges"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5dec></a><span>, </span></span><span><a href="sect0158.html#a0000001184" title="logscale"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5e4c></a></span>
    
</li><li>
    <tt class="tt">set logscale t</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001626" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5eac></a></span>
    
</li><li>
    <tt class="tt">set logscale u</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001633" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5f2c></a></span>
    
</li><li>
    <tt class="tt">set logscale v</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001636" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f5fac></a></span>
    
</li><li>
    <tt class="tt">set multiplot</tt> command,
    <span><a href="sec-multiplot.html#a0000000907" title="Multiplot Mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f904c></a><span>, </span></span><span><a href="sect0159.html#a0000001185" title="multiplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f90ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001587" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f90cc></a></span>
    
</li><li>
    <tt class="tt">set mxtics</tt> command,
    <span><a href="sect0160.html#a0000001186" title="mxtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f914c></a></span>
    
</li><li>
    <tt class="tt">set mytics</tt> command,
    <span><a href="sect0161.html#a0000001187" title="mytics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f91cc></a></span>
    
</li><li>
    <tt class="tt">set mztics</tt> command,
    <span><a href="sect0162.html#a0000001188" title="mztics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f924c></a></span>
    
</li><li>
    <tt class="tt">set noarrow</tt> command,
    <span><a href="sec-set_arrow.html#a0000000808" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f92cc></a><span>, </span></span><span><a href="sect0163.html#a0000001189" title="noarrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f932c></a></span>
    
</li><li>
    <tt class="tt">set noaxis</tt> command,
    <span><a href="sect0164.html#a0000001190" title="noaxis"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f938c></a></span>
    
</li><li>
    <tt class="tt">set nobackup</tt> command,
    <span><a href="sect0165.html#a0000001191" title="nobackup"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f940c></a></span>
    
</li><li>
    <tt class="tt">set noclip</tt> command,
    <span><a href="sect0166.html#a0000001192" title="noclip"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f948c></a></span>
    
</li><li>
    <tt class="tt">set nocolourkey</tt> command,
    <span><a href="sect0167.html#a0000001193" title="nocolourkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f950c></a></span>
    
</li><li>
    <tt class="tt">set nodisplay</tt> command,
    <span><a href="sec-set_display.html#a0000000922" title="The Construction of Large Multiplots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f958c></a><span>, </span></span><span><a href="sect0168.html#a0000001196" title="nodisplay"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f95ec></a></span>
    
</li><li>
    <tt class="tt">set nogrid</tt> command,
    <span><a href="sect0169.html#a0000001197" title="nogrid"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f964c></a></span>
    
</li><li>
    <tt class="tt">set nokey</tt> command,
    <span><a href="sec-legends.html#a0000000752" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f96cc></a><span>, </span></span><span><a href="sect0170.html#a0000001198" title="nokey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f972c></a></span>
    
</li><li>
    <tt class="tt">set nolabel</tt> command,
    <span><a href="sect0171.html#a0000001199" title="nolabel"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f978c></a></span>
    
</li><li>
    <tt class="tt">set nologscale</tt> command,
    <span><a href="ex-axislab.html#a0000000398" title="Setting Axis Ranges"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f980c></a><span>, </span></span><span><a href="sect0172.html#a0000001200" title="nologscale"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f986c></a></span>
    
</li><li>
    <tt class="tt">set nomultiplot</tt> command,
    <span><a href="sec-multiplot.html#a0000000908" title="Multiplot Mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f98cc></a><span>, </span></span><span><a href="sect0173.html#a0000001201" title="nomultiplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f992c></a><span>, </span></span><span><a href="sect0173.html#a0000001202" title="nomultiplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f994c></a></span>
    
</li><li>
    <tt class="tt">set nostyle</tt> command,
    <span><a href="sect0174.html#a0000001203" title="nostyle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f99cc></a></span>
    
</li><li>
    <tt class="tt">set notitle</tt> command,
    <span><a href="sect0175.html#a0000001204" title="notitle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9a4c></a></span>
    
</li><li>
    <tt class="tt">set noxtics</tt> command,
    <span><a href="ex-axistics.html#a0000000786" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9acc></a><span>, </span></span><span><a href="sect0176.html#a0000001205" title="noxtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9b2c></a><span>, </span></span><span><a href="sect0207.html#a0000001328" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9b4c></a></span>
    
</li><li>
    <tt class="tt">set noytics</tt> command,
    <span><a href="sect0177.html#a0000001206" title="noytics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9bcc></a></span>
    
</li><li>
    <tt class="tt">set noztics</tt> command,
    <span><a href="sect0178.html#a0000001207" title="noztics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9c4c></a></span>
    
</li><li>
    <tt class="tt">set numeric complex</tt> command,
    <span><a href="sec-complex_numbers.html#a0000000421" title="Working with Complex Numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9ccc></a></span>
    
</li><li>
    <tt class="tt">set numeric errors explicit</tt> command,
    <span><a href="sec-num_errs.html#a0000000419" title="Handling Numerical Errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9d4c></a></span>
    
</li><li>
    <tt class="tt">set numeric errors quiet</tt> command,
    <span><a href="sec-num_errs.html#a0000000416" title="Handling Numerical Errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9dcc></a><span>, </span></span><span><a href="sec-units.html#a0000000435" title="Working with Physical Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9e2c></a></span>
    
</li><li>
    <tt class="tt">set numeric real</tt> command,
    <span><a href="sec-complex_numbers.html#a0000000422" title="Working with Complex Numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9e8c></a></span>
    
</li><li>
    <tt class="tt">set numerics</tt> command,
    <span><a href="sect0179.html#a0000001208" title="numerics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9f0c></a><span>, </span></span><span><a href="sect0179.html#a0000001209" title="numerics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9f6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001588" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9f8c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001589" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3f9fcc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001590" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd02c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001591" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd06c></a></span>
    
</li><li>
    <tt class="tt">set numerics complex</tt> command,
    <span><a href="sect0004.html#a0000000260" title="A Whirlwind Tour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd0ec></a></span>
    
</li><li>
    <tt class="tt">set numerics display</tt> command,
    <span><a href="sec-pastable.html#a0000000460" title="Creating Pastable Text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd16c></a></span>
    
</li><li>
    <tt class="tt">set numerics sigfig</tt> command,
    <span><a href="sect0023.html#a0000000459" title="Changing the Accuracy to which Numbers are Displayed"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd1ec></a><span>, </span></span><span><a href="sec-set_xformat.html#a0000000787" title="Configuring how Tick Marks are Labelled"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd24c></a><span>, </span></span><span><a href="sect0204.html#a0000001312" title="xformat"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd26c></a></span>
    
</li><li>
    <tt class="tt">set numerics typeable</tt> command,
    <span><a href="sect0015.html#a0000000341" title="Querying the Values of Settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd2ec></a></span>
    
</li><li>
    <tt class="tt">set origin</tt> command,
    <span><a href="sec-multiplot.html#a0000000909" title="Multiplot Mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd36c></a><span>, </span></span><span><a href="sect0180.html#a0000001210" title="origin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd3cc></a><span>, </span></span><span><a href="sect0180.html#a0000001211" title="origin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd3ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001592" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd42c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001593" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd46c></a></span>
    
</li><li>
    <tt class="tt">set output</tt> command,
    <span><a href="sec-directing_output.html#a0000000366" title="Directing Where Output Goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd4ec></a><span>, </span></span><span><a href="sect0062.html#a0000000865" title="Producing Images on Disk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd54c></a><span>, </span></span><span><a href="sect0181.html#a0000001212" title="output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd56c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001594" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd5ac></a></span>
    
</li><li>
    <tt class="tt">set palette</tt> command,
    <span><a href="sec-palette.html#a0000000629" title="The Palette"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd62c></a><span>, </span></span><span><a href="sect0182.html#a0000001213" title="palette"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd68c></a></span>
    
</li><li>
    <tt class="tt">set papersize</tt> command,
    <span><a href="sec-set_papersize.html#a0000000896" title="Paper Sizes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd6ec></a><span>, </span></span><span><a href="ch-vector_graphics.html#a0000000905" title="Producing Vector Graphics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd74c></a><span>, </span></span><span><a href="sect0183.html#a0000001214" title="papersize"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd76c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001595" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd7ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001596" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd7ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001597" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd82c></a></span>
    
</li><li>
    <tt class="tt">set pointlinewidth</tt> command,
    <span><a href="sect0184.html#a0000001215" title="pointlinewidth"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd8ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001598" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd90c></a></span>
    
</li><li>
    <tt class="tt">set pointsize</tt> command,
    <span><a href="sect0185.html#a0000001216" title="pointsize"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd96c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001599" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fd9cc></a></span>
    
</li><li>
    <tt class="tt">set preamble</tt> command,
    <span><a href="sect0074.html#a0000000976" title="LaTeX and PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fda2c></a><span>, </span></span><span><a href="sect0186.html#a0000001217" title="preamble"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fda8c></a><span>, </span></span><span><a href="sect0225.html#a0000001529" title="Configuration Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdaac></a></span>
    
</li><li>
    <tt class="tt">set sample grid</tt> command,
    <span><a href="ex-trefoil.html#a0000000736" title="Two-dimensional parametric surfaces"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdb2c></a></span>
    
</li><li>
    <tt class="tt">set samples</tt> command,
    <span><a href="sec-pointtype.html#a0000000377" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdbac></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000506" title="Tabulating Functions and Slicing Data Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdc0c></a><span>, </span></span><span><a href="ex-interpolation.html#a0000000521" title="Datafile Interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdc2c></a><span>, </span></span><span><a href="ex-surface-sinc.html#a0000000861" title="Surface Plotting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdc6c></a><span>, </span></span><span><a href="sect0104.html#a0000001063" title="interpolate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdcac></a><span>, </span></span><span><a href="sect0187.html#a0000001218" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdcec></a><span>, </span></span><span><a href="sect0220.html#a0000001349" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdd2c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001600" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdd6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001601" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fddac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001609" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fddec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001610" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fde2c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001611" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fde6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001612" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdeac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001613" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdeec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001614" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdf2c></a></span>
    
</li><li>
    <tt class="tt">set samples grid</tt> command,
    <span><a href="sec-colourmaps.html#a0000000842" title="Colour Maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb3fdfac></a></span>
    
</li><li>
    <tt class="tt">set samples interpolate</tt> command,
    <span><a href="sec-colourmaps.html#a0000000843" title="Colour Maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40004c></a></span>
    
</li><li>
    <tt class="tt">set seed</tt> command,
    <span><a href="sect0030.html#a0000000565" title="Random Data Generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4000cc></a><span>, </span></span><span><a href="sect0188.html#a0000001225" title="seed"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40012c></a><span>, </span></span><span><a href="sect0188.html#a0000001226" title="seed"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40014c></a></span>
    
</li><li>
    <tt class="tt">set size</tt> command,
    <span><a href="sect0017.html#a0000000373" title="Setting the Size of Output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4001cc></a><span>, </span></span><span><a href="sec-threedim.html#a0000000858" title="Three-Dimensional Plotting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40022c></a><span>, </span></span><span><a href="sect0189.html#a0000001227" title="size"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40024c></a></span>
    
</li><li>
    set size command,
    
    <ul>
    <li>
        <tt class="tt">noratio</tt> modifier,
        <span><a href="sect0189.html#a0000001229" title="noratio"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40030c></a></span>
        
    </li><li>
        <tt class="tt">ratio</tt> modifier,
        <span><a href="sect0189.html#a0000001231" title="ratio"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4003ac></a></span>
        
    </li><li>
        <tt class="tt">square</tt> modifier,
        <span><a href="sect0189.html#a0000001233" title="square"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40042c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">set size</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001640" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4004ac></a></span>
    
</li><li>
    <tt class="tt">set size ratio</tt> command,
    <span><a href="sect0017.html#a0000000375" title="Setting the Size of Output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40052c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001536" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40058c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001643" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4005ac></a></span>
    
</li><li>
    <tt class="tt">set size square</tt> command,
    <span><a href="sect0017.html#a0000000376" title="Setting the Size of Output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40062c></a></span>
    
</li><li>
    <tt class="tt">set style</tt> command,
    <span><a href="sect0190.html#a0000001234" title="style"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4006ac></a></span>
    
</li><li>
    <tt class="tt">set style data</tt> command,
    <span><a href="sec-pointtype.html#a0000000390" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40072c></a><span>, </span></span><span><a href="sect0191.html#a0000001235" title="style data | style function"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40078c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">set style function</tt> command,
    <span><a href="sec-pointtype.html#a0000000391" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4007ec></a><span>, </span></span><span><a href="sect0191.html#a0000001236" title="style data | style function"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40084c></a></span>
    
</li><li>
    <tt class="tt">set terminal</tt> command,
    <span><a href="sec-directing_output.html#a0000000364" title="Directing Where Output Goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4008ac></a><span>, </span></span><span><a href="sec-directing_output.html#a0000000367" title="Directing Where Output Goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40090c></a><span>, </span></span><span><a href="sec-directing_output.html#a0000000372" title="Directing Where Output Goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40092c></a><span>, </span></span><span><a href="sec-set_terminal.html#a0000000862" title="The set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40096c></a></span>
    
</li><li>
    set terminal command,
    
    <ul>
    <li>
        <tt class="tt">dpi</tt> modifier,
        <span><a href="sect0062.html#a0000000867" title="Producing Images on Disk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400a2c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">set terminal</tt> command,
    <span><a href="sect0063.html#a0000000870" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400acc></a><span>, </span></span><span><a href="sect0065.html#a0000000895" title="PostScript Output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400b2c></a><span>, </span></span><span><a href="ch-vector_graphics.html#a0000000904" title="Producing Vector Graphics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400b4c></a><span>, </span></span><span><a href="sect0192.html#a0000001237" title="terminal"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400b8c></a><span>, </span></span><span><a href="sect0192.html#a0000001238" title="terminal"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400bcc></a></span>
    
</li><li>
    set terminal command,
    
    <ul>
    <li>
        <tt class="tt">antialias</tt> modifier,
        <span><a href="sect0192.html#a0000001241" title="antialias"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400c8c></a></span>
        
    </li><li>
        <tt class="tt">gif</tt> modifier,
        <span><a href="sect0192.html#a0000001243" title="bmp"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400d2c></a></span>
        
    </li><li>
        <tt class="tt">color</tt> modifier,
        <span><a href="sect0192.html#a0000001247" title="color"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400dac></a></span>
        
    </li><li>
        <tt class="tt">colour</tt> modifier,
        <span><a href="sect0192.html#a0000001245" title="colour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400e2c></a></span>
        
    </li><li>
        <tt class="tt">dpi</tt> modifier,
        <span><a href="sect0192.html#a0000001249" title="dpi"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400eac></a></span>
        
    </li><li>
        <tt class="tt">enlarge</tt> modifier,
        <span><a href="sect0192.html#a0000001251" title="enlarge"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400f2c></a></span>
        
    </li><li>
        <tt class="tt">eps</tt> modifier,
        <span><a href="sect0192.html#a0000001253" title="eps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb400fac></a></span>
        
    </li><li>
        <tt class="tt">gif</tt> modifier,
        <span><a href="sect0192.html#a0000001255" title="gif"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40504c></a></span>
        
    </li><li>
        <tt class="tt">invert</tt> modifier,
        <span><a href="sect0192.html#a0000001257" title="invert"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4050cc></a></span>
        
    </li><li>
        <tt class="tt">jpeg</tt> modifier,
        <span><a href="sect0192.html#a0000001259" title="jpeg"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40514c></a></span>
        
    </li><li>
        <tt class="tt">landscape</tt> modifier,
        <span><a href="sect0192.html#a0000001261" title="landscape"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4051cc></a></span>
        
    </li><li>
        <tt class="tt">monochrome</tt> modifier,
        <span><a href="sect0192.html#a0000001263" title="monochrome"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40524c></a></span>
        
    </li><li>
        <tt class="tt">noantialias</tt> modifier,
        <span><a href="sect0192.html#a0000001265" title="noantialias"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4052cc></a></span>
        
    </li><li>
        <tt class="tt">noenlarge</tt> modifier,
        <span><a href="sect0192.html#a0000001267" title="noenlarge"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40534c></a></span>
        
    </li><li>
        <tt class="tt">noinvert</tt> modifier,
        <span><a href="sect0192.html#a0000001269" title="noinvert"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4053cc></a></span>
        
    </li><li>
        <tt class="tt">pdf</tt> modifier,
        <span><a href="sect0192.html#a0000001271" title="pdf"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40544c></a></span>
        
    </li><li>
        <tt class="tt">png</tt> modifier,
        <span><a href="sect0192.html#a0000001273" title="png"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4054cc></a></span>
        
    </li><li>
        <tt class="tt">portrait</tt> modifier,
        <span><a href="sect0192.html#a0000001275" title="portrait"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40554c></a></span>
        
    </li><li>
        <tt class="tt">postscript</tt> modifier,
        <span><a href="sect0192.html#a0000001277" title="postscript"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4055cc></a></span>
        
    </li><li>
        <tt class="tt">solid</tt> modifier,
        <span><a href="sect0192.html#a0000001279" title="solid"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40564c></a></span>
        
    </li><li>
        <tt class="tt">transparent</tt> modifier,
        <span><a href="sect0192.html#a0000001281" title="transparent"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4056cc></a></span>
        
    </li><li>
        <tt class="tt">X11_multiwindow</tt> modifier,
        <span><a href="sect0192.html#a0000001283" title="X11_multiwindow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40574c></a></span>
        
    </li><li>
        <tt class="tt">X11_persist</tt> modifier,
        <span><a href="sect0192.html#a0000001285" title="X11_persist"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4057cc></a></span>
        
    </li><li>
        <tt class="tt">X11_singlewindow</tt> modifier,
        <span><a href="sect0192.html#a0000001287" title="X11_singlewindow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40584c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">set terminal</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001556" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4058cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001585" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40592c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001615" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40594c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001616" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40598c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001617" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4059cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001618" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405a0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001619" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405a4c></a></span>
    
</li><li>
    <tt class="tt">set terminal dpi</tt> command,
    <span><a href="sect0062.html#a0000000866" title="Producing Images on Disk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405acc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001574" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405b2c></a></span>
    
</li><li>
    <tt class="tt">set textcolour</tt> command,
    <span><a href="ex-australia.html#a0000000827" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405b8c></a><span>, </span></span><span><a href="sect0071.html#a0000000940" title="The text Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405bec></a><span>, </span></span><span><a href="sect0193.html#a0000001288" title="textcolour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405c0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001620" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405c4c></a></span>
    
</li><li>
    <tt class="tt">set texthalign</tt> command,
    <span><a href="ex-australia.html#a0000000830" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405ccc></a><span>, </span></span><span><a href="sect0071.html#a0000000941" title="The text Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405d2c></a><span>, </span></span><span><a href="sect0194.html#a0000001289" title="texthalign"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405d4c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001621" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405d8c></a></span>
    
</li><li>
    <tt class="tt">set textvalign</tt> command,
    <span><a href="ex-australia.html#a0000000831" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405e0c></a><span>, </span></span><span><a href="sect0071.html#a0000000942" title="The text Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405e6c></a><span>, </span></span><span><a href="sect0195.html#a0000001290" title="textvalign"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405e8c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001622" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405ecc></a></span>
    
</li><li>
    <tt class="tt">set title</tt> command,
    <span><a href="sect0196.html#a0000001291" title="title"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405f4c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001623" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405fac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001624" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb405fcc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001625" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40902c></a></span>
    
</li><li>
    <tt class="tt">set trange</tt> command,
    <span><a href="ex-spirograph.html#a0000000729" title="Plotting Parametric Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4090ac></a><span>, </span></span><span><a href="ex-spirograph.html#a0000000730" title="Plotting Parametric Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40910c></a><span>, </span></span><span><a href="sect0197.html#a0000001292" title="trange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40912c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001627" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40916c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001628" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4091ac></a></span>
    
</li><li>
    <tt class="tt">set unit</tt> command,
    <span><a href="sect0198.html#a0000001293" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40922c></a><span>, </span></span><span><a href="sect0198.html#a0000001294" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40928c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001629" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4092ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001630" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4092ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001631" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40932c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001632" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40936c></a></span>
    
</li><li>
    <tt class="tt">set unit of</tt> command,
    <span><a href="sect0022.html#a0000000453" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4093ec></a><span>, </span></span><span><a href="sect0022.html#a0000000455" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40944c></a><span>, </span></span><span><a href="sect0198.html#a0000001302" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40946c></a></span>
    
</li><li>
    <tt class="tt">set unit preferred</tt> command,
    <span><a href="sect0022.html#a0000000454" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4094ec></a><span>, </span></span><span><a href="sect0022.html#a0000000456" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40954c></a><span>, </span></span><span><a href="sect0198.html#a0000001301" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40956c></a><span>, </span></span><span><a href="sect0198.html#a0000001303" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4095ac></a></span>
    
</li><li>
    <tt class="tt">set unit scheme</tt> command,
    <span><a href="sect0022.html#a0000000450" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40962c></a><span>, </span></span><span><a href="sect0198.html#a0000001295" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40968c></a></span>
    
</li><li>
    <tt class="tt">set urange</tt> command,
    <span><a href="ex-trefoil.html#a0000000734" title="Two-dimensional parametric surfaces"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4096ec></a><span>, </span></span><span><a href="sect0199.html#a0000001304" title="urange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40974c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001634" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40976c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001635" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4097ac></a></span>
    
</li><li>
    <tt class="tt">set view</tt> command,
    <span><a href="sec-threedim.html#a0000000859" title="Three-Dimensional Plotting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40982c></a><span>, </span></span><span><a href="sect0200.html#a0000001305" title="view"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40988c></a><span>, </span></span><span><a href="sect0200.html#a0000001306" title="view"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4098ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001641" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4098ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001642" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40992c></a></span>
    
</li><li>
    <tt class="tt">set viewer</tt> command,
    <span><a href="sect0007.html#a0000000278" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4099ac></a><span>, </span></span><span><a href="sect0063.html#a0000000871" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409a0c></a><span>, </span></span><span><a href="sect0201.html#a0000001307" title="viewer"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409a2c></a><span>, </span></span><span><a href="sect0201.html#a0000001308" title="viewer"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409a6c></a></span>
    
</li><li>
    <tt class="tt">set vrange</tt> command,
    <span><a href="ex-trefoil.html#a0000000735" title="Two-dimensional parametric surfaces"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409aec></a><span>, </span></span><span><a href="sect0202.html#a0000001309" title="vrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409b4c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001637" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409b6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001638" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409bac></a></span>
    
</li><li>
    <tt class="tt">set width</tt> command,
    <span><a href="sect0017.html#a0000000374" title="Setting the Size of Output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409c2c></a><span>, </span></span><span><a href="sect0203.html#a0000001310" title="width"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409c8c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001639" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409cac></a></span>
    
</li><li>
    <tt class="tt">set x1format</tt> command,
    <span><a href="sect0138.html#a0000001137" title="c1format"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409d2c></a></span>
    
</li><li>
    <tt class="tt">set xformat</tt> command,
    <span><a href="ex-calculus.html#a0000000470" title="Numerical Integration and Differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409dac></a><span>, </span></span><span><a href="sec-set_axisunitstyle.html#a0000000770" title="Plotting Quantities with Physical Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409e0c></a><span>, </span></span><span><a href="sec-set_axisunitstyle.html#a0000000771" title="Plotting Quantities with Physical Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409e2c></a><span>, </span></span><span><a href="sec-set_xformat.html#a0000000789" title="Configuring how Tick Marks are Labelled"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409e6c></a><span>, </span></span><span><a href="sec-set_xformat.html#a0000000792" title="Changing the Slant of Axis Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409eac></a><span>, </span></span><span><a href="sect0204.html#a0000001311" title="xformat"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409eec></a><span>, </span></span><span><a href="sect0204.html#a0000001314" title="xformat"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409f2c></a></span>
    
</li><li>
    <tt class="tt">set xlabel</tt> command,
    <span><a href="sect0205.html#a0000001315" title="xlabel"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb409fac></a></span>
    
</li><li>
    <tt class="tt">set xrange</tt> command,
    <span><a href="ex-axislab.html#a0000000395" title="Setting Axis Ranges"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c04c></a><span>, </span></span><span><a href="sect0206.html#a0000001316" title="xrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c0ac></a></span>
    
</li><li>
    <tt class="tt">set xtics</tt> command,
    <span><a href="ex-axistics.html#a0000000776" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c10c></a><span>, </span></span><span><a href="sect0207.html#a0000001317" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c16c></a><span>, </span></span><span><a href="sect0207.html#a0000001318" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c18c></a></span>
    
</li><li>
    <tt class="tt">set yformat</tt> command,
    <span><a href="sect0208.html#a0000001329" title="yformat"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c20c></a></span>
    
</li><li>
    <tt class="tt">set ylabel</tt> command,
    <span><a href="sect0209.html#a0000001330" title="ylabel"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c28c></a></span>
    
</li><li>
    <tt class="tt">set yrange</tt> command,
    <span><a href="sect0210.html#a0000001331" title="yrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c30c></a></span>
    
</li><li>
    <tt class="tt">set ytics</tt> command,
    <span><a href="sect0211.html#a0000001332" title="ytics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c38c></a></span>
    
</li><li>
    <tt class="tt">set zformat</tt> command,
    <span><a href="sect0212.html#a0000001333" title="zformat"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c40c></a></span>
    
</li><li>
    <tt class="tt">set zlabel</tt> command,
    <span><a href="sect0213.html#a0000001334" title="zlabel"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c48c></a></span>
    
</li><li>
    <tt class="tt">set zrange</tt> command,
    <span><a href="sect0214.html#a0000001335" title="zrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c50c></a></span>
    
</li><li>
    <tt class="tt">set ztics</tt> command,
    <span><a href="sect0215.html#a0000001336" title="ztics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c58c></a></span>
    
</li><li>
    <tt class="tt">shadedregion</tt> plot style,
    <span><a href="sect0046.html#a0000000669" title="Shaded Regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c60c></a><span>, </span></span><span><a href="sect0046.html#a0000000675" title="Shaded Regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c66c></a></span>
    
</li><li>
    shell commands,
    
    <ul>
    <li>
        executing,
        <span><a href="sect0041.html#a0000000606" title="Shell Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c70c></a></span>
        
    </li><li>
        substituting,
        <span><a href="sect0041.html#a0000000609" title="Shell Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c7ac></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">show</tt> command,
    <span><a href="sect0015.html#a0000000335" title="Querying the Values of Settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c82c></a><span>, </span></span><span><a href="sect0015.html#a0000000336" title="Querying the Values of Settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c88c></a><span>, </span></span><span><a href="sect0015.html#a0000000337" title="Querying the Values of Settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c8ac></a><span>, </span></span><span><a href="sect0015.html#a0000000338" title="Querying the Values of Settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c8ec></a><span>, </span></span><span><a href="sect0015.html#a0000000339" title="Querying the Values of Settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c92c></a><span>, </span></span><span><a href="sect0066.html#a0000000917" title="Settings Associated with Multiplot Items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c96c></a><span>, </span></span><span><a href="sect0216.html#a0000001337" title="show"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c9ac></a><span>, </span></span><span><a href="sect0216.html#a0000001338" title="show"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40c9ec></a><span>, </span></span><span><a href="sect0225.html#a0000001526" title="Configuration Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40ca2c></a></span>
    
</li><li>
    <tt class="tt">show functions</tt> command,
    <span><a href="sec-functions.html#a0000000408" title="Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40caac></a><span>, </span></span><span><a href="sec-functions.html#a0000000409" title="Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40cb0c></a></span>
    
</li><li>
    <tt class="tt">show palette</tt> command,
    <span><a href="sec-palette.html#a0000000628" title="The Palette"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40cb6c></a></span>
    
</li><li>
    <tt class="tt">show userfunctions</tt> command,
    <span><a href="sec-functions.html#a0000000410" title="Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40cbec></a></span>
    
</li><li>
    <tt class="tt">show variables</tt> command,
    <span><a href="sect0020.html#a0000000405" title="Variables"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40cc6c></a></span>
    
</li><li>
    <tt class="tt">show xtics</tt> command,
    <span><a href="ex-axistics.html#a0000000785" title="Specifying where Ticks should Appear along Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40ccec></a><span>, </span></span><span><a href="sect0207.html#a0000001327" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40cd4c></a></span>
    
</li><li>
    SI prefixes,
    <span><a href="sect0022.html#a0000000457" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40cdac></a></span>
    
</li><li>
    <tt class="tt">sin(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001482" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40ce2c></a></span>
    
</li><li>
    <tt class="tt">sinc(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001483" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40ceac></a></span>
    
</li><li>
    <tt class="tt">sinh(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001484" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40cf2c></a></span>
    
</li><li>
    Solaris,
    <span><a href="sect0007.html#a0000000264" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40cfcc></a></span>
    
</li><li>
    <tt class="tt">solve</tt> command,
    <span><a href="sect0024.html#a0000000471" title="Solving Systems of Equations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41006c></a><span>, </span></span><span><a href="sect0024.html#a0000000472" title="Solving Systems of Equations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb40cfac></a><span>, </span></span><span><a href="sect0024.html#a0000000473" title="Solving Systems of Equations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4100cc></a><span>, </span></span><span><a href="sect0024.html#a0000000474" title="Solving Systems of Equations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41010c></a><span>, </span></span><span><a href="sect0217.html#a0000001339" title="solve"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41014c></a><span>, </span></span><span><a href="sect0217.html#a0000001340" title="solve"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41018c></a><span>, </span></span><span><a href="sect0217.html#a0000001341" title="solve"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4101cc></a></span>
    
</li><li>
    special characters,
    <span><a href="sec-latex_incompatibility.html#a0000000330" title="Axis Labels and Titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41024c></a></span>
    
</li><li>
    splicing functions,
    <span><a href="ex-funcsplice.html#a0000000412" title="Spliced Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4102cc></a></span>
    
</li><li>
    <tt class="tt">spline</tt> command,
    <span><a href="ex-interpolation.html#a0000000528" title="Datafile Interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41034c></a><span>, </span></span><span><a href="sect0104.html#a0000001068" title="interpolate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4103ac></a><span>, </span></span><span><a href="sect0218.html#a0000001342" title="spline"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41040c></a><span>, </span></span><span><a href="sect0218.html#a0000001343" title="spline"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41044c></a></span>
    
</li><li>
    spreadsheets, importing data from,
    <span><a href="sec-first_plots.html#a0000000314" title="First Plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4103cc></a></span>
    
</li><li>
    <tt class="tt">sqrt(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001485" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41050c></a></span>
    
</li><li>
    <tt class="tt">stars</tt> plot style,
    <span><a href="sect0045.html#a0000000641" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41058c></a></span>
    
</li><li>
    <tt class="tt">steps</tt> plot style,
    <span><a href="sect0047.html#a0000000698" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41060c></a><span>, </span></span><span><a href="sect0047.html#a0000000704" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41066c></a></span>
    
</li><li>
    <tt class="tt">strcmp(<img src="images/img-0706.png" alt="$s1,s2$" style="vertical-align:-4px; 
                                     width:42px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="sect0033.html#a0000000576" title="String Manipulation Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4106cc></a><span>, </span></span><span><a href="ch-function_list.html#a0000001486" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41072c></a></span>
    
</li><li>
    string operators,
    
    <ul>
    <li>
        concatenation,
        <span><a href="sec-stringsubop.html#a0000000569" title="The String Substitution Operator"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4107cc></a></span>
        
    </li><li>
        search and replace,
        <span><a href="sect0032.html#a0000000570" title="Regular Expressions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41086c></a></span>
        
    </li><li>
        substitution,
        <span><a href="sect0014.html#a0000000323" title="Printing Text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4108ec></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">strlen(<img src="images/img-0293.png" alt="$s$" style="vertical-align:0px; 
                                     width:7px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0033.html#a0000000577" title="String Manipulation Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41096c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001487" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4109cc></a></span>
    
</li><li>
    <tt class="tt">strlower(<img src="images/img-0293.png" alt="$s$" style="vertical-align:0px; 
                                     width:7px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0033.html#a0000000578" title="String Manipulation Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4109ec></a><span>, </span></span><span><a href="ch-function_list.html#a0000001488" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410a8c></a></span>
    
</li><li>
    <tt class="tt">strrange(<img src="images/img-0709.png" alt="$s,i,j$" style="vertical-align:-4px; 
                                     width:38px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="sect0033.html#a0000000579" title="String Manipulation Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410aec></a><span>, </span></span><span><a href="ch-function_list.html#a0000001489" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410b4c></a></span>
    
</li><li>
    <tt class="tt">strupper(<img src="images/img-0293.png" alt="$s$" style="vertical-align:0px; 
                                     width:7px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0033.html#a0000000580" title="String Manipulation Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410bac></a><span>, </span></span><span><a href="ch-function_list.html#a0000001490" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410c0c></a></span>
    
</li><li>
    <tt class="tt">subroutine</tt> command,
    <span><a href="ex-pendulum.html#a0000000596" title="Subroutines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410c6c></a></span>
    
</li><li>
    <tt class="tt">surface</tt> plot style,
    <span><a href="sect0187.html#a0000001221" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410cec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001607" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410d4c></a></span>
    
</li><li>
    svg output,
    <span><a href="sect0063.html#a0000000882" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410d6c></a></span>
    
</li><li>
    <tt class="tt">swap</tt> command,
    <span><a href="sect0067.html#a0000000921" title="Reordering Multiplot Items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410e2c></a><span>, </span></span><span><a href="sect0219.html#a0000001344" title="swap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410e8c></a><span>, </span></span><span><a href="sect0219.html#a0000001345" title="swap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410eac></a></span>
    
</li><li>
    system requirements,
    <span><a href="sect0007.html#a0000000266" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410f2c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.T">T</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">tabulate</tt> command,
    <span><a href="sect0025.html#a0000000499" title="Time Intervals"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb410fac></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000504" title="Tabulating Functions and Slicing Data Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41402c></a><span>, </span></span><span><a href="sect0220.html#a0000001346" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41404c></a><span>, </span></span><span><a href="sect0220.html#a0000001347" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41408c></a></span>
    
</li><li>
    <tt class="tt">tan(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001491" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41410c></a></span>
    
</li><li>
    <tt class="tt">tanh(<img src="images/img-0101.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001492" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41418c></a></span>
    
</li><li>
    <tt class="tt">tdistCDF(<img src="images/img-0654.png" alt="$x,nu$" style="vertical-align:-4px; 
                                     width:39px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001493" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41420c></a></span>
    
</li><li>
    <tt class="tt">tdistCDFi(<img src="images/img-0655.png" alt="$P,nu$" style="vertical-align:-4px; 
                                     width:41px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001494" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41428c></a></span>
    
</li><li>
    <tt class="tt">tdistPDF(<img src="images/img-0654.png" alt="$x,nu$" style="vertical-align:-4px; 
                                     width:39px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001495" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41430c></a></span>
    
</li><li>
    temperature conversions,
    <span><a href="sect0021.html#a0000000442" title="Converting between different Temperature Scales"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41438c></a></span>
    
</li><li>
    <tt class="tt">texify(…)</tt> function,
    <span><a href="ch-function_list.html#a0000001496" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41440c></a></span>
    
</li><li>
    <tt class="tt">texify()</tt> function,
    <span><a href="sec-latex_incompatibility.html#a0000000331" title="Axis Labels and Titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41448c></a></span>
    
</li><li>
    text,
    
    <ul>
    <li>
        alignment,
        <span><a href="ex-australia.html#a0000000828" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41454c></a></span>
        
    </li><li>
        colour,
        <span><a href="ex-australia.html#a0000000825" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41460c></a></span>
        
    </li><li>
        size,
        <span><a href="ex-australia.html#a0000000823" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4146ac></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">text</tt> command,
    <span><a href="sect0070.html#a0000000936" title="Adding Other Vector Graphics Objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41468c></a><span>, </span></span><span><a href="sect0071.html#a0000000937" title="The text Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41476c></a><span>, </span></span><span><a href="sect0071.html#a0000000943" title="The text Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4145ec></a><span>, </span></span><span><a href="sect0071.html#a0000000944" title="The text Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4147ac></a><span>, </span></span><span><a href="sect0071.html#a0000000945" title="The text Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4147ec></a><span>, </span></span><span><a href="sect0074.html#a0000000972" title="LaTeX and PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41482c></a><span>, </span></span><span><a href="sect0074.html#a0000000977" title="LaTeX and PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41486c></a><span>, </span></span><span><a href="sect0221.html#a0000001353" title="text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4148ac></a><span>, </span></span><span><a href="sect0221.html#a0000001354" title="text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4148ec></a></span>
    
</li><li>
    tiff output,
    <span><a href="sect0063.html#a0000000883" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41496c></a></span>
    
</li><li>
    <tt class="tt">time_­daymonth(<i class="it">JD</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000485" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4149ec></a><span>, </span></span><span><a href="ch-function_list.html#a0000001497" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414a4c></a></span>
    
</li><li>
    <tt class="tt">time_­dayweekname(<i class="it">JD</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000486" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414aac></a><span>, </span></span><span><a href="ch-function_list.html#a0000001498" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414b0c></a></span>
    
</li><li>
    <tt class="tt">time_­dayweeknum(<i class="it">JD</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000487" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414b6c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001499" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414bcc></a></span>
    
</li><li>
    <tt class="tt">time_­diff_­string(<i class="it">JD</i><img src="images/img-0710.png" alt="$_1$" style="vertical-align:-2px; 
                                     width:5px; 
                                     height:9px" class="math gen" /><i class="it">JD</i><img src="images/img-0711.png" alt="$_2$" style="vertical-align:-2px; 
                                     width:7px; 
                                     height:9px" class="math gen" /><i class="it">format</i>)</tt> function,
    <span><a href="sect0025.html#a0000000497" title="Time Intervals"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414c2c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001501" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414c8c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">time_­diff(<i class="it">JD</i><img src="images/img-0710.png" alt="$_1$" style="vertical-align:-2px; 
                                     width:5px; 
                                     height:9px" class="math gen" /><i class="it">JD</i><img src="images/img-0711.png" alt="$_2$" style="vertical-align:-2px; 
                                     width:7px; 
                                     height:9px" class="math gen" />)</tt> function,
    <span><a href="sect0025.html#a0000000496" title="Time Intervals"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414ccc></a><span>, </span></span><span><a href="ch-function_list.html#a0000001500" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414d4c></a></span>
    
</li><li>
    <tt class="tt">time_­fromunix(<i class="it">u</i>)</tt> function,
    <span><a href="ch-function_list.html#a0000001502" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414dac></a></span>
    
</li><li>
    <tt class="tt">time_­hour(<i class="it">JD</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000488" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414e2c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001503" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414e8c></a></span>
    
</li><li>
    <tt class="tt">time_­julianday(<i class="it">year</i><i class="it">month</i><i class="it">day</i><i class="it">hour</i><i class="it">min</i><i class="it">sec</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000481" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414eec></a><span>, </span></span><span><a href="ch-function_list.html#a0000001504" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414f4c></a></span>
    
</li><li>
    <tt class="tt">time_­min(<i class="it">JD</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000489" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb414fac></a><span>, </span></span><span><a href="ch-function_list.html#a0000001505" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41802c></a></span>
    
</li><li>
    <tt class="tt">time_­monthname(<i class="it">JD</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000490" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41808c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001506" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4180ec></a></span>
    
</li><li>
    <tt class="tt">time_­monthnum(<i class="it">JD</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000491" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41814c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001507" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4181ac></a></span>
    
</li><li>
    <tt class="tt">time_­now()</tt> function,
    <span><a href="sec-time_series.html#a0000000495" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41820c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001508" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41826c></a></span>
    
</li><li>
    <tt class="tt">time_­sec(<i class="it">JD</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000492" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4182cc></a><span>, </span></span><span><a href="ch-function_list.html#a0000001509" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41832c></a></span>
    
</li><li>
    <tt class="tt">time_­string(<i class="it">JD</i><i class="it">format</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000484" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41838c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001510" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4183ec></a></span>
    
</li><li>
    <tt class="tt">time_­unix(<i class="it">JD</i>)</tt> function,
    <span><a href="ch-function_list.html#a0000001511" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41840c></a></span>
    
</li><li>
    <tt class="tt">time_­year(<i class="it">JD</i>)</tt> function,
    <span><a href="sec-time_series.html#a0000000493" title="Working with Time-Series Data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4184cc></a><span>, </span></span><span><a href="ch-function_list.html#a0000001512" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41852c></a></span>
    
</li><li>
    <tt class="tt">title</tt> modifier,
    <span><a href="sec-legends.html#a0000000751" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41858c></a></span>
    
</li><li>
    Tobias Oetiker,
    <span><a href="sect0238.html#a0000001664" title="The Typesetting of Text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41860c></a></span>
    
</li><li>
    <tt class="tt">top</tt> keyword,
    <span><a href="sec-legends.html#a0000000755" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41868c></a><span>, </span></span><span><a href="ex-australia.html#a0000000837" title="Text Labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4186ec></a></span>
    
</li><li>
    <tt class="tt">tophat(<img src="images/img-0673.png" alt="$x,\sigma $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001513" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41874c></a></span>
    
</li><li>
    transparent terminal,
    <span><a href="sect0063.html#a0000000890" title="The Complete Syntax of the set terminal Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4187cc></a></span>
    
</li><li>
    <tt class="tt">twohead</tt> keyword,
    <span><a href="sec-set_arrow.html#a0000000811" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41884c></a><span>, </span></span><span><a href="sec-set_arrow.html#a0000000813" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4188ac></a><span>, </span></span><span><a href="sect0079.html#a0000000988" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41890c></a></span>
    
</li><li>
    <tt class="tt">twoway</tt> keyword,
    <span><a href="sec-set_arrow.html#a0000000812" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4188cc></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.U">U</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    Ubuntu Linux,
    <span><a href="sect0007.html#a0000000284" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4189cc></a><span>, </span></span><span><a href="sect0009.html#a0000000293" title="Installation within Linux Distributions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418a2c></a></span>
    
</li><li>
    <tt class="tt">undelete</tt> command,
    <span><a href="sec-multiplot.html#a0000000913" title="Multiplot Mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418a8c></a><span>, </span></span><span><a href="sect0222.html#a0000001355" title="undelete"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418aec></a><span>, </span></span><span><a href="sect0222.html#a0000001356" title="undelete"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418b0c></a></span>
    
</li><li>
    <tt class="tt">unit(…)</tt> function,
    <span><a href="ch-function_list.html#a0000001514" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418b8c></a></span>
    
</li><li>
    <tt class="tt">unit()</tt> function,
    <span><a href="sec-units.html#a0000000430" title="Working with Physical Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418c0c></a></span>
    
</li><li>
    units,
    <span><a href="sec-units.html#a0000000429" title="Working with Physical Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418c8c></a></span>
    <ul>
    <li>
        angle,
        <span><a href="sec-angles.html#a0000000436" title="Treatment of Angles in PyXPlot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418d2c></a></span>
        
    </li><li>
        CGS,
        <span><a href="sect0022.html#a0000000447" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418dac></a><span>, </span></span><span><a href="sect0198.html#a0000001298" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418e0c></a></span>
        
    </li><li>
        dimensional analysis,
        <span><a href="sec-units.html#a0000000434" title="Working with Physical Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418e6c></a></span>
        
    </li><li>
        imperial,
        <span><a href="sect0022.html#a0000000449" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418eec></a><span>, </span></span><span><a href="sect0198.html#a0000001300" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418f4c></a></span>
        
    </li><li>
        list,
        <span><a href="ch-unit_list.html#a0000001518" title="List of Physical Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb418fac></a></span>
        
    </li><li>
        natural,
        <span><a href="sect0022.html#a0000000452" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c06c></a></span>
        
    </li><li>
        SI prefixes,
        <span><a href="sec-units.html#a0000000432" title="Working with Physical Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c04c></a><span>, </span></span><span><a href="sect0022.html#a0000000458" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c14c></a></span>
        
    </li><li>
        temperature,
        <span><a href="sect0021.html#a0000000443" title="Converting between different Temperature Scales"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c18c></a></span>
        
    </li><li>
        unit schemes,
        <span><a href="sect0022.html#a0000000445" title="Units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c20c></a><span>, </span></span><span><a href="sect0198.html#a0000001296" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c26c></a></span>
        
    </li>
    </ul>
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">unset axis</tt> command,
    <span><a href="sec-multiple_axes.html#a0000000768" title="Adding Additional Axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c2cc></a></span>
    
</li><li>
    <tt class="tt">unset</tt> command,
    <span><a href="sec-latex_incompatibility.html#a0000000332" title="Axis Labels and Titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c34c></a><span>, </span></span><span><a href="sect0223.html#a0000001357" title="unset"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c3ac></a><span>, </span></span><span><a href="sect0223.html#a0000001358" title="unset"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c3cc></a><span>, </span></span><span><a href="sect0225.html#a0000001525" title="Configuration Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c40c></a></span>
    
</li><li>
    upper-limit datapoints,
    <span><a href="sect0045.html#a0000000645" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c48c></a></span>
    
</li><li>
    <tt class="tt">upperlimits</tt> plot style,
    <span><a href="sect0045.html#a0000000643" title="Lines and Points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c50c></a></span>
    
</li><li>
    <tt class="tt">using columns</tt> modifier,
    <span><a href="sec-horizontal_datafiles.html#a0000000355" title="Horizontally arranged Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c58c></a></span>
    
</li><li>
    <tt class="tt">using</tt> modifier,
    <span><a href="sec-plot_datafiles.html#a0000000342" title="Plotting Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c60c></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000505" title="Tabulating Functions and Slicing Data Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c66c></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000508" title="Tabulating Functions and Slicing Data Files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c68c></a><span>, </span></span><span><a href="sec-fit_command.html#a0000000517" title="Function Fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c6cc></a><span>, </span></span><span><a href="sec-histogram.html#a0000000554" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c70c></a><span>, </span></span><span><a href="sect0095.html#a0000001031" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c74c></a><span>, </span></span><span><a href="sect0099.html#a0000001047" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c78c></a><span>, </span></span><span><a href="sect0220.html#a0000001348" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c7cc></a><span>, </span></span><span><a href="sect0220.html#a0000001351" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c80c></a></span>
    
</li><li>
    <tt class="tt">using rows</tt> modifier,
    <span><a href="sec-horizontal_datafiles.html#a0000000354" title="Horizontally arranged Datafiles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c88c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.V">V</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    variables,
    
    <ul>
    <li>
        string,
        <span><a href="sec-stringvars.html#a0000000566" title="String Variables"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c94c></a></span>
        
    </li>
    </ul>
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">via</tt> keyword,
    <span><a href="sec-fit_command.html#a0000000513" title="Function Fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41c9ec></a><span>, </span></span><span><a href="sect0095.html#a0000001027" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41ca4c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.W">W</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    watching scripts,
    <span><a href="sect0042.html#a0000000613" title="Script Watching: pyxplot_watch"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41caac></a></span>
    
</li><li>
    <tt class="tt">wboxes</tt> plot style,
    <span><a href="sec-barcharts.html#a0000000682" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cb2c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000687" title="Barcharts and Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cb8c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000696" title="Stacked Bar Charts"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cbec></a></span>
    
</li><li>
    wget,
    <span><a href="sect0007.html#a0000000282" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cbcc></a></span>
    
</li><li>
    <tt class="tt">while</tt> command,
    <span><a href="sect0037.html#a0000000589" title="While and Do Loops"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cccc></a><span>, </span></span><span><a href="sect0037.html#a0000000591" title="While and Do Loops"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cd2c></a><span>, </span></span><span><a href="sect0224.html#a0000001359" title="while"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cbac></a><span>, </span></span><span><a href="sect0224.html#a0000001360" title="while"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cd6c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">width</tt> keyword,
    <span><a href="sect0072.html#a0000000954" title="The image Command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cdec></a></span>
    
</li><li>
    wildcards,
    <span><a href="sect0016.html#a0000000348" title="Plotting Many Datafiles at Once"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41ce6c></a><span>, </span></span><span><a href="sect0036.html#a0000000585" title="Foreach Loops"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cecc></a></span>
    
</li><li>
    window functions,
    <span><a href="sect0029.html#a0000000545" title="Window Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cf2c></a></span>
    
</li><li>
    <tt class="tt">with</tt> modifier,
    <span><a href="ex-nanotubes.html#a0000000949" title="The arrow and line Commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb41cfac></a><span>, </span></span><span><a href="sect0079.html#a0000000985" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46602c></a><span>, </span></span><span><a href="sect0079.html#a0000000992" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46604c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.X">X</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    X11 terminal,
    <span><a href="sect0061.html#a0000000863" title="Previewing Graphs On Screen"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4660cc></a></span>
    
</li><li>
    <tt class="tt">xcentre</tt> keyword,
    <span><a href="sec-legends.html#a0000000759" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46614c></a></span>
    
</li><li>
    <tt class="tt">xerrorbars</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000649" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4661cc></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">xerrorrange</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000657" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46624c></a></span>
    
</li><li>
    <tt class="tt">xyerrorbars</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000655" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4662cc></a></span>
    
</li><li>
    <tt class="tt">xyerrorrange</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000661" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46634c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.Y">Y</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">ycentre</tt> keyword,
    <span><a href="sec-legends.html#a0000000760" title="Graph Legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4663cc></a></span>
    
</li><li>
    <tt class="tt">yerrorbars</tt> plot style,
    <span><a href="sec-pointtype.html#a0000000384" title="Plotting Styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46644c></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000647" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4664ac></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000653" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4664cc></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">yerrorrange</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000659" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46654c></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000665" title="Error Bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4665ac></a><span>, </span></span><span><a href="sect0046.html#a0000000673" title="Shaded Regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4665cc></a></span>
    
</li><li>
    <tt class="tt">yerrorshaded</tt> plot style,
    <span><a href="sect0046.html#a0000000667" title="Shaded Regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46664c></a><span>, </span></span><span><a href="sect0046.html#a0000000671" title="Shaded Regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb4666ac></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div><div class="theindex">

<h2 id="IDXGROUP.Z">Z</h2>

<table width="100%">
<tr>
<td width="50%">
<ul>
<li>
    <tt class="tt">zernike(<img src="images/img-0713.png" alt="$n,m,r,\phi $" style="vertical-align:-4px; 
                                     width:69px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001515" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46670c></a></span>
    
</li><li>
    <tt class="tt">zernikeR(<img src="images/img-0717.png" alt="$n,m,r$" style="vertical-align:-4px; 
                                     width:51px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001516" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46678c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">zeta(<img src="images/img-0019.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001517" title="List of Mathematical Functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46680c></a></span>
    
</li><li>
    zlib,
    <span><a href="sect0007.html#a0000000276" title="System Requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb46688c></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div>

</div></div>





<div class="navigation">
<table cellspacing="2" cellpadding="0" width="100%">
<tr>
<td><a href="sect0254.html" title="2006 Sep 09: PyXPlot 0.5.8"><img alt="Previous: 2006 Sep 09: PyXPlot 0.5.8" border="0" src="icons/previous.gif" width="32" height="32" /></a></td>

<td><a href="sect0230.html" title="Appendices"><img alt="Up: Appendices" border="0" src="icons/up.gif" width="32" height="32" /></a></td>


<td><img border="0" alt="" src="icons/blank.gif" width="32" height="32" /></td>
<td class="navtitle" align="center">PyXPlot Users' Guide</td>
<td><a href="index.html" title="Table of Contents"><img border="0" alt="" src="icons/contents.gif" width="32" height="32" /></a></td>

<td><a href="sect0255.html" title="Index"><img border="0" alt="" src="icons/index.gif" width="32" height="32" /></a></td>

<td><img border="0" alt="" src="icons/blank.gif" width="32" height="32" /></td>
</tr>
</table>
</div>

<script language="javascript" src="icons/imgadjust.js" type="text/javascript"></script>

</body>
</html>