This file is indexed.

/usr/share/doc/pyxplot/html/sect0288.html is in pyxplot-doc 0.9.2-4.

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
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
<!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="sect0287.html" title="2006 Sep 09: Pyxplot 0.5.8" rel="prev" />
<link href="sect0260.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="sect0287.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="sect0260.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="sect0288.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="sect0260.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>
    ,
    
    <ul>
    <li>
        <tt class="tt"></tt>,
        
        <ul>
        <li>
             command,
            <span><a href="sect0091.html#a0000001017" title="!"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9412ac></a></span>
        </li>
        </ul>
    </li>
    </ul>
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">?</tt> command,
    <span><a href="sect0090.html#a0000001016" title="?"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9412cc></a></span>
    
</li><li>
    <tt class="tt">%</tt> operator,
    <span><a href="sec-text_escaping.html#a0000000359" title="Printing text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9411ac></a><span>, </span></span><span><a href="sec-stringsubop.html#a0000000603" title="The string substitution operator"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94132c></a></span>
    
</li><li>
    =<img src="images/img-0036.png" alt="$\sim $" style="vertical-align:2px; 
                                     width:12px; 
                                     height:5px" class="math gen" /> operator,
    <span><a href="sect0040.html#a0000000608" title="Regular expressions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94134c></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#a0000000801" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94136c></a></span>
    
</li><li>
    <tt class="tt">abs(<img src="images/img-0110.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 in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9413ac></a></span>
    
</li><li>
    <tt class="tt">abs(z)</tt> function,
    <span><a href="sec-complex_numbers.html#a0000000459" title="Working with complex numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94144c></a></span>
    
</li><li>
    accented characters,
    <span><a href="sec-latex_incompatibility.html#a0000000364" title="Axis labels and titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9413ec></a><span>, </span></span><span><a href="sec-latex_incompatibility.html#a0000000366" title="Axis labels and titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94146c></a></span>
    
</li><li>
    <tt class="tt">acos(<img src="images/img-0110.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 in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94142c></a></span>
    
</li><li>
    <tt class="tt">acosec(<img src="images/img-0110.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 in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9414cc></a></span>
    
</li><li>
    <tt class="tt">acosech(<img src="images/img-0110.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 in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94150c></a></span>
    
</li><li>
    <tt class="tt">acosh(<img src="images/img-0110.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 in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94154c></a></span>
    
</li><li>
    <tt class="tt">acot(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001415" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94158c></a></span>
    
</li><li>
    <tt class="tt">acoth(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001416" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9415cc></a></span>
    
</li><li>
    <tt class="tt">acsc(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001417" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94160c></a></span>
    
</li><li>
    <tt class="tt">acsch(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001418" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94164c></a></span>
    
</li><li>
    Adobe Acrobat,
    <span><a href="sec-directing_output.html#a0000000404" title="Directing where output goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94168c></a></span>
    
</li><li>
    <tt class="tt">airy_­ai_­diff(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001420" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9416cc></a></span>
    
</li><li>
    <tt class="tt">airy_­ai(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001419" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94170c></a></span>
    
</li><li>
    <tt class="tt">airy_­bi_­diff(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001422" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94174c></a></span>
    
</li><li>
    <tt class="tt">airy_­bi(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001421" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94178c></a></span>
    
</li><li>
    alignment,
    
    <ul>
    <li>
        text,
        <span><a href="ex-australia.html#a0000000865" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94182c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">amsmath</tt> package,
    <span><a href="sect0088.html#a0000001012" title="LaTeX and Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94180c></a></span>
    
</li><li>
    angles, handling of,
    <span><a href="sec-angles.html#a0000000470" title="Treatment of angles in Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94186c></a></span>
    
</li><li>
    <tt class="tt">arc</tt> command,
    <span><a href="ex-lens.html#a0000001001" title="The arc command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9418ac></a><span>, </span></span><span><a href="sect0092.html#a0000001018" title="arc"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94190c></a><span>, </span></span><span><a href="sect0092.html#a0000001019" title="arc"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94192c></a></span>
    
</li><li>
    <tt class="tt">arg(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001423" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9418ec></a></span>
    
</li><li>
    <tt class="tt">arg(z)</tt> function,
    <span><a href="sec-complex_numbers.html#a0000000458" title="Working with complex numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9419cc></a></span>
    
</li><li>
    <tt class="tt">arrow</tt> command,
    <span><a href="ex-notice.html#a0000000968" title="The arrow and line commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94196c></a><span>, </span></span><span><a href="ex-notice.html#a0000000969" title="The arrow and line commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941a4c></a><span>, </span></span><span><a href="ex-notice.html#a0000000971" title="The arrow and line commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941a6c></a><span>, </span></span><span><a href="sect0093.html#a0000001020" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941aac></a><span>, </span></span><span><a href="sect0093.html#a0000001021" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941aec></a></span>
    
</li><li>
    arrows,
    <span><a href="sec-set_arrow.html#a0000000841" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941b8c></a></span>
    
</li><li>
    <tt class="tt">arrows</tt> plot style,
    <span><a href="sect0061.html#a0000000752" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941c0c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">arrows_head</tt> plot style,
    <span><a href="sect0061.html#a0000000746" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941b6c></a><span>, </span></span><span><a href="sect0061.html#a0000000754" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941ccc></a><span>, </span></span><span><a href="sect0061.html#a0000000756" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941d4c></a></span>
    
</li><li>
    <tt class="tt">arrows_nohead</tt> plot style,
    <span><a href="sect0061.html#a0000000748" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb8afe2c></a><span>, </span></span><span><a href="sect0061.html#a0000000758" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb7235ac></a></span>
    
</li><li>
    <tt class="tt">arrows_twohead</tt> plot style,
    <span><a href="sect0061.html#a0000000750" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb914e2c></a><span>, </span></span><span><a href="sect0061.html#a0000000760" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb8af4ec></a></span>
    
</li><li>
    <tt class="tt">asec(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001424" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb922cec></a></span>
    
</li><li>
    <tt class="tt">asech(<img src="images/img-0110.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 in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb922fcc></a></span>
    
</li><li>
    <tt class="tt">asin(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001426" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb922f8c></a></span>
    
</li><li>
    <tt class="tt">asinh(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001427" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb922d6c></a></span>
    
</li><li>
    <tt class="tt">assert</tt> command,
    <span><a href="sec-num_errs.html#a0000000452" title="Handling numerical errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb922eec></a><span>, </span></span><span><a href="sect0094.html#a0000001031" title="assert"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb922dec></a><span>, </span></span><span><a href="sect0094.html#a0000001032" title="assert"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb92280c></a><span>, </span></span><span><a href="sect0094.html#a0000001033" title="assert"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb92276c></a></span>
    
</li><li>
    <tt class="tt">ast_­Lcdm_­z(<img src="images/img-0065.png" alt="$t$" style="vertical-align:0px; 
                                     width:6px; 
                                     height:12px" class="math gen" /><img src="images/img-0463.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0464.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0465.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="ex-cmbrtemp.html#a0000000831" title="Linked axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb922dac></a></span>
    
</li><li>
    <tt class="tt">ast.Lcdm_­age(<img src="images/img-0463.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0464.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0465.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="sect0245.html#a0000001549" title="The ast module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb922d8c></a></span>
    
</li><li>
    <tt class="tt">ast.Lcdm_­angscale(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" /><img src="images/img-0463.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0464.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0465.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="sect0245.html#a0000001550" title="The ast module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb91da8c></a></span>
    
</li><li>
    <tt class="tt">ast.Lcdm_­DA(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" /><img src="images/img-0463.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0464.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0465.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="sect0245.html#a0000001551" title="The ast module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb91d5ec></a></span>
    
</li><li>
    <tt class="tt">ast.Lcdm_­DL(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" /><img src="images/img-0463.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0464.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0465.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="sect0245.html#a0000001552" title="The ast module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb91d8cc></a></span>
    
</li><li>
    <tt class="tt">ast.Lcdm_­DM(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" /><img src="images/img-0463.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0464.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0465.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="sect0245.html#a0000001553" title="The ast module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb91dd6c></a></span>
    
</li><li>
    <tt class="tt">ast.Lcdm_­t(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" /><img src="images/img-0463.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0464.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0465.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="sect0245.html#a0000001554" title="The ast module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb91da6c></a></span>
    
</li><li>
    <tt class="tt">ast.Lcdm_­z(<img src="images/img-0065.png" alt="$t$" style="vertical-align:0px; 
                                     width:6px; 
                                     height:12px" class="math gen" /><img src="images/img-0463.png" alt="$H_0$" style="vertical-align:-2px; 
                                     width:22px; 
                                     height:14px" class="math gen" /><img src="images/img-0464.png" alt="$\Omega _\mathrm {M}$" style="vertical-align:-3px; 
                                     width:26px; 
                                     height:15px" class="math gen" /><img src="images/img-0465.png" alt="$\Omega _\Uplambda $" style="vertical-align:-3px; 
                                     width:24px; 
                                     height:15px" class="math gen" />)</tt> function,
    <span><a href="sect0245.html#a0000001555" title="The ast module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb91dd8c></a></span>
    
</li><li>
    <tt class="tt">ast.moonphase(<img src="images/img-0052.png" alt="$d$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:13px" class="math gen" />)</tt> function,
    <span><a href="sect0245.html#a0000001556" title="The ast module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb8f754c></a></span>
    
</li><li>
    <tt class="tt">ast.sidereal_­time(<img src="images/img-0052.png" alt="$d$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:13px" class="math gen" />)</tt> function,
    <span><a href="sect0245.html#a0000001557" title="The ast module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941cec></a></span>
    
</li><li>
    <tt class="tt">atan(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001428" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941d8c></a></span>
    
</li><li>
    <tt class="tt">atan2(<img src="images/img-0640.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001429" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941dac></a></span>
    
</li><li>
    <tt class="tt">atanh(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001430" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941e4c></a></span>
    
</li><li>
    <tt class="tt">autofreq</tt> keyword,
    <span><a href="ex-axistics.html#a0000000820" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941ecc></a><span>, </span></span><span><a href="sect0227.html#a0000001375" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941f2c></a></span>
    
</li><li>
    axes,
    
    <ul>
    <li>
        color,
        <span><a href="sect0070.html#a0000000809" title="Setting the color of axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb941fcc></a></span>
        
    </li><li>
        setting ranges,
        <span><a href="ex-axislab.html#a0000000427" title="Setting axis ranges"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94608c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">axis</tt> keyword,
    <span><a href="ex-axistics.html#a0000000816" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94610c></a><span>, </span></span><span><a href="sect0227.html#a0000001371" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94616c></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>
    backslash character,
    <span><a href="sec-latex_incompatibility.html#a0000000363" title="Axis labels and titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9461cc></a><span>, </span></span><span><a href="sec-latex_incompatibility.html#a0000000365" title="Axis labels and titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94622c></a></span>
    
</li><li>
    backup files,
    <span><a href="sec-file_backup.html#a0000000939" title="Backing up over-written files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94628c></a></span>
    
</li><li>
    bar charts,
    <span><a href="sec-barcharts.html#a0000000713" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94630c></a></span>
    
</li><li>
    <tt class="tt">below</tt> keyword,
    <span><a href="sec-legends.html#a0000000800" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94638c></a></span>
    
</li><li>
    <tt class="tt">besseli(<img src="images/img-0644.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001431" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94640c></a></span>
    
</li><li>
    <tt class="tt">besselI(<img src="images/img-0644.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001432" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94648c></a></span>
    
</li><li>
    <tt class="tt">besselj(<img src="images/img-0644.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001433" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94650c></a></span>
    
</li><li>
    <tt class="tt">besselJ(<img src="images/img-0644.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001434" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94658c></a></span>
    
</li><li>
    <tt class="tt">besselk(<img src="images/img-0644.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001435" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94660c></a></span>
    
</li><li>
    <tt class="tt">besselK(<img src="images/img-0644.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001436" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94668c></a></span>
    
</li><li>
    <tt class="tt">bessely(<img src="images/img-0644.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001437" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94670c></a></span>
    
</li><li>
    <tt class="tt">besselY(<img src="images/img-0644.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001438" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94678c></a></span>
    
</li><li>
    best fit lines,
    <span><a href="sec-fit_command.html#a0000000545" title="Function fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94680c></a><span>, </span></span><span><a href="ex-interpolation.html#a0000000553" title="Datafile interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94686c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">beta(<img src="images/img-0645.png" alt="$a,b$" style="vertical-align:-4px; 
                                     width:25px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001439" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9468cc></a></span>
    
</li><li>
    <tt class="tt">binorigin</tt> modifier,
    <span><a href="sec-histogram.html#a0000000584" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94694c></a><span>, </span></span><span><a href="sect0116.html#a0000001085" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9469ac></a></span>
    
</li><li>
    <tt class="tt">bins</tt> modifier,
    <span><a href="sec-histogram.html#a0000000586" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946a0c></a><span>, </span></span><span><a href="sect0116.html#a0000001087" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946a6c></a></span>
    
</li><li>
    <tt class="tt">binwidth</tt> modifier,
    <span><a href="sec-histogram.html#a0000000583" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946acc></a><span>, </span></span><span><a href="sect0116.html#a0000001084" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946b2c></a></span>
    
</li><li>
    bitmap output,
    
    <ul>
    <li>
        resolution,
        <span><a href="sect0074.html#a0000000906" title="Producing images on disk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946bcc></a></span>
        
    </li>
    </ul>
</li><li>
    bmp output,
    <span><a href="sect0075.html#a0000000911" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946c6c></a></span>
    
</li><li>
    <tt class="tt">border</tt> keyword,
    <span><a href="ex-axistics.html#a0000000818" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946cec></a><span>, </span></span><span><a href="sect0227.html#a0000001373" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946d4c></a></span>
    
</li><li>
    <tt class="tt">both</tt> keyword,
    <span><a href="ex-axistics.html#a0000000815" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946d6c></a><span>, </span></span><span><a href="sect0227.html#a0000001370" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946e0c></a></span>
    
</li><li>
    <tt class="tt">bottom</tt> keyword,
    <span><a href="sec-legends.html#a0000000792" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946e6c></a><span>, </span></span><span><a href="ex-australia.html#a0000000871" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946ecc></a></span>
    
</li><li>
    <tt class="tt">box</tt> command,
    <span><a href="sect0079.html#a0000000945" title="Adding other vector graphics objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946eec></a><span>, </span></span><span><a href="ex-noentry.html#a0000000997" title="The box and circle commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946f8c></a><span>, </span></span><span><a href="ex-noentry.html#a0000000999" title="The box and circle commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb946fac></a><span>, </span></span><span><a href="sect0095.html#a0000001034" title="box"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a02c></a><span>, </span></span><span><a href="sect0095.html#a0000001035" title="box"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a04c></a></span>
    
</li><li>
    <tt class="tt">boxes</tt> plot style,
    <span><a href="sec-histogram.html#a0000000591" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a0cc></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000714" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a12c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000720" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a14c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000730" title="Stacked bar charts"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a18c></a><span>, </span></span><span><a href="sect0116.html#a0000001092" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a1cc></a></span>
    
</li><li>
    <tt class="tt">break</tt> command,
    <span><a href="sect0096.html#a0000001036" title="break"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a24c></a><span>, </span></span><span><a href="sect0096.html#a0000001037" title="break"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a2ac></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="sect0041.html#a0000000612" title="Lists"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a30c></a><span>, </span></span><span><a href="sect0097.html#a0000001038" title="call"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a36c></a><span>, </span></span><span><a href="sect0097.html#a0000001039" title="call"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a38c></a></span>
    
</li><li>
    <tt class="tt">call(<img src="images/img-0295.png" alt="$f,a$" style="vertical-align:-4px; 
                                     width:26px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="sect0046.html#a0000000617" title="Calling functions with lists of arguments"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a40c></a><span>, </span></span><span><a href="ch-function_list.html#a0000001440" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a46c></a></span>
    
</li><li>
    <tt class="tt">cd</tt> command,
    <span><a href="sect0098.html#a0000001040" title="cd"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a4cc></a><span>, </span></span><span><a href="sect0098.html#a0000001041" title="cd"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a52c></a></span>
    
</li><li>
    <tt class="tt">ceil(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001441" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a58c></a></span>
    
</li><li>
    <tt class="tt">center</tt> keyword,
    <span><a href="ex-australia.html#a0000000869" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a60c></a><span>, </span></span><span><a href="ex-australia.html#a0000000872" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a66c></a></span>
    
</li><li>
    CGS units,
    <span><a href="sect0025.html#a0000000479" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a68c></a><span>, </span></span><span><a href="sect0218.html#a0000001346" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a72c></a></span>
    
</li><li>
    ChangeLog,
    <span><a href="sect0275.html#a0000001830" title="ChangeLog"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a78c></a></span>
    
</li><li>
    <tt class="tt">chr(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001442" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a80c></a></span>
    
</li><li>
    <tt class="tt">circle</tt> command,
    <span><a href="sect0079.html#a0000000946" title="Adding other vector graphics objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a88c></a><span>, </span></span><span><a href="ex-noentry.html#a0000000998" title="The box and circle commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a8ec></a><span>, </span></span><span><a href="ex-lens.html#a0000001002" title="The arc command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a94c></a><span>, </span></span><span><a href="sect0099.html#a0000001042" title="circle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a98c></a><span>, </span></span><span><a href="sect0099.html#a0000001043" title="circle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a9cc></a></span>
    
</li><li>
    <tt class="tt">classOf(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001443" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94a90c></a></span>
    
</li><li>
    <tt class="tt">clear</tt> command,
    <span><a href="sect0081.html#a0000000974" title="Editing items on the canvas"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94aa8c></a><span>, </span></span><span><a href="sect0081.html#a0000000977" title="Editing items on the canvas"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94aaec></a><span>, </span></span><span><a href="sect0100.html#a0000001044" title="clear"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ab0c></a><span>, </span></span><span><a href="sect0100.html#a0000001045" title="clear"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ab4c></a></span>
    
</li><li>
    <tt class="tt">close()</tt> function,
    <span><a href="sect0054.html#a0000000641" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94abcc></a></span>
    
</li><li>
    <tt class="tt">cmp(<img src="images/img-0645.png" alt="$a,b$" style="vertical-align:-4px; 
                                     width:25px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001444" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ac4c></a></span>
    
</li><li>
    <tt class="tt">cmyk(<img src="images/img-0650.png" alt="$c,m,y,k$" style="vertical-align:-4px; 
                                     width:66px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001445" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94accc></a></span>
    
</li><li>
    <tt class="tt">color</tt> keyword,
    <span><a href="sect0093.html#a0000001026" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ad4c></a></span>
    
</li><li>
    <tt class="tt">color</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000654" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94adcc></a><span>, </span></span><span><a href="sect0135.html#a0000001135" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ae2c></a></span>
    
</li><li>
    color output,
    <span><a href="sect0075.html#a0000000922" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ae8c></a></span>
    
</li><li>
    <tt class="tt">colormap</tt> plot style,
    <span><a href="sec-colmap_custom.html#a0000000880" title="Custom color mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94af0c></a><span>, </span></span><span><a href="sec-colmap_custom.html#a0000000883" title="Custom color mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94af6c></a><span>, </span></span><span><a href="sect0157.html#a0000001185" title="c1format"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94af8c></a><span>, </span></span><span><a href="sect0158.html#a0000001188" title="c1label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94afcc></a><span>, </span></span><span><a href="sect0161.html#a0000001195" title="colorkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e02c></a><span>, </span></span><span><a href="sect0161.html#a0000001197" title="colorkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e06c></a><span>, </span></span><span><a href="sect0162.html#a0000001200" title="colormap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e0ac></a><span>, </span></span><span><a href="sect0162.html#a0000001202" title="colormap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e0ec></a><span>, </span></span><span><a href="sect0162.html#a0000001204" title="colormap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e12c></a><span>, </span></span><span><a href="sect0164.html#a0000001210" title="cnrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e16c></a><span>, </span></span><span><a href="sect0186.html#a0000001241" title="nocolorkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e1ac></a><span>, </span></span><span><a href="sect0206.html#a0000001266" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e1ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001675" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e22c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001678" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e26c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001687" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e2ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001727" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e2ec></a></span>
    
</li><li>
    colors,
    
    <ul>
    <li>
        axes,
        <span><a href="sect0070.html#a0000000810" title="Setting the color of axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e3ac></a></span>
        
    </li><li>
        CMYK,
        <span><a href="sec-color_names.html#a0000001772" title="Recognised color names"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e46c></a></span>
        
    </li><li>
        configuration file,
        <span><a href="sec-color_names.html#a0000001769" title="Recognised color names"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e4ec></a></span>
        
    </li><li>
        grid,
        <span><a href="sec-set_colors.html#a0000000835" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e44c></a></span>
        
    </li><li>
        HSB,
        <span><a href="sec-color_names.html#a0000001771" title="Recognised color names"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e60c></a></span>
        
    </li><li>
        inverting,
        <span><a href="sect0075.html#a0000000927" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e56c></a></span>
        
    </li><li>
        RGB,
        <span><a href="sec-color_names.html#a0000001770" title="Recognised color names"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e5ec></a></span>
        
    </li><li>
        setting for datasets,
        <span><a href="sec-with_modifier.html#a0000000655" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e6ec></a><span>, </span></span><span><a href="sect0135.html#a0000001136" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e7cc></a></span>
        
    </li><li>
        setting the palette,
        <span><a href="sec-palette.html#a0000000663" title="The palette"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e80c></a></span>
        
    </li><li>
        text,
        <span><a href="ex-australia.html#a0000000862" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e8ac></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">colors.spectrum(<img src="images/img-0301.png" alt="$spec,norm$" style="vertical-align:-4px; 
                                     width:85px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0051.html#a0000000621" title="Color representations of the electromagnetic spectrum"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e92c></a><span>, </span></span><span><a href="sect0246.html#a0000001558" title="The colors module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e98c></a></span>
    
</li><li>
    <tt class="tt">colors.wavelength(<img src="images/img-0298.png" alt="$\lambda $" style="vertical-align:0px; 
                                     width:9px; 
                                     height:13px" class="math gen" />,<img src="images/img-0299.png" alt="$norm$" style="vertical-align:0px; 
                                     width:44px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0051.html#a0000000620" title="Color representations of the electromagnetic spectrum"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94e9cc></a><span>, </span></span><span><a href="sect0246.html#a0000001559" title="The colors module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ea2c></a></span>
    
</li><li>
    <tt class="tt">columns</tt> keyword,
    <span><a href="sec-horizontal_datafiles.html#a0000000392" title="Horizontally arranged data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ea8c></a></span>
    
</li><li>
    command line syntax,
    <span><a href="box-CommandHistory.html#a0000000337" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94eb0c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    command scripts,
    
    <ul>
    <li>
        comment lines,
        <span><a href="sect0015.html#a0000000357" title="Comments"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ebcc></a></span>
        
    </li>
    </ul>
</li><li>
    command-line syntax,
    <span><a href="box-CommandHistory.html#a0000000336" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ec6c></a></span>
    
</li><li>
    comment lines,
    <span><a href="sect0015.html#a0000000356" title="Comments"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ecec></a></span>
    <ul>
    <li>
        in datafiles,
        <span><a href="sec-plot_datafiles.html#a0000000381" title="Plotting data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ed8c></a><span>, </span></span><span><a href="sec-special_comments.html#a0000000536" title="Special comment lines in data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94edec></a></span>
        
    </li>
    </ul>
</li><li>
    complex numbers,
    <span><a href="sec-complex_numbers.html#a0000000453" title="Working with complex numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ee4c></a></span>
    
</li><li>
    configuration file,
    
    <ul>
    <li>
        colors,
        <span><a href="sec-color_names.html#a0000001768" title="Recognised color names"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94ef0c></a></span>
        
    </li>
    </ul>
</li><li>
    configuration files,
    <span><a href="sect0256.html#a0000001659" title="An example configuration file"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb94efac></a></span>
    
</li><li>
    <tt class="tt">conjugate(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001446" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95204c></a></span>
    
</li><li>
    <tt class="tt">conjugate(z)</tt> function,
    <span><a href="sec-complex_numbers.html#a0000000460" title="Working with complex numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9520cc></a></span>
    
</li><li>
    constants,
    <span><a href="sec-constants.html#a0000000442" title="Physical constants"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95214c></a></span>
    
</li><li>
    <tt class="tt">continue</tt> command,
    <span><a href="sect0101.html#a0000001046" title="continue"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9521cc></a><span>, </span></span><span><a href="sect0101.html#a0000001047" title="continue"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95222c></a></span>
    
</li><li>
    <tt class="tt">contourmap</tt> plot style,
    <span><a href="sect0163.html#a0000001207" title="contours"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95228c></a><span>, </span></span><span><a href="sect0164.html#a0000001212" title="cnrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9522ec></a><span>, </span></span><span><a href="sect0206.html#a0000001270" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95230c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001682" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95234c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001685" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95238c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001729" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9523cc></a></span>
    
</li><li>
    coordinate systems,
    
    <ul>
    <li>
        <tt class="tt">axis&lt;n&gt;</tt>,
        <span><a href="sec-set_arrow.html#a0000000852" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95248c></a></span>
        
    </li><li>
        <tt class="tt">first</tt>,
        <span><a href="sec-set_arrow.html#a0000000850" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95254c></a></span>
        
    </li><li>
        <tt class="tt">graph</tt>,
        <span><a href="sec-set_arrow.html#a0000000855" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95252c></a></span>
        
    </li><li>
        <tt class="tt">page</tt>,
        <span><a href="sec-set_arrow.html#a0000000854" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95262c></a></span>
        
    </li><li>
        <tt class="tt">second</tt>,
        <span><a href="sec-set_arrow.html#a0000000851" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9526cc></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">copy(<img src="images/img-0651.png" alt="$o$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001447" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9526ac></a></span>
    
</li><li>
    correlation matrix,
    <span><a href="sec-correlation_matrix.html#a0000001818" title="The correlation matrix"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9527ac></a></span>
    
</li><li>
    <tt class="tt">cos(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001448" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95282c></a></span>
    
</li><li>
    <tt class="tt">cosec(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001449" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9528ac></a></span>
    
</li><li>
    <tt class="tt">cosech(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001450" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95292c></a></span>
    
</li><li>
    <tt class="tt">cosh(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001451" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9529ac></a></span>
    
</li><li>
    <tt class="tt">cot(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001452" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952a2c></a></span>
    
</li><li>
    <tt class="tt">coth(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001453" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952aac></a></span>
    
</li><li>
    covariance matrix,
    <span><a href="sect0274.html#a0000001804" title="The covariance matrix"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952b2c></a></span>
    
</li><li>
    <tt class="tt">cross(<img src="images/img-0645.png" alt="$a,b$" style="vertical-align:-4px; 
                                     width:25px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001454" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952bac></a></span>
    
</li><li>
    <tt class="tt">csc(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001455" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952c2c></a></span>
    
</li><li>
    <tt class="tt">csch(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001456" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952cac></a></span>
    
</li><li>
    csv files,
    <span><a href="sec-first_plots.html#a0000000350" title="First plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952d2c></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#a0000000378" title="Plotting data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952dac></a></span>
    
</li><li>
    datafiles,
    
    <ul>
    <li>
        globbing,
        <span><a href="sect0019.html#a0000000384" title="Plotting many data files at once"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952e6c></a></span>
        
    </li><li>
        horizontal,
        <span><a href="sec-horizontal_datafiles.html#a0000000388" title="Horizontally arranged data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952f0c></a></span>
        
    </li>
    </ul>
</li><li>
    Debian Linux,
    <span><a href="sect0011.html#a0000000325" title="Dependencies in Debian and Ubuntu"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb952f8c></a></span>
    
</li><li>
    <tt class="tt">deepcopy(<img src="images/img-0651.png" alt="$o$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001457" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95602c></a></span>
    
</li><li>
    <tt class="tt">degrees(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001458" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9560ac></a></span>
    
</li><li>
    <tt class="tt">delete</tt> command,
    <span><a href="sect0081.html#a0000000975" title="Editing items on the canvas"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95612c></a><span>, </span></span><span><a href="sect0102.html#a0000001048" title="delete"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95618c></a><span>, </span></span><span><a href="sect0102.html#a0000001049" title="delete"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9561ec></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">diff_dx()</tt> function,
    <span><a href="ex-calculus.html#a0000000497" title="Numerical integration and differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9561ac></a><span>, </span></span><span><a href="ex-calculus.html#a0000000500" title="Numerical integration and differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95628c></a></span>
    
</li><li>
    <tt class="tt">diff_dx(<img src="images/img-0652.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#a0000001459" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9562ec></a></span>
    
</li><li>
    differentiation,
    <span><a href="ex-calculus.html#a0000000494" title="Numerical integration and differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95636c></a></span>
    
</li><li>
    <tt class="tt">discontinuous</tt> modifier,
    <span><a href="sec-select_modifier.html#a0000000397" title="Choosing which data to plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9563ec></a></span>
    
</li><li>
    <tt class="tt">do</tt> command,
    <span><a href="sect0103.html#a0000001050" title="do"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95646c></a><span>, </span></span><span><a href="sect0103.html#a0000001051" title="do"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9564cc></a><span>, </span></span><span><a href="sect0103.html#a0000001052" title="do"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9564ec></a></span>
    
</li><li>
    <tt class="tt">dots</tt> plot style,
    <span><a href="sect0058.html#a0000000666" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95656c></a></span>
    
</li><li>
    <tt class="tt">dump(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0054.html#a0000000642" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9565ec></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="sect0079.html#a0000000947" title="Adding other vector graphics objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95666c></a><span>, </span></span><span><a href="sec-ellipse.html#a0000001005" title="The ellipse command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9566cc></a><span>, </span></span><span><a href="sect0104.html#a0000001053" title="ellipse"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95672c></a><span>, </span></span><span><a href="sect0104.html#a0000001054" title="ellipse"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95676c></a></span>
    
</li><li>
    <tt class="tt">ellipticintE(<img src="images/img-0654.png" alt="$k$" style="vertical-align:0px; 
                                     width:8px; 
                                     height:13px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001461" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9566ec></a></span>
    
</li><li>
    <tt class="tt">ellipticintK(<img src="images/img-0654.png" alt="$k$" style="vertical-align:0px; 
                                     width:8px; 
                                     height:13px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001463" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95682c></a></span>
    
</li><li>
    <tt class="tt">ellipticintP(<img src="images/img-0657.png" alt="$k,n$" style="vertical-align:-4px; 
                                     width:28px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001465" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9568ac></a></span>
    
</li><li>
    <tt class="tt">else</tt> command,
    <span><a href="sect0105.html#a0000001055" title="else"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95692c></a><span>, </span></span><span><a href="sect0118.html#a0000001098" title="if"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95698c></a></span>
    
</li><li>
    <tt class="tt">else if</tt> command,
    <span><a href="sect0118.html#a0000001097" title="if"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9569ec></a></span>
    
</li><li>
    Encapsulated PostScript,
    <span><a href="sect0075.html#a0000000912" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956a6c></a></span>
    
</li><li>
    enlarging output,
    <span><a href="sect0075.html#a0000000931" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956aec></a></span>
    
</li><li>
    <tt class="tt">eof()</tt> function,
    <span><a href="sect0054.html#a0000000643" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956b6c></a></span>
    
</li><li>
    <tt class="tt">eps</tt> command,
    <span><a href="sect0087.html#a0000000996" title="The eps command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956bec></a><span>, </span></span><span><a href="sect0106.html#a0000001056" title="eps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956c4c></a><span>, </span></span><span><a href="sect0106.html#a0000001057" title="eps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956c6c></a><span>, </span></span><span><a href="sect0264.html#a0000001782" title="Delivering talks in Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956cac></a></span>
    
</li><li>
    <tt class="tt">erf(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001466" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956d2c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">erfc(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001467" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956dac></a></span>
    
</li><li>
    errorbars,
    <span><a href="sec-errorbars.html#a0000000682" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956e2c></a></span>
    
</li><li>
    <tt class="tt">errorbars</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000687" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956eac></a></span>
    
</li><li>
    <tt class="tt">errorrange</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000699" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956f2c></a></span>
    
</li><li>
    <tt class="tt">eval(<img src="images/img-0659.png" alt="$s$" style="vertical-align:0px; 
                                     width:7px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001468" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb956fac></a></span>
    
</li><li>
    <tt class="tt">every</tt> modifier,
    <span><a href="sec-plot_datafiles.html#a0000000380" title="Plotting data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95904c></a><span>, </span></span><span><a href="sec-horizontal_datafiles.html#a0000000393" title="Horizontally arranged data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9590ac></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000543" title="Tabulating functions and slicing data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9590cc></a><span>, </span></span><span><a href="sec-fit_command.html#a0000000549" title="Function fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95910c></a><span>, </span></span><span><a href="sec-histogram.html#a0000000588" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95914c></a><span>, </span></span><span><a href="sect0110.html#a0000001068" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95918c></a><span>, </span></span><span><a href="sect0116.html#a0000001089" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9591cc></a><span>, </span></span><span><a href="sect0240.html#a0000001401" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95920c></a></span>
    
</li><li>
    <tt class="tt">exec</tt> command,
    <span><a href="sect0107.html#a0000001058" title="exec"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95928c></a><span>, </span></span><span><a href="sect0107.html#a0000001059" title="exec"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9592ec></a></span>
    
</li><li>
    <tt class="tt">exit</tt> command,
    <span><a href="box-CommandHistory.html#a0000000334" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95934c></a><span>, </span></span><span><a href="box-CommandHistory.html#a0000000340" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9593ac></a><span>, </span></span><span><a href="sect0108.html#a0000001060" title="exit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9593cc></a><span>, </span></span><span><a href="sect0108.html#a0000001061" title="exit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95940c></a></span>
    
</li><li>
    <tt class="tt">exp(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001469" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95948c></a></span>
    
</li><li>
    <tt class="tt">expint(<img src="images/img-0661.png" alt="$n,x$" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001471" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95950c></a></span>
    
</li><li>
    <tt class="tt">expm1(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001472" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95958c></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">factors(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001473" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95960c></a></span>
    
</li><li>
    <tt class="tt">fft</tt> command,
    <span><a href="sect0033.html#a0000000564" title="Fourier transforms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95968c></a><span>, </span></span><span><a href="sect0033.html#a0000000570" title="Fourier transforms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9596ec></a><span>, </span></span><span><a href="sect0109.html#a0000001062" title="fft"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95970c></a><span>, </span></span><span><a href="sect0109.html#a0000001063" title="fft"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95974c></a></span>
    
</li><li>
    fftw,
    <span><a href="sect0010.html#a0000000308" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9597cc></a></span>
    
</li><li>
    <tt class="tt">fillcolor</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000656" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95984c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000728" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9598ac></a><span>, </span></span><span><a href="sect0135.html#a0000001137" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9598cc></a></span>
    
</li><li>
    <tt class="tt">finite(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001474" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95994c></a></span>
    
</li><li>
    <tt class="tt">fit</tt> command,
    <span><a href="sec-fit_command.html#a0000000544" title="Function fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9599cc></a><span>, </span></span><span><a href="sec-fit_command.html#a0000000552" title="Function fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959a2c></a><span>, </span></span><span><a href="ex-interpolation.html#a0000000557" title="Datafile interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959a4c></a><span>, </span></span><span><a href="sect0110.html#a0000001064" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959a8c></a><span>, </span></span><span><a href="sect0110.html#a0000001065" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959acc></a><span>, </span></span><span><a href="ch-fit_maths.html#a0000001794" title="The fit command: mathematical details"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959b0c></a></span>
    
</li><li>
    FITS format,
    <span><a href="sec-filters.html#a0000000533" title="Input filters"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959b8c></a></span>
    
</li><li>
    <tt class="tt">floor(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001475" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959c0c></a></span>
    
</li><li>
    <tt class="tt">flush()</tt> function,
    <span><a href="sect0054.html#a0000000644" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959c8c></a></span>
    
</li><li>
    font,
    
    <ul>
    <li>
        changing,
        <span><a href="sect0078.html#a0000000941" title="Changing font"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959d4c></a></span>
        
    </li>
    </ul>
</li><li>
    fontsize,
    <span><a href="ex-australia.html#a0000000858" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959dec></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">for</tt> command,
    <span><a href="sect0111.html#a0000001071" title="for"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959e6c></a><span>, </span></span><span><a href="sect0111.html#a0000001072" title="for"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959ecc></a></span>
    
</li><li>
    <tt class="tt">foreach</tt> command,
    <span><a href="sect0045.html#a0000000616" title="Iterating over lists"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959f2c></a><span>, </span></span><span><a href="sect0112.html#a0000001073" title="foreach"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959f8c></a><span>, </span></span><span><a href="sect0112.html#a0000001074" title="foreach"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d02c></a></span>
    
</li><li>
    <tt class="tt">foreach datum</tt> command,
    <span><a href="sect0113.html#a0000001075" title="foreach datum"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb959fcc></a><span>, </span></span><span><a href="sect0113.html#a0000001076" title="foreach datum"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d0ac></a></span>
    
</li><li>
    <tt class="tt">fractal_mandelbrot(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />,<img src="images/img-0360.png" alt="$m$" style="vertical-align:0px; 
                                     width:16px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ex-mandelbrot.html#a0000000891" title="Color scale bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d10c></a></span>
    
</li><li>
    <tt class="tt">fractals.julia(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />,<img src="images/img-0713.png" alt="$z_ c$" style="vertical-align:-2px; 
                                     width:14px; 
                                     height:10px" class="math gen" />,<img src="images/img-0360.png" alt="$m$" style="vertical-align:0px; 
                                     width:16px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0248.html#a0000001561" title="The fractals module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d18c></a></span>
    
</li><li>
    <tt class="tt">fractals.mandelbrot(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />,<img src="images/img-0360.png" alt="$m$" style="vertical-align:0px; 
                                     width:16px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0248.html#a0000001562" title="The fractals module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d20c></a></span>
    
</li><li>
    <tt class="tt">fsteps</tt> plot style,
    <span><a href="sect0060.html#a0000000736" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d28c></a><span>, </span></span><span><a href="sect0060.html#a0000000742" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d2ec></a></span>
    
</li><li>
    FTP,
    <span><a href="sec-filters.html#a0000000532" title="Input filters"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d32c></a></span>
    
</li><li>
    function splicing,
    <span><a href="ex-funcsplice.html#a0000000443" title="Spliced functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d3ec></a></span>
    
</li><li>
    functions,
    
    <ul>
    <li>
        pre-defined,
        <span><a href="sec-first_plots.html#a0000000354" title="First plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d48c></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-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001476" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d52c></a></span>
    
</li><li>
    gcc,
    <span><a href="sect0010.html#a0000000309" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d5ac></a></span>
    
</li><li>
    <tt class="tt">gcd(...)</tt> function,
    <span><a href="ch-function_list.html#a0000001477" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d62c></a></span>
    
</li><li>
    General Public License,
    <span><a href="sect0006.html#a0000000295" title="License"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d6ac></a></span>
    
</li><li>
    Gentoo Linux,
    <span><a href="sect0009.html#a0000000300" title="Installation within Linux distributions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d72c></a></span>
    
</li><li>
    <tt class="tt">getPos()</tt> function,
    <span><a href="sect0054.html#a0000000645" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d7ac></a></span>
    
</li><li>
    Ghostscript,
    <span><a href="sect0010.html#a0000000311" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d82c></a></span>
    
</li><li>
    Ghostview,
    <span><a href="sect0010.html#a0000000318" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d8ac></a></span>
    
</li><li>
    gif output,
    <span><a href="sect0075.html#a0000000914" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d92c></a></span>
    <ul>
    <li>
        transparency,
        <span><a href="sect0075.html#a0000000929" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95d9cc></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">global</tt> command,
    <span><a href="sect0114.html#a0000001077" title="global"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95da4c></a><span>, </span></span><span><a href="sect0114.html#a0000001078" title="global"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95daac></a><span>, </span></span><span><a href="sect0126.html#a0000001120" title="local"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95db0c></a><span>, </span></span><span><a href="sect0126.html#a0000001121" title="local"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95db4c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">globals()</tt> function,
    <span><a href="ch-function_list.html#a0000001478" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95dacc></a></span>
    
</li><li>
    globbing,
    <span><a href="sect0019.html#a0000000382" title="Plotting many data files at once"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95dc0c></a></span>
    
</li><li>
    <tt class="tt">gray(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001479" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95dc8c></a></span>
    
</li><li>
    <tt class="tt">grey(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001480" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95dd0c></a></span>
    
</li><li>
    grid,
    <span><a href="sec-set_colors.html#a0000000833" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95dd8c></a></span>
    <ul>
    <li>
        color,
        <span><a href="sec-set_colors.html#a0000000834" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95de2c></a></span>
        
    </li>
    </ul>
</li><li>
    gsl,
    <span><a href="sect0010.html#a0000000312" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95deac></a></span>
    
</li><li>
    GSL,
    <span><a href="ex-calculus.html#a0000000499" title="Numerical integration and differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95df2c></a></span>
    
</li><li>
    gunzip,
    <span><a href="sect0010.html#a0000000320" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb95dfcc></a></span>
    
</li><li>
    gzip,
    <span><a href="sec-first_plots.html#a0000000353" title="First plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96106c></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">hcf(...)</tt> function,
    <span><a href="ch-function_list.html#a0000001481" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9610cc></a></span>
    
</li><li>
    <tt class="tt">head</tt> keyword,
    <span><a href="sec-set_arrow.html#a0000000846" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96114c></a><span>, </span></span><span><a href="sect0093.html#a0000001024" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9611ac></a></span>
    
</li><li>
    <tt class="tt">heaviside(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001482" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96120c></a></span>
    
</li><li>
    <tt class="tt">height</tt> keyword,
    <span><a href="sect0086.html#a0000000992" title="The image command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96128c></a></span>
    
</li><li>
    <tt class="tt">help</tt> command,
    <span><a href="sect0021.html#a0000000438" title="Interactive help"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96130c></a><span>, </span></span><span><a href="sect0115.html#a0000001079" title="help"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96136c></a><span>, </span></span><span><a href="sect0115.html#a0000001080" title="help"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96138c></a></span>
    
</li><li>
    Hessian matrix,
    <span><a href="sect0273.html#a0000001802" title="Estimating the error in "><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96140c></a></span>
    
</li><li>
    <tt class="tt">histeps</tt> plot style,
    <span><a href="sect0060.html#a0000000738" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96148c></a><span>, </span></span><span><a href="sect0060.html#a0000000744" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9614ec></a></span>
    
</li><li>
    <tt class="tt">histogram</tt> command,
    <span><a href="sect0029.html#a0000000529" title="Time intervals"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96150c></a><span>, </span></span><span><a href="sec-histogram.html#a0000000581" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9615ac></a><span>, </span></span><span><a href="sec-histogram.html#a0000000582" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9615cc></a><span>, </span></span><span><a href="sec-histogram.html#a0000000585" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96160c></a><span>, </span></span><span><a href="sect0116.html#a0000001081" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96164c></a><span>, </span></span><span><a href="sect0116.html#a0000001082" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96168c></a><span>, </span></span><span><a href="sect0116.html#a0000001083" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9616cc></a><span>, </span></span><span><a href="sect0116.html#a0000001086" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96170c></a><span>, </span></span><span><a href="sect0153.html#a0000001176" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96174c></a><span>, </span></span><span><a href="sect0153.html#a0000001177" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96178c></a><span>, </span></span><span><a href="sect0153.html#a0000001180" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9617cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001666" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96180c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001668" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96184c></a></span>
    
</li><li>
    <tt class="tt">history</tt> command,
    <span><a href="box-CommandHistory.html#a0000000345" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9618cc></a><span>, </span></span><span><a href="box-CommandHistory.html#a0000000346" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96192c></a><span>, </span></span><span><a href="sect0117.html#a0000001094" title="history"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96198c></a><span>, </span></span><span><a href="sect0117.html#a0000001095" title="history"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9619cc></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    horizontal datafiles,
    <span><a href="sec-horizontal_datafiles.html#a0000000387" title="Horizontally arranged data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96194c></a></span>
    
</li><li>
    <tt class="tt">hsb(<img src="images/img-0666.png" alt="$h,s,b$" style="vertical-align:-4px; 
                                     width:42px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001483" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961a8c></a></span>
    
</li><li>
    HTTP,
    <span><a href="sec-filters.html#a0000000531" title="Input filters"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961b0c></a></span>
    
</li><li>
    <tt class="tt">hyperg_0F1(<img src="images/img-0667.png" alt="$c,x$" style="vertical-align:-4px; 
                                     width:26px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001484" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961b8c></a></span>
    
</li><li>
    <tt class="tt">hyperg_1F1(<img src="images/img-0669.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#a0000001485" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961c0c></a></span>
    
</li><li>
    <tt class="tt">hyperg_2F0(<img src="images/img-0669.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#a0000001486" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961c8c></a></span>
    
</li><li>
    <tt class="tt">hyperg_2F1(<img src="images/img-0672.png" alt="$a,b,c,x$" style="vertical-align:-4px; 
                                     width:59px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001487" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961d0c></a></span>
    
</li><li>
    <tt class="tt">hyperg_U(<img src="images/img-0669.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#a0000001488" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961d8c></a></span>
    
</li><li>
    <tt class="tt">hypot(...)</tt> function,
    <span><a href="ch-function_list.html#a0000001489" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961e0c></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="sect0118.html#a0000001096" title="if"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961e8c></a><span>, </span></span><span><a href="sect0118.html#a0000001099" title="if"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961eec></a></span>
    
</li><li>
    <tt class="tt">ifft</tt> command,
    <span><a href="sect0033.html#a0000000565" title="Fourier transforms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961f4c></a><span>, </span></span><span><a href="sect0033.html#a0000000569" title="Fourier transforms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961fac></a><span>, </span></span><span><a href="sect0033.html#a0000000571" title="Fourier transforms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb961fcc></a><span>, </span></span><span><a href="sect0119.html#a0000001100" title="ifft"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96502c></a></span>
    
</li><li>
    <tt class="tt">Im(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001490" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9650ac></a></span>
    
</li><li>
    <tt class="tt">Im(z)</tt> function,
    <span><a href="sec-complex_numbers.html#a0000000457" title="Working with complex numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96512c></a></span>
    
</li><li>
    <tt class="tt">image</tt> command,
    <span><a href="sect0079.html#a0000000948" title="Adding other vector graphics objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9651ac></a><span>, </span></span><span><a href="sect0086.html#a0000000989" title="The image command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96520c></a><span>, </span></span><span><a href="sect0086.html#a0000000995" title="The image command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96522c></a><span>, </span></span><span><a href="sect0120.html#a0000001101" title="image"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96526c></a><span>, </span></span><span><a href="sect0120.html#a0000001102" title="image"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9652ac></a><span>, </span></span><span><a href="sect0262.html#a0000001775" title="Conversion of jpeg images to PostScript"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9652ec></a></span>
    
</li><li>
    image resolution,
    <span><a href="sect0074.html#a0000000907" title="Producing images on disk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96536c></a></span>
    
</li><li>
    ImageMagick,
    <span><a href="sect0010.html#a0000000313" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9653ec></a><span>, </span></span><span><a href="sect0262.html#a0000001774" title="Conversion of jpeg images to PostScript"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96544c></a></span>
    
</li><li>
    imperial units,
    <span><a href="sect0025.html#a0000000481" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9654ac></a><span>, </span></span><span><a href="sect0218.html#a0000001348" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96550c></a></span>
    
</li><li>
    <tt class="tt">impulses</tt> plot style,
    <span><a href="sec-barcharts.html#a0000000716" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96556c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000725" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9655cc></a></span>
    
</li><li>
    <tt class="tt">index</tt> modifier,
    <span><a href="sec-plot_datafiles.html#a0000000379" title="Plotting data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96562c></a><span>, </span></span><span><a href="sec-fit_command.html#a0000000548" title="Function fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96568c></a><span>, </span></span><span><a href="sec-histogram.html#a0000000587" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9656ac></a><span>, </span></span><span><a href="sect0110.html#a0000001067" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9656ec></a><span>, </span></span><span><a href="sect0116.html#a0000001088" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96572c></a></span>
    
</li><li>
    installation,
    <span><a href="sect0013.html#a0000000331" title="Installation from source archive"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9657ac></a></span>
    <ul>
    <li>
        system-wide,
        <span><a href="sect0014.html#a0000000333" title="System-wide installation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96584c></a></span>
        
    </li><li>
        under Debian,
        <span><a href="sect0011.html#a0000000327" title="Dependencies in Debian and Ubuntu"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9658cc></a></span>
        
    </li><li>
        under Gentoo,
        <span><a href="sect0009.html#a0000000301" title="Installation within Linux distributions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96594c></a></span>
        
    </li><li>
        under Ubuntu,
        <span><a href="sect0009.html#a0000000304" title="Installation within Linux distributions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9659cc></a><span>, </span></span><span><a href="sect0011.html#a0000000328" title="Dependencies in Debian and Ubuntu"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965a2c></a></span>
        
    </li><li>
        user-level,
        <span><a href="sect0013.html#a0000000332" title="Installation from source archive"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965a8c></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#a0000000496" title="Numerical integration and differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965b0c></a><span>, </span></span><span><a href="ex-calculus.html#a0000000498" title="Numerical integration and differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965b6c></a></span>
    
</li><li>
    <tt class="tt">int_dx(<img src="images/img-0677.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#a0000001491" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965bcc></a></span>
    
</li><li>
    integration,
    <span><a href="ex-calculus.html#a0000000495" title="Numerical integration and differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965c4c></a></span>
    
</li><li>
    <tt class="tt">interpolate</tt> command,
    <span><a href="ex-interpolation.html#a0000000554" title="Datafile interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965ccc></a><span>, </span></span><span><a href="ex-interpolation.html#a0000000556" title="Datafile interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965d2c></a><span>, </span></span><span><a href="ex-interpolation.html#a0000000558" title="Datafile interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965d4c></a><span>, </span></span><span><a href="sect0121.html#a0000001104" title="interpolate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965d8c></a><span>, </span></span><span><a href="sect0121.html#a0000001105" title="interpolate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965dcc></a><span>, </span></span><span><a href="sect0121.html#a0000001110" title="interpolate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965e0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001726" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965e4c></a></span>
    
</li><li>
    <tt class="tt">inward</tt> keyword,
    <span><a href="ex-axistics.html#a0000000813" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965ecc></a><span>, </span></span><span><a href="ex-axistics.html#a0000000817" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965f2c></a><span>, </span></span><span><a href="sect0227.html#a0000001368" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965f8c></a><span>, </span></span><span><a href="sect0227.html#a0000001372" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965fcc></a></span>
    
</li><li>
    <tt class="tt">isOpen()</tt> function,
    <span><a href="sect0054.html#a0000000646" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb965f6c></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-0681.png" alt="$u,m$" style="vertical-align:-4px; 
                                     width:34px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001493" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9690ac></a></span>
    
</li><li>
    <tt class="tt">jacobi_dn(<img src="images/img-0681.png" alt="$u,m$" style="vertical-align:-4px; 
                                     width:34px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001495" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96912c></a></span>
    
</li><li>
    <tt class="tt">jacobi_sn(<img src="images/img-0681.png" alt="$u,m$" style="vertical-align:-4px; 
                                     width:34px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001497" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9691ac></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">jpeg</tt> command,
    <span><a href="sect0122.html#a0000001112" title="jpeg"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96922c></a><span>, </span></span><span><a href="sect0264.html#a0000001781" title="Delivering talks in Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96928c></a></span>
    
</li><li>
    jpeg images,
    <span><a href="sect0262.html#a0000001773" title="Conversion of jpeg images to PostScript"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9692ec></a></span>
    
</li><li>
    jpeg output,
    <span><a href="sect0075.html#a0000000915" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96936c></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#a0000000785" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9693ec></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    Kuhn, Marcus,
    <span><a href="sec-set_papersize.html#a0000000936" title="Paper sizes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96946c></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-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001498" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9694ec></a></span>
    
</li><li>
    <tt class="tt">lambert_W1(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001499" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96956c></a></span>
    
</li><li>
    landscape orientation,
    <span><a href="sect0075.html#a0000000925" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9695ec></a></span>
    
</li><li>
    latex,
    <span><a href="sect0010.html#a0000000314" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96966c></a><span>, </span></span><span><a href="sect0088.html#a0000001010" title="LaTeX and Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9696cc></a><span>, </span></span><span><a href="sect0268.html#a0000001787" title="The typesetting of text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9696ec></a></span>
    
</li><li>
    <tt class="tt">lcm(...)</tt> function,
    <span><a href="ch-function_list.html#a0000001500" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96976c></a></span>
    
</li><li>
    <tt class="tt">ldexp(<img src="images/img-0640.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001501" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9697ec></a></span>
    
</li><li>
    <tt class="tt">left</tt> keyword,
    <span><a href="sec-legends.html#a0000000793" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96986c></a><span>, </span></span><span><a href="sec-legends.html#a0000000798" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9698cc></a><span>, </span></span><span><a href="ex-australia.html#a0000000868" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9698ec></a></span>
    
</li><li>
    <tt class="tt">legendreP(<img src="images/img-0644.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001502" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96996c></a></span>
    
</li><li>
    <tt class="tt">legendreQ(<img src="images/img-0644.png" alt="$l,x$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001503" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9699ec></a></span>
    
</li><li>
    legends,
    <span><a href="sec-legends.html#a0000000786" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969a8c></a></span>
    
</li><li>
    <tt class="tt">len(<img src="images/img-0651.png" alt="$o$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001504" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969b0c></a></span>
    
</li><li>
    <tt class="tt">let</tt> command,
    <span><a href="sect0023.html#a0000000439" title="Variables"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969a6c></a><span>, </span></span><span><a href="sect0123.html#a0000001113" title="let"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969bcc></a><span>, </span></span><span><a href="sect0123.html#a0000001114" title="let"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969bec></a></span>
    
</li><li>
    libkpathsea,
    <span><a href="sect0010.html#a0000000322" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969c6c></a></span>
    
</li><li>
    libpng,
    <span><a href="sect0010.html#a0000000315" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969d0c></a></span>
    
</li><li>
    libxml,
    <span><a href="sect0010.html#a0000000316" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969dac></a></span>
    
</li><li>
    license,
    <span><a href="sect0006.html#a0000000296" title="License"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969e2c></a></span>
    
</li><li>
    <tt class="tt">line</tt> command,
    <span><a href="sect0079.html#a0000000949" title="Adding other vector graphics objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969d8c></a><span>, </span></span><span><a href="ex-notice.html#a0000000972" title="The arrow and line commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969eec></a></span>
    
</li><li>
    <tt class="tt">lines</tt> plot style,
    <span><a href="sec-select_modifier.html#a0000000395" title="Choosing which data to plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969f2c></a><span>, </span></span><span><a href="sec-pointtype.html#a0000000417" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969f8c></a><span>, </span></span><span><a href="sect0058.html#a0000000668" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb969fac></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">linespoints</tt> plot style,
    <span><a href="sec-pointtype.html#a0000000413" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c04c></a><span>, </span></span><span><a href="sect0058.html#a0000000670" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c0ac></a></span>
    
</li><li>
    <tt class="tt">linetype</tt> keyword,
    <span><a href="sect0093.html#a0000001028" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c10c></a></span>
    
</li><li>
    <tt class="tt">linetype</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000657" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c18c></a><span>, </span></span><span><a href="sect0135.html#a0000001138" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c1ec></a></span>
    
</li><li>
    <tt class="tt">linetype</tt> plot style,
    <span><a href="sec-pointtype.html#a0000000423" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c24c></a></span>
    
</li><li>
    <tt class="tt">linewidth</tt> keyword,
    <span><a href="sect0093.html#a0000001027" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c2cc></a></span>
    
</li><li>
    <tt class="tt">linewidth</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000658" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c34c></a><span>, </span></span><span><a href="sect0135.html#a0000001139" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c3ac></a></span>
    
</li><li>
    <tt class="tt">list</tt> command,
    <span><a href="sect0081.html#a0000000973" title="Editing items on the canvas"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c40c></a><span>, </span></span><span><a href="sect0124.html#a0000001115" title="list"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c46c></a><span>, </span></span><span><a href="sect0124.html#a0000001116" title="list"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c48c></a></span>
    
</li><li>
    <tt class="tt">ln(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001505" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c50c></a></span>
    
</li><li>
    <tt class="tt">load</tt> command,
    <span><a href="box-CommandHistory.html#a0000000342" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c58c></a><span>, </span></span><span><a href="sect0125.html#a0000001117" title="load"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c5ec></a><span>, </span></span><span><a href="sect0125.html#a0000001118" title="load"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c60c></a></span>
    
</li><li>
    <tt class="tt">local</tt> command,
    <span><a href="sect0126.html#a0000001119" title="local"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c68c></a></span>
    
</li><li>
    <tt class="tt">locals()</tt> function,
    <span><a href="ch-function_list.html#a0000001506" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c70c></a></span>
    
</li><li>
    <tt class="tt">log(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001507" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c78c></a></span>
    
</li><li>
    <tt class="tt">log10(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001508" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c80c></a></span>
    
</li><li>
    <tt class="tt">logn(<img src="images/img-0691.png" alt="$x,n$" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001509" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c88c></a></span>
    
</li><li>
    lower-limit datapoints,
    <span><a href="sect0058.html#a0000000674" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c90c></a></span>
    
</li><li>
    <tt class="tt">lowerlimits</tt> plot style,
    <span><a href="sect0058.html#a0000000672" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96c98c></a></span>
    
</li><li>
    <tt class="tt">lrange([<img src="images/img-0055.png" alt="$f$" style="vertical-align:-4px; 
                                     width:9px; 
                                     height:16px" class="math gen" />],<img src="images/img-0089.png" alt="$l$" style="vertical-align:0px; 
                                     width:5px; 
                                     height:13px" class="math gen" />,[<img src="images/img-0659.png" alt="$s$" style="vertical-align:0px; 
                                     width:7px; 
                                     height:8px" class="math gen" />])</tt> function,
    <span><a href="ch-function_list.html#a0000001510" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96ca0c></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,
    <span><a href="ch-installation.html#a0000000299" title="Installation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96ca8c></a></span>
    
</li><li>
    MacOS X,
    <span><a href="sect0012.html#a0000000329" title="Dependencies in MacOS"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96cb2c></a></span>
    
</li><li>
    MacPorts,
    <span><a href="sect0012.html#a0000000330" title="Dependencies in MacOS"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96cbac></a></span>
    
</li><li>
    make,
    <span><a href="sect0010.html#a0000000310" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96cc2c></a></span>
    
</li><li>
    <tt class="tt">matrix(...)</tt> function,
    <span><a href="ch-function_list.html#a0000001511" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96ccac></a></span>
    
</li><li>
    <tt class="tt">max(...)</tt> function,
    <span><a href="ch-function_list.html#a0000001512" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96cb0c></a></span>
    
</li><li>
    <tt class="tt">maximize</tt> command,
    <span><a href="ex-eqnsolve.html#a0000000509" title="Searching for minima and maxima of functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96cd8c></a><span>, </span></span><span><a href="ex-eqnsolve.html#a0000000511" title="Searching for minima and maxima of functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96cdec></a><span>, </span></span><span><a href="sect0127.html#a0000001122" title="maximize"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96ce0c></a><span>, </span></span><span><a href="sect0127.html#a0000001123" title="maximize"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96ce4c></a></span>
    
</li><li>
    Microsoft Excel,
    <span><a href="sec-first_plots.html#a0000000352" title="First plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96cecc></a></span>
    
</li><li>
    Microsoft Powerpoint,
    <span><a href="sect0263.html#a0000001776" title="Inserting equations in Powerpoint presentations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96cf4c></a><span>, </span></span><span><a href="sect0263.html#a0000001779" title="Inserting equations in Powerpoint presentations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96cfac></a><span>, </span></span><span><a href="sect0264.html#a0000001783" title="Delivering talks in Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb96cfcc></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">min(...)</tt> function,
    <span><a href="ch-function_list.html#a0000001513" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97006c></a></span>
    
</li><li>
    <tt class="tt">minimize</tt> command,
    <span><a href="ex-eqnsolve.html#a0000000508" title="Searching for minima and maxima of functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9700ec></a><span>, </span></span><span><a href="sect0128.html#a0000001124" title="minimize"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97014c></a><span>, </span></span><span><a href="sect0128.html#a0000001125" title="minimize"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97016c></a></span>
    
</li><li>
    <tt class="tt">mod(<img src="images/img-0640.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001514" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9701ec></a></span>
    
</li><li>
    <tt class="tt">module(...)</tt> function,
    <span><a href="ch-function_list.html#a0000001515" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97026c></a></span>
    
</li><li>
    monochrome output,
    <span><a href="sect0075.html#a0000000923" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9702ec></a></span>
    
</li><li>
    <tt class="tt">move</tt> command,
    <span><a href="sect0081.html#a0000000978" title="Editing items on the canvas"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97036c></a><span>, </span></span><span><a href="sect0129.html#a0000001126" title="move"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9703cc></a><span>, </span></span><span><a href="sect0129.html#a0000001127" title="move"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9703ec></a></span>
    
</li><li>
    multiple windows,
    <span><a href="sect0073.html#a0000000902" title="Previewing graphs on the screen"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97046c></a></span>
    
</li><li>
    multiplot,
    <span><a href="sec-multiplot.html#a0000000954" title="Multiplot mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9704ec></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#a0000000449" title="Handling numerical errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97056c></a></span>
    
</li><li>
    natural units,
    <span><a href="sect0025.html#a0000000484" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9705ec></a></span>
    
</li><li>
    <tt class="tt">nohead</tt> keyword,
    <span><a href="sec-set_arrow.html#a0000000845" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97066c></a><span>, </span></span><span><a href="sect0093.html#a0000001023" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9706cc></a><span>, </span></span><span><a href="sect0093.html#a0000001030" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97072c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    not a number,
    <span><a href="sec-num_errs.html#a0000000450" title="Handling numerical errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9706ec></a></span>
    
</li><li>
    Not So Short Guide to latex <img src="images/img-0024.png" alt="$2\epsilon $" style="vertical-align:0px; 
                                     width:15px; 
                                     height:12px" class="math gen" />, The,
    <span><a href="sect0268.html#a0000001789" title="The typesetting of text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9707ec></a></span>
    
</li><li>
    numerical errors,
    <span><a href="sec-num_errs.html#a0000000447" title="Handling numerical errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97086c></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>
    <tt class="tt">open(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />[,<img src="images/img-0031.png" alt="$y$" style="vertical-align:-4px; 
                                     width:9px; 
                                     height:12px" class="math gen" />])</tt> function,
    <span><a href="sect0054.html#a0000000639" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9708ec></a><span>, </span></span><span><a href="ch-function_list.html#a0000001516" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97094c></a></span>
    
</li><li>
    OpenOffice,
    <span><a href="sect0263.html#a0000001780" title="Inserting equations in Powerpoint presentations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9709ac></a><span>, </span></span><span><a href="sect0264.html#a0000001784" title="Delivering talks in Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970a0c></a></span>
    
</li><li>
    operators,
    <span><a href="sec-first_plots.html#a0000000355" title="First plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970a6c></a></span>
    
</li><li>
    <tt class="tt">ord(<img src="images/img-0659.png" alt="$s$" style="vertical-align:0px; 
                                     width:7px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001517" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970aec></a></span>
    
</li><li>
    <tt class="tt">ordinal(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001518" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970b6c></a></span>
    
</li><li>
    <tt class="tt">os.chdir(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0249.html#a0000001563" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970bec></a></span>
    
</li><li>
    <tt class="tt">os.getcwd()</tt> function,
    <span><a href="sect0249.html#a0000001564" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970c6c></a></span>
    
</li><li>
    <tt class="tt">os.getegid()</tt> function,
    <span><a href="sect0249.html#a0000001565" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970cec></a></span>
    
</li><li>
    <tt class="tt">os.geteuid()</tt> function,
    <span><a href="sect0249.html#a0000001566" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970d6c></a></span>
    
</li><li>
    <tt class="tt">os.getgid()</tt> function,
    <span><a href="sect0249.html#a0000001567" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970dec></a></span>
    
</li><li>
    <tt class="tt">os.gethomedir()</tt> function,
    <span><a href="sect0249.html#a0000001568" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970e6c></a></span>
    
</li><li>
    <tt class="tt">os.gethostname()</tt> function,
    <span><a href="sect0249.html#a0000001569" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970eec></a></span>
    
</li><li>
    <tt class="tt">os.getlogin()</tt> function,
    <span><a href="sect0249.html#a0000001570" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970f6c></a></span>
    
</li><li>
    <tt class="tt">os.getpgrp()</tt> function,
    <span><a href="sect0249.html#a0000001571" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb970fec></a></span>
    
</li><li>
    <tt class="tt">os.getpid()</tt> function,
    <span><a href="sect0249.html#a0000001572" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97508c></a></span>
    
</li><li>
    <tt class="tt">os.getppid()</tt> function,
    <span><a href="sect0249.html#a0000001573" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97510c></a></span>
    
</li><li>
    <tt class="tt">os.getrealname()</tt> function,
    <span><a href="sect0249.html#a0000001574" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97518c></a></span>
    
</li><li>
    <tt class="tt">os.getuid()</tt> function,
    <span><a href="sect0249.html#a0000001575" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97520c></a></span>
    
</li><li>
    <tt class="tt">os.glob(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0249.html#a0000001576" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97528c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">os.path.atime(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0250.html#a0000001585" title="The os.path module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97530c></a></span>
    
</li><li>
    <tt class="tt">os.path.ctime(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0250.html#a0000001586" title="The os.path module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97538c></a></span>
    
</li><li>
    <tt class="tt">os.path.exists(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0250.html#a0000001587" title="The os.path module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97540c></a></span>
    
</li><li>
    <tt class="tt">os.path.expanduser(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0250.html#a0000001588" title="The os.path module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97548c></a></span>
    
</li><li>
    <tt class="tt">os.path.filesize(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0250.html#a0000001589" title="The os.path module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97550c></a></span>
    
</li><li>
    <tt class="tt">os.path.join(...)</tt> function,
    <span><a href="sect0250.html#a0000001590" title="The os.path module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97558c></a></span>
    
</li><li>
    <tt class="tt">os.path.mtime(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0250.html#a0000001591" title="The os.path module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97560c></a></span>
    
</li><li>
    <tt class="tt">os.popen(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />,[<img src="images/img-0031.png" alt="$y$" style="vertical-align:-4px; 
                                     width:9px; 
                                     height:12px" class="math gen" />])</tt> function,
    <span><a href="sect0249.html#a0000001577" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97568c></a></span>
    
</li><li>
    <tt class="tt">os.stat(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0249.html#a0000001578" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97570c></a></span>
    
</li><li>
    <tt class="tt">os.stderr</tt> function,
    <span><a href="sect0249.html#a0000001579" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97578c></a></span>
    
</li><li>
    <tt class="tt">os.stdin</tt> function,
    <span><a href="sect0249.html#a0000001580" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97580c></a></span>
    
</li><li>
    <tt class="tt">os.stdout</tt> function,
    <span><a href="sect0249.html#a0000001581" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97588c></a></span>
    
</li><li>
    <tt class="tt">os.system(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0249.html#a0000001582" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97590c></a></span>
    
</li><li>
    <tt class="tt">os.tmpfile()</tt> function,
    <span><a href="sect0054.html#a0000000640" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97598c></a><span>, </span></span><span><a href="sect0249.html#a0000001583" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9759ec></a></span>
    
</li><li>
    <tt class="tt">os.uname()</tt> function,
    <span><a href="sect0249.html#a0000001584" title="The os module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975a4c></a></span>
    
</li><li>
    <tt class="tt">outside</tt> keyword,
    <span><a href="sec-legends.html#a0000000799" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975acc></a></span>
    
</li><li>
    <tt class="tt">outward</tt> keyword,
    <span><a href="ex-axistics.html#a0000000814" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975b4c></a><span>, </span></span><span><a href="ex-axistics.html#a0000000819" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975bac></a><span>, </span></span><span><a href="sect0227.html#a0000001369" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975c0c></a><span>, </span></span><span><a href="sect0227.html#a0000001374" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975c4c></a></span>
    
</li><li>
    overwriting files,
    <span><a href="sec-file_backup.html#a0000000938" title="Backing up over-written files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975bcc></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#a0000000662" title="The palette"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975d2c></a></span>
    
</li><li>
    paper sizes,
    <span><a href="sec-set_papersize.html#a0000000937" title="Paper sizes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975dac></a></span>
    
</li><li>
    pdf format,
    <span><a href="sec-directing_output.html#a0000000403" title="Directing where output goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975d0c></a></span>
    
</li><li>
    pdf output,
    <span><a href="sect0075.html#a0000000916" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975e8c></a></span>
    
</li><li>
    <tt class="tt">phy.Bv(<img src="images/img-0717.png" alt="$\nu ,T$" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="sect0251.html#a0000001592" title="The phy module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975f0c></a></span>
    
</li><li>
    <tt class="tt">phy.Bvmax(<img src="images/img-0146.png" alt="$T$" style="vertical-align:0px; 
                                     width:13px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0251.html#a0000001593" title="The phy module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb975f8c></a></span>
    
</li><li>
    physical constants,
    <span><a href="sec-constants.html#a0000000441" title="Physical constants"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97802c></a></span>
    
</li><li>
    physical units,
    <span><a href="sec-units.html#a0000000461" title="Working with physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9780ac></a></span>
    
</li><li>
    <tt class="tt">piechart</tt> command,
    <span><a href="sect0079.html#a0000000950" title="Adding other vector graphics objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97812c></a><span>, </span></span><span><a href="sec-piechart.html#a0000001006" title="The piechart command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97818c></a><span>, </span></span><span><a href="sec-piechart.html#a0000001007" title="The piechart command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9781ac></a><span>, </span></span><span><a href="sec-piechart.html#a0000001008" title="The piechart command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9781ec></a><span>, </span></span><span><a href="sect0130.html#a0000001128" title="piechart"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97822c></a></span>
    
</li><li>
    pipes,
    <span><a href="sect0030.html#a0000000534" title="Reading data from a pipe"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9782ac></a></span>
    
</li><li>
    <tt class="tt">plot axes</tt> command,
    <span><a href="sect0132.html#a0000001131" title="axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97832c></a></span>
    
</li><li>
    <tt class="tt">plot</tt> command,
    <span><a href="sec-first_plots.html#a0000000347" title="First plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9783ac></a><span>, </span></span><span><a href="sect0019.html#a0000000385" title="Plotting many data files at once"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97840c></a><span>, </span></span><span><a href="sect0019.html#a0000000386" title="Plotting many data files at once"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97842c></a><span>, </span></span><span><a href="sec-vectorplot.html#a0000000618" title="Plotting data from vectors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97846c></a><span>, </span></span><span><a href="sec-vectorplot.html#a0000000619" title="Plotting data from vectors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9784ac></a><span>, </span></span><span><a href="ch-plotting.html#a0000000652" title="Plotting: a complete guide"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9784ec></a><span>, </span></span><span><a href="sec-with_modifier.html#a0000000653" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97852c></a><span>, </span></span><span><a href="sect0131.html#a0000001129" title="plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97856c></a><span>, </span></span><span><a href="sect0131.html#a0000001130" title="plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9785ac></a><span>, </span></span><span><a href="sect0147.html#a0000001168" title="autoscale"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9785ec></a></span>
    
</li><li>
    <tt class="tt">plot label</tt> command,
    <span><a href="sect0133.html#a0000001132" title="label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97866c></a></span>
    
</li><li>
    plot styles,
    
    <ul>
    <li>
        <tt class="tt">arrows</tt>,
        <span><a href="sect0061.html#a0000000753" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97872c></a></span>
        
    </li><li>
        <tt class="tt">arrows_head</tt>,
        <span><a href="sect0061.html#a0000000747" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9787ec></a><span>, </span></span><span><a href="sect0061.html#a0000000755" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97884c></a><span>, </span></span><span><a href="sect0061.html#a0000000757" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9788ac></a></span>
        
    </li><li>
        <tt class="tt">arrows_nohead</tt>,
        <span><a href="sect0061.html#a0000000749" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9787cc></a><span>, </span></span><span><a href="sect0061.html#a0000000759" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97892c></a></span>
        
    </li><li>
        <tt class="tt">arrows_twohead</tt>,
        <span><a href="sect0061.html#a0000000751" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97896c></a><span>, </span></span><span><a href="sect0061.html#a0000000761" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9789ec></a></span>
        
    </li><li>
        <tt class="tt">boxes</tt>,
        <span><a href="sec-histogram.html#a0000000592" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978a2c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000715" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978aac></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000721" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978acc></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000731" title="Stacked bar charts"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978b0c></a><span>, </span></span><span><a href="sect0116.html#a0000001093" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978b4c></a></span>
        
    </li><li>
        <tt class="tt">colormap</tt>,
        <span><a href="sec-colmap_custom.html#a0000000881" title="Custom color mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978bcc></a><span>, </span></span><span><a href="sec-colmap_custom.html#a0000000884" title="Custom color mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978c2c></a><span>, </span></span><span><a href="sect0157.html#a0000001186" title="c1format"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978c4c></a><span>, </span></span><span><a href="sect0158.html#a0000001189" title="c1label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978c8c></a><span>, </span></span><span><a href="sect0161.html#a0000001196" title="colorkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978ccc></a><span>, </span></span><span><a href="sect0161.html#a0000001198" title="colorkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978d0c></a><span>, </span></span><span><a href="sect0162.html#a0000001201" title="colormap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978d4c></a><span>, </span></span><span><a href="sect0162.html#a0000001203" title="colormap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978d8c></a><span>, </span></span><span><a href="sect0162.html#a0000001205" title="colormap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978dcc></a><span>, </span></span><span><a href="sect0164.html#a0000001211" title="cnrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978e0c></a><span>, </span></span><span><a href="sect0186.html#a0000001242" title="nocolorkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978e4c></a><span>, </span></span><span><a href="sect0206.html#a0000001267" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978e8c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001676" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978ecc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001679" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978f0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001688" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978f4c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001728" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb978f8c></a></span>
        
    </li><li>
        <tt class="tt">contourmap</tt>,
        <span><a href="sect0163.html#a0000001208" title="contours"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c02c></a><span>, </span></span><span><a href="sect0164.html#a0000001213" title="cnrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c08c></a><span>, </span></span><span><a href="sect0206.html#a0000001271" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c0ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001683" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c0ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001686" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c12c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001730" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c16c></a></span>
        
    </li><li>
        <tt class="tt">dots</tt>,
        <span><a href="sect0058.html#a0000000667" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c1ec></a></span>
        
    </li><li>
        <tt class="tt">errorbars</tt>,
        <span><a href="sec-errorbars.html#a0000000688" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c26c></a></span>
        
    </li><li>
        <tt class="tt">errorrange</tt>,
        <span><a href="sec-errorbars.html#a0000000700" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c2ec></a></span>
        
    </li><li>
        <tt class="tt">fsteps</tt>,
        <span><a href="sect0060.html#a0000000737" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c38c></a><span>, </span></span><span><a href="sect0060.html#a0000000743" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c3ec></a></span>
        
    </li><li>
        <tt class="tt">histeps</tt>,
        <span><a href="sect0060.html#a0000000739" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c46c></a><span>, </span></span><span><a href="sect0060.html#a0000000745" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c4cc></a></span>
        
    </li><li>
        <tt class="tt">impulses</tt>,
        <span><a href="sec-barcharts.html#a0000000717" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c40c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000726" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c56c></a></span>
        
    </li><li>
        <tt class="tt">lines</tt>,
        <span><a href="sec-select_modifier.html#a0000000396" title="Choosing which data to plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c5ac></a><span>, </span></span><span><a href="sec-pointtype.html#a0000000418" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c60c></a><span>, </span></span><span><a href="sect0058.html#a0000000669" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c62c></a></span>
        
    </li><li>
        <tt class="tt">linespoints</tt>,
        <span><a href="sec-pointtype.html#a0000000414" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c6ac></a><span>, </span></span><span><a href="sect0058.html#a0000000671" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c70c></a></span>
        
    </li><li>
        <tt class="tt">linetype</tt>,
        <span><a href="sec-pointtype.html#a0000000424" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c76c></a></span>
        
    </li><li>
        <tt class="tt">lowerlimits</tt>,
        <span><a href="sect0058.html#a0000000673" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c7ec></a></span>
        
    </li><li>
        <tt class="tt">points</tt>,
        <span><a href="sec-pointtype.html#a0000000416" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c88c></a><span>, </span></span><span><a href="sect0058.html#a0000000676" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c8ec></a></span>
        
    </li><li>
        <tt class="tt">pointtype</tt>,
        <span><a href="sec-pointtype.html#a0000000422" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c86c></a></span>
        
    </li><li>
        <tt class="tt">shadedregion</tt>,
        <span><a href="sect0059.html#a0000000706" title="Shaded regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97c90c></a><span>, </span></span><span><a href="sect0059.html#a0000000712" title="Shaded regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97ca0c></a></span>
        
    </li><li>
        <tt class="tt">stars</tt>,
        <span><a href="sect0058.html#a0000000678" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97ca6c></a></span>
        
    </li><li>
        <tt class="tt">steps</tt>,
        <span><a href="sect0060.html#a0000000735" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97caec></a><span>, </span></span><span><a href="sect0060.html#a0000000741" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97cb4c></a></span>
        
    </li><li>
        <tt class="tt">surface</tt>,
        <span><a href="sect0206.html#a0000001269" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97cbcc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001732" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97cc2c></a></span>
        
    </li><li>
        <tt class="tt">upperlimits</tt>,
        <span><a href="sect0058.html#a0000000680" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97cbac></a></span>
        
    </li><li>
        <tt class="tt">wboxes</tt>,
        <span><a href="sec-barcharts.html#a0000000719" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb8f7d4c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000724" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97cc4c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000733" title="Stacked bar charts"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97cccc></a></span>
        
    </li><li>
        <tt class="tt">xerrorbars</tt>,
        <span><a href="sec-errorbars.html#a0000000686" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97ccac></a></span>
        
    </li><li>
        <tt class="tt">xerrorrange</tt>,
        <span><a href="sec-errorbars.html#a0000000694" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97cd8c></a></span>
        
    </li><li>
        <tt class="tt">xyerrorbars</tt>,
        <span><a href="sec-errorbars.html#a0000000692" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97ce0c></a></span>
        
    </li><li>
        <tt class="tt">xyerrorrange</tt>,
        <span><a href="sec-errorbars.html#a0000000698" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97ce8c></a></span>
        
    </li><li>
        <tt class="tt">yerrorbars</tt>,
        <span><a href="sec-pointtype.html#a0000000420" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97cf0c></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000684" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97cf6c></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000690" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb97cf8c></a></span>
        
    </li><li>
        <tt class="tt">yerrorrange</tt>,
        <span><a href="sec-errorbars.html#a0000000696" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc02c></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000702" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc08c></a><span>, </span></span><span><a href="sect0059.html#a0000000710" title="Shaded regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc0ac></a></span>
        
    </li><li>
        <tt class="tt">yerrorshaded</tt>,
        <span><a href="sect0059.html#a0000000704" title="Shaded regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc12c></a><span>, </span></span><span><a href="sect0059.html#a0000000708" title="Shaded regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc18c></a></span>
        
    </li>
    </ul>
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">plot title</tt> command,
    <span><a href="sect0134.html#a0000001133" title="title"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc1ec></a></span>
    
</li><li>
    <tt class="tt">plot with</tt> command,
    <span><a href="sect0135.html#a0000001134" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc26c></a></span>
    
</li><li>
    png output,
    <span><a href="sect0075.html#a0000000917" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc2ec></a></span>
    <ul>
    <li>
        transparency,
        <span><a href="sect0075.html#a0000000930" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc38c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">point</tt> command,
    <span><a href="sect0079.html#a0000000951" title="Adding other vector graphics objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc40c></a><span>, </span></span><span><a href="sec-point.html#a0000001003" title="The point command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc46c></a><span>, </span></span><span><a href="sec-point.html#a0000001004" title="The point command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc48c></a><span>, </span></span><span><a href="sect0136.html#a0000001143" title="point"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc4cc></a><span>, </span></span><span><a href="sect0136.html#a0000001144" title="point"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc50c></a></span>
    
</li><li>
    <tt class="tt">pointlinewidth</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000659" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc58c></a><span>, </span></span><span><a href="sect0135.html#a0000001140" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc5ec></a></span>
    
</li><li>
    <tt class="tt">points</tt> plot style,
    <span><a href="sec-pointtype.html#a0000000415" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc64c></a><span>, </span></span><span><a href="sect0058.html#a0000000675" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc6ac></a></span>
    
</li><li>
    <tt class="tt">pointsize</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000660" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc6cc></a><span>, </span></span><span><a href="sect0135.html#a0000001141" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc76c></a></span>
    
</li><li>
    <tt class="tt">pointtype</tt> modifier,
    <span><a href="sec-with_modifier.html#a0000000661" title="The with modifier"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc7cc></a><span>, </span></span><span><a href="sect0135.html#a0000001142" title="with"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc82c></a></span>
    
</li><li>
    <tt class="tt">pointtype</tt> plot style,
    <span><a href="sec-pointtype.html#a0000000421" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc88c></a></span>
    
</li><li>
    <tt class="tt">polygon</tt> command,
    <span><a href="sect0079.html#a0000000952" title="Adding other vector graphics objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc90c></a></span>
    
</li><li>
    portrait orientation,
    <span><a href="sect0075.html#a0000000924" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bc98c></a></span>
    
</li><li>
    PostScript,
    
    <ul>
    <li>
        Encapsulated,
        <span><a href="sect0075.html#a0000000913" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bca4c></a></span>
        
    </li>
    </ul>
</li><li>
    PostScript output,
    <span><a href="sect0075.html#a0000000918" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bcaec></a></span>
    
</li><li>
    <tt class="tt">pow(<img src="images/img-0640.png" alt="$x,y$" style="vertical-align:-4px; 
                                     width:27px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001519" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bcb6c></a></span>
    
</li><li>
    presentations,
    <span><a href="sect0080.html#a0000000967" title="The text command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bcbec></a><span>, </span></span><span><a href="sect0263.html#a0000001777" title="Inserting equations in Powerpoint presentations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bcc4c></a><span>, </span></span><span><a href="sect0263.html#a0000001778" title="Inserting equations in Powerpoint presentations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bcc6c></a></span>
    
</li><li>
    <tt class="tt">prime(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001520" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bccec></a></span>
    
</li><li>
    <tt class="tt">primeFactors(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001521" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bcd6c></a></span>
    
</li><li>
    <tt class="tt">print</tt> command,
    <span><a href="sec-text_escaping.html#a0000000358" title="Printing text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bcdec></a><span>, </span></span><span><a href="sect0137.html#a0000001145" title="print"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bce4c></a><span>, </span></span><span><a href="sect0137.html#a0000001146" title="print"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bce6c></a></span>
    
</li><li>
    <tt class="tt">pwd</tt> command,
    <span><a href="sect0138.html#a0000001147" title="pwd"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bceec></a><span>, </span></span><span><a href="sect0138.html#a0000001148" title="pwd"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bcf4c></a></span>
    
</li><li>
    PyX,
    <span><a href="sect0008.html#a0000000297" title="Acknowledgments"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bcfac></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="sect0266.html#a0000001785" title="Writing a short example talk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf04c></a><span>, </span></span><span><a href="sect0267.html#a0000001786" title="Delivering your talk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf0ac></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">quit</tt> command,
    <span><a href="box-CommandHistory.html#a0000000335" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf10c></a><span>, </span></span><span><a href="box-CommandHistory.html#a0000000341" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf16c></a><span>, </span></span><span><a href="sect0139.html#a0000001149" title="quit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf18c></a><span>, </span></span><span><a href="sect0139.html#a0000001150" title="quit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf1cc></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-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001522" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf24c></a></span>
    
</li><li>
    <tt class="tt">raise(<img src="images/img-0694.png" alt="$e,s$" style="vertical-align:-4px; 
                                     width:24px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001523" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf2cc></a><span>, </span></span><span><a href="sect0247.html#a0000001560" title="The exceptions module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf32c></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="sect0035.html#a0000000594" title="Random data generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf36c></a><span>, </span></span><span><a href="sect0252.html#a0000001594" title="The random module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf3ec></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="sect0035.html#a0000000595" title="Random data generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf44c></a><span>, </span></span><span><a href="sect0252.html#a0000001595" title="The random module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf4ac></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="sect0035.html#a0000000596" title="Random data generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf50c></a><span>, </span></span><span><a href="sect0252.html#a0000001596" title="The random module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf56c></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="sect0035.html#a0000000597" title="Random data generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf5cc></a><span>, </span></span><span><a href="sect0252.html#a0000001597" title="The random module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf62c></a></span>
    
</li><li>
    <tt class="tt">random.poisson(<img src="images/img-0025.png" alt="$n$" style="vertical-align:0px; 
                                     width:11px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0035.html#a0000000598" title="Random data generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf68c></a><span>, </span></span><span><a href="sect0252.html#a0000001598" title="The random module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf6ec></a></span>
    
</li><li>
    <tt class="tt">random.random()</tt> function,
    <span><a href="sect0035.html#a0000000593" title="Random data generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf74c></a><span>, </span></span><span><a href="sect0252.html#a0000001599" title="The random module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf7ac></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="sect0035.html#a0000000599" title="Random data generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf80c></a><span>, </span></span><span><a href="sect0252.html#a0000001600" title="The random module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf86c></a></span>
    
</li><li>
    <tt class="tt">range([<img src="images/img-0055.png" alt="$f$" style="vertical-align:-4px; 
                                     width:9px; 
                                     height:16px" class="math gen" />],<img src="images/img-0089.png" alt="$l$" style="vertical-align:0px; 
                                     width:5px; 
                                     height:13px" class="math gen" />,[<img src="images/img-0659.png" alt="$s$" style="vertical-align:0px; 
                                     width:7px; 
                                     height:8px" class="math gen" />])</tt> function,
    <span><a href="ch-function_list.html#a0000001524" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf8cc></a></span>
    
</li><li>
    <tt class="tt">Re(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001525" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf94c></a></span>
    
</li><li>
    <tt class="tt">Re(z)</tt> function,
    <span><a href="sec-complex_numbers.html#a0000000456" title="Working with complex numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bf9cc></a></span>
    
</li><li>
    <tt class="tt">read()</tt> function,
    <span><a href="sect0054.html#a0000000647" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfa4c></a></span>
    
</li><li>
    readline,
    <span><a href="sect0010.html#a0000000321" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfacc></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">readline()</tt> function,
    <span><a href="sect0054.html#a0000000648" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfb4c></a></span>
    
</li><li>
    <tt class="tt">readlines()</tt> function,
    <span><a href="sect0054.html#a0000000649" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfbcc></a></span>
    
</li><li>
    <tt class="tt">rectangle</tt> command,
    <span><a href="ex-noentry.html#a0000001000" title="The box and circle commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfc4c></a><span>, </span></span><span><a href="sect0140.html#a0000001151" title="rectangle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfcac></a></span>
    
</li><li>
    <tt class="tt">refresh</tt> command,
    <span><a href="sec-directing_output.html#a0000000405" title="Directing where output goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfd0c></a><span>, </span></span><span><a href="sect0082.html#a0000000982" title="Settings associated with multiplot items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfd6c></a><span>, </span></span><span><a href="sect0082.html#a0000000983" title="Settings associated with multiplot items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfdcc></a><span>, </span></span><span><a href="sect0141.html#a0000001152" title="refresh"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfe0c></a><span>, </span></span><span><a href="sect0141.html#a0000001153" title="refresh"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfe4c></a></span>
    
</li><li>
    regular expressions,
    <span><a href="sect0040.html#a0000000611" title="Regular expressions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bfd8c></a></span>
    
</li><li>
    <tt class="tt">replot</tt> command,
    <span><a href="sec-replot.html#a0000000398" title="The replot command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bff0c></a><span>, </span></span><span><a href="sec-threedim.html#a0000000898" title="Three-dimensional plotting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bff6c></a><span>, </span></span><span><a href="sect0085.html#a0000000987" title="The replot command revisited"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bffcc></a><span>, </span></span><span><a href="sect0085.html#a0000000988" title="The replot command revisited"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c302c></a><span>, </span></span><span><a href="sect0142.html#a0000001154" title="replot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c306c></a><span>, </span></span><span><a href="sect0142.html#a0000001155" title="replot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c30ac></a><span>, </span></span><span><a href="sect0142.html#a0000001156" title="replot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c30ec></a><span>, </span></span><span><a href="sect0142.html#a0000001157" title="replot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c312c></a></span>
    
</li><li>
    <tt class="tt">reset</tt> command,
    <span><a href="sect0017.html#a0000000368" title="Removing labels and titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9bffac></a><span>, </span></span><span><a href="sect0143.html#a0000001158" title="reset"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c31cc></a><span>, </span></span><span><a href="sect0143.html#a0000001159" title="reset"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c31ec></a></span>
    
</li><li>
    <tt class="tt">rgb(<img src="images/img-0697.png" alt="$r,g,b$" style="vertical-align:-4px; 
                                     width:41px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001526" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c326c></a></span>
    
</li><li>
    <tt class="tt">right</tt> keyword,
    <span><a href="sec-legends.html#a0000000794" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c32ec></a><span>, </span></span><span><a href="ex-australia.html#a0000000870" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c334c></a></span>
    
</li><li>
    <tt class="tt">romanNumeral(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001527" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c33ac></a></span>
    
</li><li>
    <tt class="tt">root(<img src="images/img-0698.png" alt="$z,n$" style="vertical-align:-4px; 
                                     width:28px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001528" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c342c></a></span>
    
</li><li>
    <tt class="tt">rotate</tt> keyword,
    <span><a href="ex-australia.html#a0000000857" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c34ac></a><span>, </span></span><span><a href="sect0080.html#a0000000960" title="The text command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c350c></a><span>, </span></span><span><a href="sect0086.html#a0000000993" title="The image command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c356c></a></span>
    
</li><li>
    <tt class="tt">round(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001529" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c352c></a></span>
    
</li><li>
    <tt class="tt">rows</tt> keyword,
    <span><a href="sec-horizontal_datafiles.html#a0000000391" title="Horizontally arranged data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c362c></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>
    sans-serif,
    <span><a href="sect0078.html#a0000000942" title="Changing font"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c36ac></a></span>
    
</li><li>
    <tt class="tt">save</tt> command,
    <span><a href="box-CommandHistory.html#a0000000343" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c372c></a><span>, </span></span><span><a href="box-CommandHistory.html#a0000000344" title="Getting started"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c378c></a><span>, </span></span><span><a href="sect0144.html#a0000001160" title="save"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c37ac></a><span>, </span></span><span><a href="sect0144.html#a0000001161" title="save"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c37ec></a></span>
    
</li><li>
    <tt class="tt">sec(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001530" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c386c></a></span>
    
</li><li>
    <tt class="tt">sech(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001531" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c38ec></a></span>
    
</li><li>
    <tt class="tt">sed</tt> shell command,
    <span><a href="sect0040.html#a0000000609" title="Regular expressions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c396c></a></span>
    
</li><li>
    <tt class="tt">select</tt> modifier,
    <span><a href="sec-select_modifier.html#a0000000394" title="Choosing which data to plot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c39ec></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000541" title="Tabulating functions and slicing data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3a4c></a><span>, </span></span><span><a href="sec-fit_command.html#a0000000550" title="Function fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3aac></a><span>, </span></span><span><a href="sec-histogram.html#a0000000590" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3aec></a><span>, </span></span><span><a href="sect0110.html#a0000001069" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3b2c></a><span>, </span></span><span><a href="sect0116.html#a0000001091" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3b6c></a><span>, </span></span><span><a href="sect0240.html#a0000001399" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3bac></a></span>
    
</li><li>
    <tt class="tt">set arrow</tt> command,
    <span><a href="sect0072.html#a0000000839" title="Labelling graphs"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3a6c></a><span>, </span></span><span><a href="sec-set_arrow.html#a0000000842" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3c4c></a><span>, </span></span><span><a href="sec-set_arrow.html#a0000000843" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3c6c></a><span>, </span></span><span><a href="sec-set_arrow.html#a0000000853" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3cac></a><span>, </span></span><span><a href="sect0146.html#a0000001164" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3cec></a><span>, </span></span><span><a href="sect0146.html#a0000001165" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3d2c></a></span>
    
</li><li>
    <tt class="tt">set autoscale</tt> command,
    <span><a href="ex-axislab.html#a0000000431" title="Setting axis ranges"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3dac></a><span>, </span></span><span><a href="sect0147.html#a0000001166" title="autoscale"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3e0c></a><span>, </span></span><span><a href="sect0147.html#a0000001167" title="autoscale"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3e2c></a></span>
    
</li><li>
    <tt class="tt">set axescolor</tt> command,
    <span><a href="sect0070.html#a0000000811" title="Setting the color of axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3eac></a><span>, </span></span><span><a href="sect0148.html#a0000001169" title="axescolor"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3f0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001661" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3f2c></a></span>
    
</li><li>
    <tt class="tt">set axis</tt> command,
    <span><a href="sec-multiple_axes.html#a0000000803" title="Adding additional axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c3fac></a><span>, </span></span><span><a href="sect0069.html#a0000000808" title="Configuring the appearance of axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c702c></a><span>, </span></span><span><a href="sect0149.html#a0000001170" title="axis"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c704c></a><span>, </span></span><span><a href="sect0149.html#a0000001171" title="axis"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c708c></a></span>
    
</li><li>
    <tt class="tt">set axisunitstyle</tt> command,
    <span><a href="sec-set_axisunitstyle.html#a0000000805" title="Plotting quantities with physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c710c></a><span>, </span></span><span><a href="sect0150.html#a0000001172" title="axisunitstyle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c716c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001662" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c718c></a></span>
    
</li><li>
    <tt class="tt">set backup</tt> command,
    <span><a href="sec-file_backup.html#a0000000940" title="Backing up over-written files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c720c></a><span>, </span></span><span><a href="sect0151.html#a0000001173" title="backup"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c726c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001663" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c728c></a></span>
    
</li><li>
    <tt class="tt">set bar</tt> command,
    <span><a href="sect0152.html#a0000001174" title="bar"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c730c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001664" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c736c></a></span>
    
</li><li>
    <tt class="tt">set binorigin</tt> command,
    <span><a href="sect0153.html#a0000001175" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c738c></a><span>, </span></span><span><a href="sect0153.html#a0000001178" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c742c></a><span>, </span></span><span><a href="sect0153.html#a0000001179" title="binorigin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c744c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001665" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c748c></a></span>
    
</li><li>
    <tt class="tt">set binwidth</tt> command,
    <span><a href="sect0154.html#a0000001181" title="binwidth"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c750c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001667" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c756c></a></span>
    
</li><li>
    <tt class="tt">set boxfrom</tt> command,
    <span><a href="sec-barcharts.html#a0000000727" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c75cc></a><span>, </span></span><span><a href="sect0155.html#a0000001182" title="boxfrom"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c762c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001669" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c764c></a></span>
    
</li><li>
    <tt class="tt">set boxwidth</tt> command,
    <span><a href="sec-barcharts.html#a0000000722" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c76cc></a><span>, </span></span><span><a href="sect0156.html#a0000001183" title="boxwidth"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c772c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001670" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c774c></a></span>
    
</li><li>
    <tt class="tt">set c&lt;n&gt;range</tt> command,
    <span><a href="sec-colmap_custom.html#a0000000885" title="Custom color mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c77cc></a></span>
    
</li><li>
    <tt class="tt">set c1format</tt> command,
    <span><a href="sec-colormaps.html#a0000000877" title="Color maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c784c></a><span>, </span></span><span><a href="ex-mandelbrot.html#a0000000888" title="Color scale bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c78ac></a></span>
    
</li><li>
    <tt class="tt">set c1label</tt> command,
    <span><a href="sect0158.html#a0000001187" title="c1label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c790c></a></span>
    
</li><li>
    <tt class="tt">set c1range</tt> command,
    <span><a href="sec-colormaps.html#a0000000876" title="Color maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c798c></a><span>, </span></span><span><a href="sec-contourmaps.html#a0000000893" title="Contour maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c79ec></a></span>
    
</li><li>
    <tt class="tt">set c1tics</tt> command,
    <span><a href="ex-mandelbrot.html#a0000000889" title="Color scale bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7a4c></a></span>
    
</li><li>
    <tt class="tt">set calendar</tt> command,
    <span><a href="sect0028.html#a0000000525" title="Calendars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7acc></a><span>, </span></span><span><a href="sect0028.html#a0000000526" title="Calendars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7b2c></a><span>, </span></span><span><a href="sect0028.html#a0000000527" title="Calendars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7b4c></a><span>, </span></span><span><a href="sect0159.html#a0000001190" title="calendar"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7b8c></a><span>, </span></span><span><a href="sect0159.html#a0000001191" title="calendar"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7bcc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001671" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7c0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001672" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7c4c></a></span>
    
</li><li>
    <tt class="tt">set clip</tt> command,
    <span><a href="sect0071.html#a0000000838" title="Clipping behaviour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7ccc></a><span>, </span></span><span><a href="sect0160.html#a0000001192" title="clip"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7d2c></a><span>, </span></span><span><a href="sect0160.html#a0000001193" title="clip"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7d4c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001673" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7d8c></a></span>
    
</li><li>
    <tt class="tt">set colkey</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001674" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7e0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001677" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7e6c></a></span>
    
</li><li>
    <tt class="tt">set colorkey</tt> command,
    <span><a href="ex-mandelbrot.html#a0000000887" title="Color scale bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7ecc></a><span>, </span></span><span><a href="sect0161.html#a0000001194" title="colorkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7f2c></a></span>
    
</li><li>
    <tt class="tt">set colormap</tt> command,
    <span><a href="sec-colmap_custom.html#a0000000882" title="Custom color mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7f8c></a><span>, </span></span><span><a href="sec-colmap_custom.html#a0000000886" title="Custom color mappings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9c7fec></a><span>, </span></span><span><a href="sect0162.html#a0000001199" title="colormap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb02c></a></span>
    
</li><li>
    <tt class="tt">set</tt> command,
    <span><a href="sect0018.html#a0000000369" title="Querying the values of settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb0ac></a><span>, </span></span><span><a href="sect0018.html#a0000000375" title="Querying the values of settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb10c></a><span>, </span></span><span><a href="sect0082.html#a0000000979" title="Settings associated with multiplot items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb12c></a><span>, </span></span><span><a href="sect0082.html#a0000000981" title="Settings associated with multiplot items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb16c></a><span>, </span></span><span><a href="sect0145.html#a0000001162" title="set"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb1ac></a><span>, </span></span><span><a href="sect0145.html#a0000001163" title="set"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb1ec></a><span>, </span></span><span><a href="ch-configuration.html#a0000001648" title="Configuring Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb22c></a><span>, </span></span><span><a href="sect0255.html#a0000001654" title="Configuration files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb26c></a><span>, </span></span><span><a href="sect0255.html#a0000001655" title="Configuration files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb2ac></a><span>, </span></span><span><a href="sect0255.html#a0000001656" title="Configuration files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb2ec></a><span>, </span></span><span><a href="sect0255.html#a0000001657" title="Configuration files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb32c></a><span>, </span></span><span><a href="sect0255.html#a0000001658" title="Configuration files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb36c></a></span>
    
</li><li>
    <tt class="tt">set contour</tt> command,
    <span><a href="sec-contourmaps.html#a0000000892" title="Contour maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb3ec></a><span>, </span></span><span><a href="sec-contourmaps.html#a0000000894" title="Contour maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb44c></a><span>, </span></span><span><a href="sec-contourmaps.html#a0000000895" title="Contour maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb46c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001681" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb4ac></a></span>
    
</li><li>
    <tt class="tt">set contours</tt> command,
    <span><a href="sect0163.html#a0000001206" title="contours"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb52c></a></span>
    
</li><li>
    <tt class="tt">set crange</tt> command,
    <span><a href="sect0164.html#a0000001209" title="cnrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb5ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001689" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb60c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001690" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb62c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001691" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb66c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001692" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb6ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001693" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb6ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001694" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb72c></a></span>
    
</li><li>
    <tt class="tt">set data style</tt> command,
    <span><a href="sect0165.html#a0000001216" title="data style"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb7ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001695" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb80c></a></span>
    
</li><li>
    <tt class="tt">set display</tt> command,
    <span><a href="ex-nanotubes.html#a0000000986" title="The construction of large multiplots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb86c></a><span>, </span></span><span><a href="sect0166.html#a0000001217" title="display"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb8cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001696" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb8ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001697" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb92c></a></span>
    
</li><li>
    <tt class="tt">set filter</tt> command,
    <span><a href="sect0167.html#a0000001218" title="filter"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cb9ac></a><span>, </span></span><span><a href="sect0167.html#a0000001219" title="filter"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cba0c></a></span>
    
</li><li>
    <tt class="tt">set fontsize</tt> command,
    <span><a href="ex-australia.html#a0000000860" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cba6c></a><span>, </span></span><span><a href="sect0168.html#a0000001220" title="fontsize"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbacc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001699" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbaec></a></span>
    
</li><li>
    <tt class="tt">set function style</tt> command,
    <span><a href="sect0169.html#a0000001221" title="function style"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbb6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001700" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbbcc></a></span>
    
</li><li>
    <tt class="tt">set grid</tt> command,
    <span><a href="sec-set_colors.html#a0000000832" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbc2c></a><span>, </span></span><span><a href="sect0170.html#a0000001222" title="grid"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbc8c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001701" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbcac></a></span>
    
</li><li>
    <tt class="tt">set gridmajcolor</tt> command,
    <span><a href="sec-set_colors.html#a0000000836" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbd2c></a><span>, </span></span><span><a href="sect0171.html#a0000001223" title="gridmajcolor"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbd8c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001702" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbdac></a></span>
    
</li><li>
    <tt class="tt">set gridmincolor</tt> command,
    <span><a href="sec-set_colors.html#a0000000837" title="Gridlines"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbe2c></a><span>, </span></span><span><a href="sect0172.html#a0000001224" title="gridmincolor"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbe8c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001703" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbeac></a></span>
    
</li><li>
    <tt class="tt">set key</tt> command,
    <span><a href="sec-legends.html#a0000000789" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbf2c></a><span>, </span></span><span><a href="sec-legends.html#a0000000790" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbf8c></a><span>, </span></span><span><a href="sec-legends.html#a0000000797" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf02c></a><span>, </span></span><span><a href="sect0173.html#a0000001225" title="key"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf04c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001704" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf08c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001706" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf0cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001707" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf10c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001708" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf14c></a></span>
    
</li><li>
    <tt class="tt">set keycolumns</tt> command,
    <span><a href="sec-legends.html#a0000000802" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cbfcc></a><span>, </span></span><span><a href="sect0174.html#a0000001226" title="keycolumns"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf1ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001705" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf20c></a></span>
    
</li><li>
    <tt class="tt">set label</tt> command,
    <span><a href="sect0072.html#a0000000840" title="Labelling graphs"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf28c></a><span>, </span></span><span><a href="ex-australia.html#a0000000856" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf2ec></a><span>, </span></span><span><a href="sect0080.html#a0000000959" title="The text command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf30c></a><span>, </span></span><span><a href="sect0088.html#a0000001015" title="LaTeX and Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf34c></a><span>, </span></span><span><a href="sect0175.html#a0000001227" title="label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf38c></a><span>, </span></span><span><a href="sect0175.html#a0000001228" title="label"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf3cc></a></span>
    
</li><li>
    <tt class="tt">set linewidth</tt> command,
    <span><a href="sect0176.html#a0000001229" title="linewidth"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf44c></a><span>, </span></span><span><a href="sect0176.html#a0000001230" title="linewidth"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf4ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001710" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf4cc></a></span>
    
</li><li>
    <tt class="tt">set logscale c</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001684" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf54c></a></span>
    
</li><li>
    <tt class="tt">set logscale</tt> command,
    <span><a href="ex-axislab.html#a0000000432" title="Setting axis ranges"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf5cc></a><span>, </span></span><span><a href="sect0177.html#a0000001231" title="logscale"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf62c></a></span>
    
</li><li>
    <tt class="tt">set logscale t</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001750" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf68c></a></span>
    
</li><li>
    <tt class="tt">set logscale u</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001757" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf70c></a></span>
    
</li><li>
    <tt class="tt">set logscale v</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001760" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf78c></a></span>
    
</li><li>
    <tt class="tt">set multiplot</tt> command,
    <span><a href="sec-multiplot.html#a0000000955" title="Multiplot mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf80c></a><span>, </span></span><span><a href="sect0178.html#a0000001232" title="multiplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf86c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001711" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf88c></a></span>
    
</li><li>
    <tt class="tt">set mxtics</tt> command,
    <span><a href="sect0179.html#a0000001233" title="mxtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf90c></a></span>
    
</li><li>
    <tt class="tt">set mytics</tt> command,
    <span><a href="sect0180.html#a0000001234" title="mytics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cf98c></a></span>
    
</li><li>
    <tt class="tt">set mztics</tt> command,
    <span><a href="sect0181.html#a0000001235" title="mztics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfa0c></a></span>
    
</li><li>
    <tt class="tt">set noarrow</tt> command,
    <span><a href="sec-set_arrow.html#a0000000844" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfa8c></a><span>, </span></span><span><a href="sect0182.html#a0000001236" title="noarrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfaec></a></span>
    
</li><li>
    <tt class="tt">set noaxis</tt> command,
    <span><a href="sect0183.html#a0000001237" title="noaxis"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfb4c></a></span>
    
</li><li>
    <tt class="tt">set nobackup</tt> command,
    <span><a href="sect0184.html#a0000001238" title="nobackup"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfbcc></a></span>
    
</li><li>
    <tt class="tt">set noclip</tt> command,
    <span><a href="sect0185.html#a0000001239" title="noclip"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfc4c></a></span>
    
</li><li>
    <tt class="tt">set nocolorkey</tt> command,
    <span><a href="sect0186.html#a0000001240" title="nocolorkey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfccc></a></span>
    
</li><li>
    <tt class="tt">set nodisplay</tt> command,
    <span><a href="ex-nanotubes.html#a0000000985" title="The construction of large multiplots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfd4c></a><span>, </span></span><span><a href="sect0187.html#a0000001243" title="nodisplay"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfdac></a></span>
    
</li><li>
    <tt class="tt">set nogrid</tt> command,
    <span><a href="sect0188.html#a0000001244" title="nogrid"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfe0c></a></span>
    
</li><li>
    <tt class="tt">set nokey</tt> command,
    <span><a href="sec-legends.html#a0000000788" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfe8c></a><span>, </span></span><span><a href="sect0189.html#a0000001245" title="nokey"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cfeec></a></span>
    
</li><li>
    <tt class="tt">set nolabel</tt> command,
    <span><a href="sect0190.html#a0000001246" title="nolabel"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cff4c></a></span>
    
</li><li>
    <tt class="tt">set nologscale</tt> command,
    <span><a href="ex-axislab.html#a0000000433" title="Setting axis ranges"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9cffcc></a><span>, </span></span><span><a href="sect0191.html#a0000001247" title="nologscale"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d304c></a></span>
    
</li><li>
    <tt class="tt">set nomultiplot</tt> command,
    <span><a href="sec-multiplot.html#a0000000956" title="Multiplot mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d30ac></a><span>, </span></span><span><a href="sect0192.html#a0000001248" title="nomultiplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d310c></a><span>, </span></span><span><a href="sect0192.html#a0000001249" title="nomultiplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d312c></a></span>
    
</li><li>
    <tt class="tt">set nostyle</tt> command,
    <span><a href="sect0193.html#a0000001250" title="nostyle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d31ac></a></span>
    
</li><li>
    <tt class="tt">set notitle</tt> command,
    <span><a href="sect0194.html#a0000001251" title="notitle"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d322c></a></span>
    
</li><li>
    <tt class="tt">set noxtics</tt> command,
    <span><a href="ex-axistics.html#a0000000822" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d32ac></a><span>, </span></span><span><a href="sect0195.html#a0000001252" title="noxtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d330c></a><span>, </span></span><span><a href="sect0227.html#a0000001377" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d332c></a></span>
    
</li><li>
    <tt class="tt">set noytics</tt> command,
    <span><a href="sect0196.html#a0000001253" title="noytics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d33ac></a></span>
    
</li><li>
    <tt class="tt">set noztics</tt> command,
    <span><a href="sect0197.html#a0000001254" title="noztics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d342c></a></span>
    
</li><li>
    <tt class="tt">set numeric complex</tt> command,
    <span><a href="sec-complex_numbers.html#a0000000454" title="Working with complex numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d34ac></a></span>
    
</li><li>
    <tt class="tt">set numeric errors explicit</tt> command,
    <span><a href="sec-num_errs.html#a0000000451" title="Handling numerical errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d352c></a></span>
    
</li><li>
    <tt class="tt">set numeric errors quiet</tt> command,
    <span><a href="sec-num_errs.html#a0000000448" title="Handling numerical errors"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d35ac></a><span>, </span></span><span><a href="sec-units.html#a0000000468" title="Working with physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d360c></a><span>, </span></span><span><a href="ex-interpolation.html#a0000000555" title="Datafile interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d362c></a></span>
    
</li><li>
    <tt class="tt">set numeric real</tt> command,
    <span><a href="sec-complex_numbers.html#a0000000455" title="Working with complex numbers"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d36ac></a></span>
    
</li><li>
    <tt class="tt">set numerics</tt> command,
    <span><a href="sect0198.html#a0000001255" title="numerics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d372c></a><span>, </span></span><span><a href="sect0198.html#a0000001256" title="numerics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d378c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001712" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d37ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001713" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d37ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001714" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d382c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001715" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d386c></a></span>
    
</li><li>
    <tt class="tt">set numerics complex</tt> command,
    <span><a href="sect0005.html#a0000000294" title="An introductory tour"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d38ec></a></span>
    
</li><li>
    <tt class="tt">set numerics display</tt> command,
    <span><a href="sec-pastable.html#a0000000493" title="Creating pastable text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d396c></a></span>
    
</li><li>
    <tt class="tt">set numerics sigfig</tt> command,
    <span><a href="sect0026.html#a0000000492" title="Changing the accuracy to which numbers are displayed"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d39ec></a><span>, </span></span><span><a href="sec-set_xformat.html#a0000000823" title="Configuring how tick marks are labelled"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3a4c></a><span>, </span></span><span><a href="sect0224.html#a0000001361" title="xformat"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3a6c></a></span>
    
</li><li>
    <tt class="tt">set numerics typeable</tt> command,
    <span><a href="sect0018.html#a0000000376" title="Querying the values of settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3aec></a></span>
    
</li><li>
    <tt class="tt">set origin</tt> command,
    <span><a href="sec-multiplot.html#a0000000957" title="Multiplot mode"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3b6c></a><span>, </span></span><span><a href="sect0199.html#a0000001257" title="origin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3bcc></a><span>, </span></span><span><a href="sect0199.html#a0000001258" title="origin"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3bec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001716" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3c2c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001717" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3c6c></a></span>
    
</li><li>
    <tt class="tt">set output</tt> command,
    <span><a href="sec-directing_output.html#a0000000401" title="Directing where output goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3cec></a><span>, </span></span><span><a href="sect0074.html#a0000000903" title="Producing images on disk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3d4c></a><span>, </span></span><span><a href="sect0200.html#a0000001259" title="output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3d6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001718" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3dac></a></span>
    
</li><li>
    <tt class="tt">set palette</tt> command,
    <span><a href="sec-palette.html#a0000000665" title="The palette"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3e2c></a><span>, </span></span><span><a href="sect0201.html#a0000001260" title="palette"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3e8c></a></span>
    
</li><li>
    <tt class="tt">set papersize</tt> command,
    <span><a href="sec-set_papersize.html#a0000000934" title="Paper sizes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3eec></a><span>, </span></span><span><a href="sect0202.html#a0000001261" title="papersize"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3f4c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001719" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3f6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001720" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d3fac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001721" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d702c></a></span>
    
</li><li>
    <tt class="tt">set pointlinewidth</tt> command,
    <span><a href="sect0203.html#a0000001262" title="pointlinewidth"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d708c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001722" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d70ec></a></span>
    
</li><li>
    <tt class="tt">set pointsize</tt> command,
    <span><a href="sect0204.html#a0000001263" title="pointsize"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d714c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001723" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d71ac></a></span>
    
</li><li>
    <tt class="tt">set preamble</tt> command,
    <span><a href="sect0078.html#a0000000943" title="Changing font"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d720c></a><span>, </span></span><span><a href="sect0078.html#a0000000944" title="Changing font"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d726c></a><span>, </span></span><span><a href="sect0088.html#a0000001013" title="LaTeX and Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d728c></a><span>, </span></span><span><a href="sect0205.html#a0000001264" title="preamble"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d72cc></a><span>, </span></span><span><a href="sect0255.html#a0000001653" title="Configuration files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d730c></a></span>
    
</li><li>
    <tt class="tt">set sample grid</tt> command,
    <span><a href="ex-trefoil.html#a0000000772" title="Two-dimensional parametric surfaces"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d738c></a></span>
    
</li><li>
    <tt class="tt">set samples</tt> command,
    <span><a href="sec-pointtype.html#a0000000412" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d740c></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000540" title="Tabulating functions and slicing data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d746c></a><span>, </span></span><span><a href="sect0032.html#a0000000560" title="Two-dimensional interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d748c></a><span>, </span></span><span><a href="ex-surface-sinc.html#a0000000899" title="Surface plotting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d74cc></a><span>, </span></span><span><a href="sect0121.html#a0000001106" title="interpolate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d750c></a><span>, </span></span><span><a href="sect0206.html#a0000001265" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d754c></a><span>, </span></span><span><a href="sect0240.html#a0000001398" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d758c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001724" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d75cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001725" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d760c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001733" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d764c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001734" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d768c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001735" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d76cc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001736" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d770c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001737" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d774c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001738" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d778c></a></span>
    
</li><li>
    <tt class="tt">set samples grid</tt> command,
    <span><a href="sec-colormaps.html#a0000000878" title="Color maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d780c></a></span>
    
</li><li>
    <tt class="tt">set samples interpolate</tt> command,
    <span><a href="sec-colormaps.html#a0000000879" title="Color maps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d788c></a></span>
    
</li><li>
    <tt class="tt">set seed</tt> command,
    <span><a href="sect0035.html#a0000000601" title="Random data generation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d790c></a><span>, </span></span><span><a href="sect0207.html#a0000001272" title="seed"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d796c></a><span>, </span></span><span><a href="sect0207.html#a0000001273" title="seed"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d798c></a></span>
    
</li><li>
    <tt class="tt">set size</tt> command,
    <span><a href="sect0020.html#a0000000408" title="Setting the size of output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7a0c></a><span>, </span></span><span><a href="sec-threedim.html#a0000000896" title="Three-dimensional plotting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7a6c></a><span>, </span></span><span><a href="sect0208.html#a0000001274" title="size"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7a8c></a></span>
    
</li><li>
    set size command,
    
    <ul>
    <li>
        <tt class="tt">noratio</tt> modifier,
        <span><a href="sect0208.html#a0000001276" title="noratio"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7b4c></a></span>
        
    </li><li>
        <tt class="tt">ratio</tt> modifier,
        <span><a href="sect0208.html#a0000001278" title="ratio"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7bec></a></span>
        
    </li><li>
        <tt class="tt">square</tt> modifier,
        <span><a href="sect0208.html#a0000001280" title="square"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7c6c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">set size</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001764" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7cec></a></span>
    
</li><li>
    <tt class="tt">set size ratio</tt> command,
    <span><a href="sect0020.html#a0000000410" title="Setting the size of output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7d6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001660" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7dcc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001767" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7dec></a></span>
    
</li><li>
    <tt class="tt">set size square</tt> command,
    <span><a href="sect0020.html#a0000000411" title="Setting the size of output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7e6c></a></span>
    
</li><li>
    <tt class="tt">set style</tt> command,
    <span><a href="sect0209.html#a0000001281" title="style"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7eec></a></span>
    
</li><li>
    <tt class="tt">set style data</tt> command,
    <span><a href="sec-pointtype.html#a0000000425" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7f6c></a><span>, </span></span><span><a href="sect0210.html#a0000001282" title="style data | style function"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9d7fcc></a></span>
    
</li><li>
    <tt class="tt">set style function</tt> command,
    <span><a href="sec-pointtype.html#a0000000426" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da04c></a><span>, </span></span><span><a href="sect0210.html#a0000001283" title="style data | style function"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da0ac></a></span>
    
</li><li>
    <tt class="tt">set terminal</tt> command,
    <span><a href="sec-directing_output.html#a0000000399" title="Directing where output goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da10c></a><span>, </span></span><span><a href="sec-directing_output.html#a0000000402" title="Directing where output goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da16c></a><span>, </span></span><span><a href="sec-directing_output.html#a0000000407" title="Directing where output goes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da18c></a><span>, </span></span><span><a href="sec-set_terminal.html#a0000000900" title="The set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da1cc></a></span>
    
</li><li>
    set terminal command,
    
    <ul>
    <li>
        <tt class="tt">dpi</tt> modifier,
        <span><a href="sect0074.html#a0000000905" title="Producing images on disk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da28c></a></span>
        
    </li>
    </ul>
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">set terminal</tt> command,
    <span><a href="sect0075.html#a0000000908" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da32c></a><span>, </span></span><span><a href="sect0077.html#a0000000933" title="PostScript output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da38c></a><span>, </span></span><span><a href="sect0211.html#a0000001284" title="terminal"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da3ac></a><span>, </span></span><span><a href="sect0211.html#a0000001285" title="terminal"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da3ec></a></span>
    
</li><li>
    set terminal command,
    
    <ul>
    <li>
        <tt class="tt">antialias</tt> modifier,
        <span><a href="sect0211.html#a0000001288" title="antialias"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da4ac></a></span>
        
    </li><li>
        <tt class="tt">gif</tt> modifier,
        <span><a href="sect0211.html#a0000001290" title="bmp"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da54c></a></span>
        
    </li><li>
        <tt class="tt">color</tt> modifier,
        <span><a href="sect0211.html#a0000001292" title="color"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da5cc></a><span>, </span></span><span><a href="sect0211.html#a0000001294" title="color"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da62c></a></span>
        
    </li><li>
        <tt class="tt">dpi</tt> modifier,
        <span><a href="sect0211.html#a0000001296" title="dpi"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da68c></a></span>
        
    </li><li>
        <tt class="tt">enlarge</tt> modifier,
        <span><a href="sect0211.html#a0000001298" title="enlarge"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da70c></a></span>
        
    </li><li>
        <tt class="tt">eps</tt> modifier,
        <span><a href="sect0211.html#a0000001300" title="eps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da78c></a></span>
        
    </li><li>
        <tt class="tt">gif</tt> modifier,
        <span><a href="sect0211.html#a0000001302" title="gif"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da80c></a></span>
        
    </li><li>
        <tt class="tt">invert</tt> modifier,
        <span><a href="sect0211.html#a0000001304" title="invert"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da88c></a></span>
        
    </li><li>
        <tt class="tt">jpeg</tt> modifier,
        <span><a href="sect0211.html#a0000001306" title="jpeg"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da90c></a></span>
        
    </li><li>
        <tt class="tt">landscape</tt> modifier,
        <span><a href="sect0211.html#a0000001308" title="landscape"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9da98c></a></span>
        
    </li><li>
        <tt class="tt">monochrome</tt> modifier,
        <span><a href="sect0211.html#a0000001310" title="monochrome"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9daa0c></a></span>
        
    </li><li>
        <tt class="tt">noantialias</tt> modifier,
        <span><a href="sect0211.html#a0000001312" title="noantialias"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9daa8c></a></span>
        
    </li><li>
        <tt class="tt">noenlarge</tt> modifier,
        <span><a href="sect0211.html#a0000001314" title="noenlarge"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dab0c></a></span>
        
    </li><li>
        <tt class="tt">noinvert</tt> modifier,
        <span><a href="sect0211.html#a0000001316" title="noinvert"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dab8c></a></span>
        
    </li><li>
        <tt class="tt">pdf</tt> modifier,
        <span><a href="sect0211.html#a0000001318" title="pdf"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dac0c></a></span>
        
    </li><li>
        <tt class="tt">png</tt> modifier,
        <span><a href="sect0211.html#a0000001320" title="png"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dac8c></a></span>
        
    </li><li>
        <tt class="tt">portrait</tt> modifier,
        <span><a href="sect0211.html#a0000001322" title="portrait"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dad0c></a></span>
        
    </li><li>
        <tt class="tt">postscript</tt> modifier,
        <span><a href="sect0211.html#a0000001324" title="postscript"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dad8c></a></span>
        
    </li><li>
        <tt class="tt">solid</tt> modifier,
        <span><a href="sect0211.html#a0000001326" title="solid"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dae0c></a></span>
        
    </li><li>
        <tt class="tt">transparent</tt> modifier,
        <span><a href="sect0211.html#a0000001328" title="transparent"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dae8c></a></span>
        
    </li><li>
        <tt class="tt">X11_multiWindow</tt> modifier,
        <span><a href="sect0211.html#a0000001330" title="X11_multiWindow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9daf0c></a></span>
        
    </li><li>
        <tt class="tt">X11_persist</tt> modifier,
        <span><a href="sect0211.html#a0000001332" title="X11_persist"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9daf8c></a></span>
        
    </li><li>
        <tt class="tt">X11_singleWindow</tt> modifier,
        <span><a href="sect0211.html#a0000001334" title="X11_singleWindow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df02c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">set terminal</tt> command,
    <span><a href="sec-configfile_settings.html#a0000001680" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df0ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001709" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df10c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001739" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df12c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001740" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df16c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001741" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df1ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001742" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df1ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001743" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df22c></a></span>
    
</li><li>
    <tt class="tt">set terminal dpi</tt> command,
    <span><a href="sect0074.html#a0000000904" title="Producing images on disk"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df2ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001698" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df30c></a></span>
    
</li><li>
    <tt class="tt">set textcolor</tt> command,
    <span><a href="ex-australia.html#a0000000863" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df36c></a><span>, </span></span><span><a href="sect0080.html#a0000000961" title="The text command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df3cc></a><span>, </span></span><span><a href="sect0212.html#a0000001335" title="textcolor"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df3ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001744" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df42c></a></span>
    
</li><li>
    <tt class="tt">set texthalign</tt> command,
    <span><a href="ex-australia.html#a0000000866" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df4ac></a><span>, </span></span><span><a href="sect0080.html#a0000000962" title="The text command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df50c></a><span>, </span></span><span><a href="sect0213.html#a0000001336" title="texthalign"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df52c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001745" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df56c></a></span>
    
</li><li>
    <tt class="tt">set textvalign</tt> command,
    <span><a href="ex-australia.html#a0000000867" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df5ec></a><span>, </span></span><span><a href="sect0080.html#a0000000963" title="The text command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df64c></a><span>, </span></span><span><a href="sect0214.html#a0000001337" title="textvalign"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df66c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001746" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df6ac></a></span>
    
</li><li>
    <tt class="tt">set timezone</tt> command,
    <span><a href="sect0215.html#a0000001338" title="timezone"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df72c></a><span>, </span></span><span><a href="sect0215.html#a0000001339" title="timezone"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df78c></a></span>
    
</li><li>
    <tt class="tt">set title</tt> command,
    <span><a href="sect0216.html#a0000001340" title="title"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df7ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001747" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df84c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001748" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df86c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001749" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df8ac></a></span>
    
</li><li>
    <tt class="tt">set trange</tt> command,
    <span><a href="ex-spirograph.html#a0000000765" title="Plotting parametric functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df92c></a><span>, </span></span><span><a href="ex-spirograph.html#a0000000766" title="Plotting parametric functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df98c></a><span>, </span></span><span><a href="sect0217.html#a0000001341" title="trange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df9ac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001751" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9df9ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001752" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfa2c></a></span>
    
</li><li>
    <tt class="tt">set unit</tt> command,
    <span><a href="sect0218.html#a0000001342" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfaac></a><span>, </span></span><span><a href="sect0218.html#a0000001343" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfb0c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001753" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfb2c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001754" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfb6c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001755" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfbac></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001756" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfbec></a></span>
    
</li><li>
    <tt class="tt">set unit of</tt> command,
    <span><a href="sect0025.html#a0000000486" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfc6c></a><span>, </span></span><span><a href="sect0025.html#a0000000488" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfccc></a><span>, </span></span><span><a href="sect0218.html#a0000001351" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfcec></a></span>
    
</li><li>
    <tt class="tt">set unit preferred</tt> command,
    <span><a href="sect0025.html#a0000000487" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfd6c></a><span>, </span></span><span><a href="sect0025.html#a0000000489" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfdcc></a><span>, </span></span><span><a href="sect0218.html#a0000001350" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfdec></a><span>, </span></span><span><a href="sect0218.html#a0000001352" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfe2c></a></span>
    
</li><li>
    <tt class="tt">set unit scheme</tt> command,
    <span><a href="sect0025.html#a0000000483" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dfeac></a><span>, </span></span><span><a href="sect0218.html#a0000001344" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dff0c></a></span>
    
</li><li>
    <tt class="tt">set urange</tt> command,
    <span><a href="ex-trefoil.html#a0000000770" title="Two-dimensional parametric surfaces"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dff6c></a><span>, </span></span><span><a href="sect0219.html#a0000001353" title="urange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9dffcc></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001758" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e302c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001759" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e304c></a></span>
    
</li><li>
    <tt class="tt">set view</tt> command,
    <span><a href="sec-threedim.html#a0000000897" title="Three-dimensional plotting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e30cc></a><span>, </span></span><span><a href="sect0220.html#a0000001354" title="view"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e312c></a><span>, </span></span><span><a href="sect0220.html#a0000001355" title="view"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e314c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001765" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e318c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001766" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e31cc></a></span>
    
</li><li>
    <tt class="tt">set viewer</tt> command,
    <span><a href="sect0010.html#a0000000319" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e324c></a><span>, </span></span><span><a href="sect0075.html#a0000000909" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e32ac></a><span>, </span></span><span><a href="sect0221.html#a0000001356" title="viewer"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e32cc></a><span>, </span></span><span><a href="sect0221.html#a0000001357" title="viewer"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e330c></a></span>
    
</li><li>
    <tt class="tt">set vrange</tt> command,
    <span><a href="ex-trefoil.html#a0000000771" title="Two-dimensional parametric surfaces"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e338c></a><span>, </span></span><span><a href="sect0222.html#a0000001358" title="vrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e33ec></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001761" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e340c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001762" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e344c></a></span>
    
</li><li>
    <tt class="tt">set width</tt> command,
    <span><a href="sect0020.html#a0000000409" title="Setting the size of output"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e34cc></a><span>, </span></span><span><a href="sect0223.html#a0000001359" title="width"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e352c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001763" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e354c></a></span>
    
</li><li>
    <tt class="tt">set x1format</tt> command,
    <span><a href="sect0157.html#a0000001184" title="c1format"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e35cc></a></span>
    
</li><li>
    <tt class="tt">set xformat</tt> command,
    <span><a href="ex-calculus.html#a0000000503" title="Numerical integration and differentiation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e364c></a><span>, </span></span><span><a href="sec-set_axisunitstyle.html#a0000000806" title="Plotting quantities with physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e36ac></a><span>, </span></span><span><a href="sec-set_axisunitstyle.html#a0000000807" title="Plotting quantities with physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e36cc></a><span>, </span></span><span><a href="sec-set_xformat.html#a0000000825" title="Configuring how tick marks are labelled"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e370c></a><span>, </span></span><span><a href="sec-set_xformat.html#a0000000828" title="Changing the slant of axis labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e374c></a><span>, </span></span><span><a href="sect0224.html#a0000001360" title="xformat"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e378c></a><span>, </span></span><span><a href="sect0224.html#a0000001363" title="xformat"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e37cc></a></span>
    
</li><li>
    <tt class="tt">set xlabel</tt> command,
    <span><a href="sect0225.html#a0000001364" title="xlabel"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e384c></a></span>
    
</li><li>
    <tt class="tt">set xrange</tt> command,
    <span><a href="ex-axislab.html#a0000000430" title="Setting axis ranges"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e38cc></a><span>, </span></span><span><a href="sect0226.html#a0000001365" title="xrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e392c></a></span>
    
</li><li>
    <tt class="tt">set xtics</tt> command,
    <span><a href="ex-axistics.html#a0000000812" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e398c></a><span>, </span></span><span><a href="sect0227.html#a0000001366" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e39ec></a><span>, </span></span><span><a href="sect0227.html#a0000001367" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3a0c></a></span>
    
</li><li>
    <tt class="tt">set yformat</tt> command,
    <span><a href="sect0228.html#a0000001378" title="yformat"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3a8c></a></span>
    
</li><li>
    <tt class="tt">set ylabel</tt> command,
    <span><a href="sect0229.html#a0000001379" title="ylabel"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3b0c></a></span>
    
</li><li>
    <tt class="tt">set yrange</tt> command,
    <span><a href="sect0230.html#a0000001380" title="yrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3b8c></a></span>
    
</li><li>
    <tt class="tt">set ytics</tt> command,
    <span><a href="sect0231.html#a0000001381" title="ytics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3c0c></a></span>
    
</li><li>
    <tt class="tt">set zformat</tt> command,
    <span><a href="sect0232.html#a0000001382" title="zformat"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3c8c></a></span>
    
</li><li>
    <tt class="tt">set zlabel</tt> command,
    <span><a href="sect0233.html#a0000001383" title="zlabel"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3d0c></a></span>
    
</li><li>
    <tt class="tt">set zrange</tt> command,
    <span><a href="sect0234.html#a0000001384" title="zrange"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3d8c></a></span>
    
</li><li>
    <tt class="tt">set ztics</tt> command,
    <span><a href="sect0235.html#a0000001385" title="ztics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3e0c></a></span>
    
</li><li>
    <tt class="tt">setPos(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0054.html#a0000000650" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3e8c></a></span>
    
</li><li>
    <tt class="tt">sgn(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001532" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3f0c></a></span>
    
</li><li>
    <tt class="tt">shadedregion</tt> plot style,
    <span><a href="sect0059.html#a0000000705" title="Shaded regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3f8c></a><span>, </span></span><span><a href="sect0059.html#a0000000711" title="Shaded regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e3fec></a></span>
    
</li><li>
    <tt class="tt">show</tt> command,
    <span><a href="sect0018.html#a0000000370" title="Querying the values of settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e606c></a><span>, </span></span><span><a href="sect0018.html#a0000000371" title="Querying the values of settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e60cc></a><span>, </span></span><span><a href="sect0018.html#a0000000372" title="Querying the values of settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e60ec></a><span>, </span></span><span><a href="sect0018.html#a0000000373" title="Querying the values of settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e612c></a><span>, </span></span><span><a href="sect0018.html#a0000000374" title="Querying the values of settings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e616c></a><span>, </span></span><span><a href="sect0082.html#a0000000980" title="Settings associated with multiplot items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e61ac></a><span>, </span></span><span><a href="sect0236.html#a0000001386" title="show"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e61ec></a><span>, </span></span><span><a href="sect0236.html#a0000001387" title="show"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e622c></a><span>, </span></span><span><a href="sect0255.html#a0000001650" title="Configuration files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e626c></a></span>
    
</li><li>
    <tt class="tt">show palette</tt> command,
    <span><a href="sec-palette.html#a0000000664" title="The palette"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e62ec></a></span>
    
</li><li>
    <tt class="tt">show variables</tt> command,
    <span><a href="sect0023.html#a0000000440" title="Variables"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e636c></a></span>
    
</li><li>
    <tt class="tt">show xtics</tt> command,
    <span><a href="ex-axistics.html#a0000000821" title="Specifying where ticks should appear along axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e63ec></a><span>, </span></span><span><a href="sect0227.html#a0000001376" title="xtics"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e644c></a></span>
    
</li><li>
    SI prefixes,
    <span><a href="sect0025.html#a0000000490" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e64ac></a></span>
    
</li><li>
    <tt class="tt">sin(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001533" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e652c></a></span>
    
</li><li>
    <tt class="tt">sinc(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001534" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e65ac></a></span>
    
</li><li>
    <tt class="tt">sinh(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001535" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e662c></a></span>
    
</li><li>
    Solaris,
    <span><a href="ch-installation.html#a0000000298" title="Installation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e66cc></a></span>
    
</li><li>
    <tt class="tt">solve</tt> command,
    <span><a href="sect0027.html#a0000000504" title="Solving systems of equations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e674c></a><span>, </span></span><span><a href="sect0027.html#a0000000505" title="Solving systems of equations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e67ac></a><span>, </span></span><span><a href="sect0027.html#a0000000506" title="Solving systems of equations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e66ac></a><span>, </span></span><span><a href="sect0027.html#a0000000507" title="Solving systems of equations"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e67ec></a><span>, </span></span><span><a href="sect0237.html#a0000001388" title="solve"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e682c></a><span>, </span></span><span><a href="sect0237.html#a0000001389" title="solve"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e686c></a><span>, </span></span><span><a href="sect0237.html#a0000001390" title="solve"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e68ac></a></span>
    
</li><li>
    splicing functions,
    <span><a href="ex-funcsplice.html#a0000000444" title="Spliced functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e692c></a></span>
    
</li><li>
    <tt class="tt">spline</tt> command,
    <span><a href="ex-interpolation.html#a0000000559" title="Datafile interpolation"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e69ac></a><span>, </span></span><span><a href="sect0121.html#a0000001111" title="interpolate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6a0c></a><span>, </span></span><span><a href="sect0238.html#a0000001391" title="spline"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6a6c></a><span>, </span></span><span><a href="sect0238.html#a0000001392" title="spline"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6aac></a></span>
    
</li><li>
    spreadsheets, importing data from,
    <span><a href="sec-first_plots.html#a0000000351" title="First plots"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6a2c></a></span>
    
</li><li>
    <tt class="tt">sqrt(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001536" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6b6c></a></span>
    
</li><li>
    <tt class="tt">stars</tt> plot style,
    <span><a href="sect0058.html#a0000000677" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6bec></a></span>
    
</li><li>
    <tt class="tt">stats.binomialCDF(<img src="images/img-0719.png" alt="$k,p,n$" style="vertical-align:-4px; 
                                     width:45px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001601" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6c6c></a></span>
    
</li><li>
    <tt class="tt">stats.binomialPDF(<img src="images/img-0719.png" alt="$k,p,n$" style="vertical-align:-4px; 
                                     width:45px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001602" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6cec></a></span>
    
</li><li>
    <tt class="tt">stats.chisqCDF(<img src="images/img-0721.png" alt="$x,\nu $" style="vertical-align:-4px; 
                                     width:28px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001603" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6d6c></a></span>
    
</li><li>
    <tt class="tt">stats.chisqCDFi(<img src="images/img-0722.png" alt="$P,\nu $" style="vertical-align:-4px; 
                                     width:30px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001604" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6dec></a></span>
    
</li><li>
    <tt class="tt">stats.chisqPDF(<img src="images/img-0721.png" alt="$x,\nu $" style="vertical-align:-4px; 
                                     width:28px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001605" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6e6c></a></span>
    
</li><li>
    <tt class="tt">stats.gaussianCDF(<img src="images/img-0701.png" alt="$x,\sigma $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001606" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6eec></a></span>
    
</li><li>
    <tt class="tt">stats.gaussianCDFi(<img src="images/img-0701.png" alt="$x,\sigma $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001607" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6f6c></a></span>
    
</li><li>
    <tt class="tt">stats.gaussianPDF(<img src="images/img-0701.png" alt="$x,\sigma $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001608" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9e6fec></a></span>
    
</li><li>
    <tt class="tt">stats.lognormalCDF(<img src="images/img-0724.png" alt="$x,\zeta ,\sigma $" style="vertical-align:-4px; 
                                     width:46px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001609" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea08c></a></span>
    
</li><li>
    <tt class="tt">stats.lognormalCDFi(<img src="images/img-0724.png" alt="$x,\zeta ,\sigma $" style="vertical-align:-4px; 
                                     width:46px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001610" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea10c></a></span>
    
</li><li>
    <tt class="tt">stats.lognormalPDF(<img src="images/img-0724.png" alt="$x,\zeta ,\sigma $" style="vertical-align:-4px; 
                                     width:46px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001611" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea18c></a></span>
    
</li><li>
    <tt class="tt">stats.poissonCDF(<img src="images/img-0725.png" alt="$x,\mu $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001612" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea20c></a></span>
    
</li><li>
    <tt class="tt">stats.poissonPDF(<img src="images/img-0725.png" alt="$x,\mu $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001613" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea28c></a></span>
    
</li><li>
    <tt class="tt">stats.tdistCDF(<img src="images/img-0721.png" alt="$x,\nu $" style="vertical-align:-4px; 
                                     width:28px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001614" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea30c></a></span>
    
</li><li>
    <tt class="tt">stats.tdistCDFi(<img src="images/img-0722.png" alt="$P,\nu $" style="vertical-align:-4px; 
                                     width:30px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001615" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea38c></a></span>
    
</li><li>
    <tt class="tt">stats.tdistPDF(<img src="images/img-0721.png" alt="$x,\nu $" style="vertical-align:-4px; 
                                     width:28px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0253.html#a0000001616" title="The stats module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea40c></a></span>
    
</li><li>
    stdin,
    <span><a href="sect0030.html#a0000000535" title="Reading data from a pipe"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea48c></a></span>
    
</li><li>
    <tt class="tt">steps</tt> plot style,
    <span><a href="sect0060.html#a0000000734" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea50c></a><span>, </span></span><span><a href="sect0060.html#a0000000740" title="Steps"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea56c></a></span>
    
</li><li>
    string operators,
    
    <ul>
    <li>
        concatenation,
        <span><a href="sec-stringsubop.html#a0000000605" title="The string substitution operator"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea60c></a></span>
        
    </li><li>
        search and replace,
        <span><a href="sect0040.html#a0000000606" title="Regular expressions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea6ac></a></span>
        
    </li><li>
        substitution,
        <span><a href="sec-text_escaping.html#a0000000360" title="Printing text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea72c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">sum(...)</tt> function,
    <span><a href="ch-function_list.html#a0000001537" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea7ac></a></span>
    
</li><li>
    <tt class="tt">surface</tt> plot style,
    <span><a href="sect0206.html#a0000001268" title="samples"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea82c></a><span>, </span></span><span><a href="sec-configfile_settings.html#a0000001731" title="The settings section"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea88c></a></span>
    
</li><li>
    svg output,
    <span><a href="sect0075.html#a0000000920" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea8ac></a></span>
    
</li><li>
    <tt class="tt">swap</tt> command,
    <span><a href="sect0083.html#a0000000984" title="Reordering multiplot items"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea96c></a><span>, </span></span><span><a href="sect0239.html#a0000001393" title="swap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea9cc></a><span>, </span></span><span><a href="sect0239.html#a0000001394" title="swap"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ea9ec></a></span>
    
</li><li>
    system requirements,
    <span><a href="sect0010.html#a0000000307" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eaa6c></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="sect0029.html#a0000000530" title="Time intervals"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eaaec></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000537" title="Tabulating functions and slicing data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eab4c></a><span>, </span></span><span><a href="sect0240.html#a0000001395" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eab6c></a><span>, </span></span><span><a href="sect0240.html#a0000001396" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eabac></a></span>
    
</li><li>
    <tt class="tt">tan(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001538" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eac2c></a></span>
    
</li><li>
    <tt class="tt">tanh(<img src="images/img-0110.png" alt="$z$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001539" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eacac></a></span>
    
</li><li>
    temperature conversions,
    <span><a href="sect0024.html#a0000000475" title="Converting between different temperature scales"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ead2c></a></span>
    
</li><li>
    <tt class="tt">texify()</tt> function,
    <span><a href="sec-latex_incompatibility.html#a0000000361" title="Axis labels and titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eadac></a><span>, </span></span><span><a href="sect0268.html#a0000001790" title="The typesetting of text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eae0c></a><span>, </span></span><span><a href="sect0268.html#a0000001792" title="The typesetting of text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eae2c></a></span>
    
</li><li>
    <tt class="tt">texify(<img src="images/img-0659.png" alt="$s$" style="vertical-align:0px; 
                                     width:7px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001540" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eaeac></a></span>
    
</li><li>
    <tt class="tt">texifyText()</tt> function,
    <span><a href="sec-latex_incompatibility.html#a0000000362" title="Axis labels and titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eaf2c></a><span>, </span></span><span><a href="sect0268.html#a0000001791" title="The typesetting of text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eaf8c></a><span>, </span></span><span><a href="sect0268.html#a0000001793" title="The typesetting of text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eafac></a></span>
    
</li><li>
    <tt class="tt">texifyText(<img src="images/img-0659.png" alt="$s$" style="vertical-align:0px; 
                                     width:7px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001541" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed04c></a></span>
    
</li><li>
    text,
    
    <ul>
    <li>
        alignment,
        <span><a href="ex-australia.html#a0000000864" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed10c></a></span>
        
    </li><li>
        color,
        <span><a href="ex-australia.html#a0000000861" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed1ac></a></span>
        
    </li><li>
        size,
        <span><a href="ex-australia.html#a0000000859" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed22c></a></span>
        
    </li>
    </ul>
</li><li>
    <tt class="tt">text</tt> command,
    <span><a href="sect0079.html#a0000000953" title="Adding other vector graphics objects"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed2ac></a><span>, </span></span><span><a href="sect0080.html#a0000000958" title="The text command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed30c></a><span>, </span></span><span><a href="sect0080.html#a0000000964" title="The text command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed32c></a><span>, </span></span><span><a href="sect0080.html#a0000000965" title="The text command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed36c></a><span>, </span></span><span><a href="sect0080.html#a0000000966" title="The text command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed3ac></a><span>, </span></span><span><a href="sect0088.html#a0000001009" title="LaTeX and Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed3ec></a><span>, </span></span><span><a href="sect0088.html#a0000001014" title="LaTeX and Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed42c></a><span>, </span></span><span><a href="sect0241.html#a0000001402" title="text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed46c></a><span>, </span></span><span><a href="sect0241.html#a0000001403" title="text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed4ac></a></span>
    
</li><li>
    tiff output,
    <span><a href="sect0075.html#a0000000921" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed52c></a></span>
    
</li><li>
    <tt class="tt">time.fromCalendar(<img src="images/img-0728.png" alt="$year,month,day,hour,min,sec,&lt;timezone&gt;$" style="vertical-align:-4px; 
                                     width:372px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="sect0254.html#a0000001617" title="The time module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed5ac></a></span>
    
</li><li>
    <tt class="tt">time.fromCalendar(<img src="images/img-0303.png" alt="$year,month,day,hour,min,sec$" style="vertical-align:-4px; 
                                     width:252px; 
                                     height:17px" class="math gen" />)</tt> function,
    <span><a href="sect0052.html#a0000000622" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed62c></a></span>
    
</li><li>
    <tt class="tt">time.fromJD(<img src="images/img-0065.png" alt="$t$" style="vertical-align:0px; 
                                     width:6px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0052.html#a0000000623" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed6ac></a><span>, </span></span><span><a href="sect0254.html#a0000001618" title="The time module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed70c></a></span>
    
</li><li>
    <tt class="tt">time.fromMJD(<img src="images/img-0065.png" alt="$t$" style="vertical-align:0px; 
                                     width:6px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0052.html#a0000000624" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed76c></a><span>, </span></span><span><a href="sect0254.html#a0000001619" title="The time module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed7cc></a></span>
    
</li><li>
    <tt class="tt">time.fromUnix(<img src="images/img-0065.png" alt="$t$" style="vertical-align:0px; 
                                     width:6px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0052.html#a0000000625" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed82c></a><span>, </span></span><span><a href="sect0254.html#a0000001620" title="The time module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed88c></a></span>
    
</li><li>
    <tt class="tt">time.interval(<img src="images/img-0729.png" alt="$t_2,t_1$" style="vertical-align:-4px; 
                                     width:35px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="sect0254.html#a0000001621" title="The time module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed8ec></a></span>
    
</li><li>
    <tt class="tt">time.intervalStr(<i class="it">t</i><img src="images/img-0879.png" alt="$_1$" style="vertical-align:-2px; 
                                     width:5px; 
                                     height:9px" class="math gen" /><i class="it">t</i><img src="images/img-0880.png" alt="$_2$" style="vertical-align:-2px; 
                                     width:7px; 
                                     height:9px" class="math gen" /><i class="it">format</i>)</tt> function,
    <span><a href="sect0029.html#a0000000528" title="Time intervals"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed96c></a></span>
    
</li><li>
    <tt class="tt">time.intervalStr(<img src="images/img-0732.png" alt="$t_2,t_1,format$" style="vertical-align:-4px; 
                                     width:105px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="sect0254.html#a0000001622" title="The time module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ed9ec></a></span>
    
</li><li>
    <tt class="tt">time.now()</tt> function,
    <span><a href="sect0052.html#a0000000626" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eda6c></a><span>, </span></span><span><a href="sect0254.html#a0000001623" title="The time module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9edacc></a></span>
    
</li><li>
    <tt class="tt">time.sleep(<img src="images/img-0065.png" alt="$t$" style="vertical-align:0px; 
                                     width:6px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0254.html#a0000001624" title="The time module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9edb2c></a></span>
    
</li><li>
    <tt class="tt">time.sleepUntil(<img src="images/img-0065.png" alt="$t$" style="vertical-align:0px; 
                                     width:6px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sect0254.html#a0000001625" title="The time module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9edbac></a></span>
    
</li><li>
    <tt class="tt">time.string(<img src="images/img-0733.png" alt="$t,&lt;format&gt;,&lt;timezone&gt;$" style="vertical-align:-4px; 
                                     width:233px; 
                                     height:16px" class="math gen" />)</tt> function,
    <span><a href="sect0254.html#a0000001626" title="The time module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9edc2c></a></span>
    
</li><li>
    <tt class="tt">title</tt> modifier,
    <span><a href="sec-legends.html#a0000000787" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9edcac></a></span>
    
</li><li>
    Tobias Oetiker,
    <span><a href="sect0268.html#a0000001788" title="The typesetting of text"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9edd2c></a></span>
    
</li><li>
    <tt class="tt">toDayOfMonth()</tt> function,
    <span><a href="sect0052.html#a0000000627" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9eddac></a></span>
    
</li><li>
    <tt class="tt">toDayOfMonth(<img src="images/img-0157.png" alt="$&lt;timezone&gt;$" style="vertical-align:0px; 
                                     width:111px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sec-time_series.html#a0000000513" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9ede2c></a></span>
    
</li><li>
    <tt class="tt">toDayWeekName()</tt> function,
    <span><a href="sect0052.html#a0000000628" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9edeac></a></span>
    
</li><li>
    <tt class="tt">toDayWeekName(<img src="images/img-0157.png" alt="$&lt;timezone&gt;$" style="vertical-align:0px; 
                                     width:111px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sec-time_series.html#a0000000514" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9edf2c></a></span>
    
</li><li>
    <tt class="tt">toDayWeekNum()</tt> function,
    <span><a href="sect0052.html#a0000000629" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9edfac></a></span>
    
</li><li>
    <tt class="tt">toDayWeekNum(<img src="images/img-0157.png" alt="$&lt;timezone&gt;$" style="vertical-align:0px; 
                                     width:111px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sec-time_series.html#a0000000515" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f204c></a></span>
    
</li><li>
    <tt class="tt">toHour()</tt> function,
    <span><a href="sect0052.html#a0000000630" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f20cc></a></span>
    
</li><li>
    <tt class="tt">toHour(<img src="images/img-0157.png" alt="$&lt;timezone&gt;$" style="vertical-align:0px; 
                                     width:111px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sec-time_series.html#a0000000516" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f214c></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">toJD()</tt> function,
    <span><a href="sec-time_series.html#a0000000517" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f21cc></a><span>, </span></span><span><a href="sect0052.html#a0000000631" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f222c></a></span>
    
</li><li>
    <tt class="tt">toMinute()</tt> function,
    <span><a href="sect0052.html#a0000000632" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f224c></a></span>
    
</li><li>
    <tt class="tt">toMinute(<img src="images/img-0157.png" alt="$&lt;timezone&gt;$" style="vertical-align:0px; 
                                     width:111px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sec-time_series.html#a0000000518" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f230c></a></span>
    
</li><li>
    <tt class="tt">toMJD()</tt> function,
    <span><a href="sec-time_series.html#a0000000519" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f238c></a><span>, </span></span><span><a href="sect0052.html#a0000000633" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f23ec></a></span>
    
</li><li>
    <tt class="tt">toMonthName()</tt> function,
    <span><a href="sect0052.html#a0000000634" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f240c></a></span>
    
</li><li>
    <tt class="tt">toMonthName(<img src="images/img-0157.png" alt="$&lt;timezone&gt;$" style="vertical-align:0px; 
                                     width:111px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sec-time_series.html#a0000000520" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f24cc></a></span>
    
</li><li>
    <tt class="tt">toMonthNum()</tt> function,
    <span><a href="sect0052.html#a0000000635" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f254c></a></span>
    
</li><li>
    <tt class="tt">toMonthNum(<img src="images/img-0157.png" alt="$&lt;timezone&gt;$" style="vertical-align:0px; 
                                     width:111px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sec-time_series.html#a0000000521" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f25cc></a></span>
    
</li><li>
    <tt class="tt">top</tt> keyword,
    <span><a href="sec-legends.html#a0000000791" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f264c></a><span>, </span></span><span><a href="ex-australia.html#a0000000873" title="Text labels"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f26ac></a></span>
    
</li><li>
    <tt class="tt">tophat(<img src="images/img-0701.png" alt="$x,\sigma $" style="vertical-align:-4px; 
                                     width:29px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001542" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f270c></a></span>
    
</li><li>
    <tt class="tt">toSecond()</tt> function,
    <span><a href="sect0052.html#a0000000636" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f278c></a></span>
    
</li><li>
    <tt class="tt">toSecond(<img src="images/img-0157.png" alt="$&lt;timezone&gt;$" style="vertical-align:0px; 
                                     width:111px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sec-time_series.html#a0000000522" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f280c></a></span>
    
</li><li>
    <tt class="tt">toUnix()</tt> function,
    <span><a href="sec-time_series.html#a0000000523" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f288c></a><span>, </span></span><span><a href="sect0052.html#a0000000637" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f28ec></a></span>
    
</li><li>
    <tt class="tt">toYear()</tt> function,
    <span><a href="sect0052.html#a0000000638" title="Dates"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f294c></a></span>
    
</li><li>
    <tt class="tt">toYear(<img src="images/img-0157.png" alt="$&lt;timezone&gt;$" style="vertical-align:0px; 
                                     width:111px; 
                                     height:12px" class="math gen" />)</tt> function,
    <span><a href="sec-time_series.html#a0000000524" title="Working with time-series data"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f29cc></a></span>
    
</li><li>
    transparent terminal,
    <span><a href="sect0075.html#a0000000928" title="The complete syntax of the set terminal command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2a4c></a></span>
    
</li><li>
    <tt class="tt">twohead</tt> keyword,
    <span><a href="sec-set_arrow.html#a0000000847" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2acc></a><span>, </span></span><span><a href="sec-set_arrow.html#a0000000849" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2b2c></a><span>, </span></span><span><a href="sect0093.html#a0000001025" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2b8c></a></span>
    
</li><li>
    <tt class="tt">twoway</tt> keyword,
    <span><a href="sec-set_arrow.html#a0000000848" title="Arrows"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2b4c></a></span>
    
</li><li>
    <tt class="tt">typeOf(<img src="images/img-0651.png" alt="$o$" style="vertical-align:0px; 
                                     width:9px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001543" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2c4c></a></span>
    
</li><li>
    <tt class="tt">types.boolean(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001627" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2ccc></a></span>
    
</li><li>
    <tt class="tt">types.color(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001628" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2d4c></a></span>
    
</li><li>
    <tt class="tt">types.date(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001629" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2dcc></a></span>
    
</li><li>
    <tt class="tt">types.dictionary(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001630" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2e4c></a></span>
    
</li><li>
    <tt class="tt">types.exception(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001631" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2ecc></a></span>
    
</li><li>
    <tt class="tt">types.fileHandle(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001632" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2f4c></a></span>
    
</li><li>
    <tt class="tt">types.function(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001633" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f2fcc></a></span>
    
</li><li>
    <tt class="tt">types.instance(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001634" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f606c></a></span>
    
</li><li>
    <tt class="tt">types.list(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001635" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f60ec></a></span>
    
</li><li>
    <tt class="tt">types.matrix(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001636" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f616c></a></span>
    
</li><li>
    <tt class="tt">types.module(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001637" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f61ec></a></span>
    
</li><li>
    <tt class="tt">types.null(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001638" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f626c></a></span>
    
</li><li>
    <tt class="tt">types.number(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001639" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f62ec></a></span>
    
</li><li>
    <tt class="tt">types.string(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001640" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f636c></a></span>
    
</li><li>
    <tt class="tt">types.type(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001641" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f63ec></a></span>
    
</li><li>
    <tt class="tt">types.vector(...)</tt> function,
    <span><a href="sec-functions_types.html#a0000001642" title="The types module"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f646c></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="sect0009.html#a0000000303" title="Installation within Linux distributions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f64ec></a><span>, </span></span><span><a href="sect0011.html#a0000000326" title="Dependencies in Debian and Ubuntu"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f654c></a></span>
    
</li><li>
    <tt class="tt">undelete</tt> command,
    <span><a href="sect0081.html#a0000000976" title="Editing items on the canvas"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f65ac></a><span>, </span></span><span><a href="sect0242.html#a0000001404" title="undelete"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f660c></a><span>, </span></span><span><a href="sect0242.html#a0000001405" title="undelete"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f662c></a></span>
    
</li><li>
    <tt class="tt">unit(…)</tt> function,
    <span><a href="ch-function_list.html#a0000001544" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f66ac></a></span>
    
</li><li>
    <tt class="tt">unit()</tt> function,
    <span><a href="sec-units.html#a0000000463" title="Working with physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f672c></a></span>
    
</li><li>
    units,
    <span><a href="sec-units.html#a0000000462" title="Working with physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f67ac></a></span>
    <ul>
    <li>
        angle,
        <span><a href="sec-angles.html#a0000000469" title="Treatment of angles in Pyxplot"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f684c></a></span>
        
    </li><li>
        CGS,
        <span><a href="sect0025.html#a0000000480" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f68cc></a><span>, </span></span><span><a href="sect0218.html#a0000001347" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f692c></a></span>
        
    </li><li>
        dimensional analysis,
        <span><a href="sec-units.html#a0000000467" title="Working with physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f698c></a></span>
        
    </li><li>
        imperial,
        <span><a href="sect0025.html#a0000000482" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6a0c></a><span>, </span></span><span><a href="sect0218.html#a0000001349" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6a6c></a></span>
        
    </li><li>
        list,
        <span><a href="ch-unit_list.html#a0000001643" title="List of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6acc></a></span>
        
    </li><li>
        natural,
        <span><a href="sect0025.html#a0000000485" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6b6c></a></span>
        
    </li><li>
        SI prefixes,
        <span><a href="sec-units.html#a0000000465" title="Working with physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6b4c></a><span>, </span></span><span><a href="sect0025.html#a0000000491" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6c4c></a></span>
        
    </li><li>
        temperature,
        <span><a href="sect0024.html#a0000000476" title="Converting between different temperature scales"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6c8c></a></span>
        
    </li><li>
        unit schemes,
        <span><a href="sect0025.html#a0000000478" title="Display of physical units"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6d0c></a><span>, </span></span><span><a href="sect0218.html#a0000001345" title="unit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6d6c></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#a0000000804" title="Adding additional axes"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6dcc></a></span>
    
</li><li>
    <tt class="tt">unset</tt> command,
    <span><a href="sect0017.html#a0000000367" title="Removing labels and titles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6e4c></a><span>, </span></span><span><a href="sect0243.html#a0000001406" title="unset"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6eac></a><span>, </span></span><span><a href="sect0243.html#a0000001407" title="unset"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6ecc></a><span>, </span></span><span><a href="sect0255.html#a0000001649" title="Configuration files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6f0c></a></span>
    
</li><li>
    upper-limit datapoints,
    <span><a href="sect0058.html#a0000000681" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xb9f6f8c></a></span>
    
</li><li>
    <tt class="tt">upperlimits</tt> plot style,
    <span><a href="sect0058.html#a0000000679" title="Lines and points"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c02c></a></span>
    
</li><li>
    <tt class="tt">using columns</tt> modifier,
    <span><a href="sec-horizontal_datafiles.html#a0000000390" title="Horizontally arranged data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c0ac></a></span>
    
</li><li>
    <tt class="tt">using</tt> modifier,
    <span><a href="sec-plot_datafiles.html#a0000000377" title="Plotting data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c12c></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000538" title="Tabulating functions and slicing data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c18c></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000539" title="Tabulating functions and slicing data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c1ac></a><span>, </span></span><span><a href="sec-tabulate.html#a0000000542" title="Tabulating functions and slicing data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c1ec></a><span>, </span></span><span><a href="sec-fit_command.html#a0000000551" title="Function fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c22c></a><span>, </span></span><span><a href="sec-histogram.html#a0000000589" title="Histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c26c></a><span>, </span></span><span><a href="sect0110.html#a0000001070" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c2ac></a><span>, </span></span><span><a href="sect0116.html#a0000001090" title="histogram"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c2ec></a><span>, </span></span><span><a href="sect0240.html#a0000001397" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c32c></a><span>, </span></span><span><a href="sect0240.html#a0000001400" title="tabulate"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c36c></a></span>
    
</li><li>
    <tt class="tt">using rows</tt> modifier,
    <span><a href="sec-horizontal_datafiles.html#a0000000389" title="Horizontally arranged data files"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c3ec></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#a0000000602" title="Strings"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c4ac></a></span>
        
    </li>
    </ul>
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">vector(...)</tt> function,
    <span><a href="ch-function_list.html#a0000001545" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c54c></a></span>
    
</li><li>
    <tt class="tt">via</tt> keyword,
    <span><a href="sec-fit_command.html#a0000000547" title="Function fitting"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c5cc></a><span>, </span></span><span><a href="sect0110.html#a0000001066" title="fit"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c62c></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>
    <tt class="tt">wboxes</tt> plot style,
    <span><a href="sec-barcharts.html#a0000000718" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c68c></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000723" title="Barcharts and histograms"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c6ec></a><span>, </span></span><span><a href="sec-barcharts.html#a0000000732" title="Stacked bar charts"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c74c></a></span>
    
</li><li>
    wget,
    <span><a href="sect0010.html#a0000000323" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c72c></a></span>
    
</li><li>
    <tt class="tt">while</tt> command,
    <span><a href="sect0244.html#a0000001408" title="while"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c82c></a><span>, </span></span><span><a href="sect0244.html#a0000001409" title="while"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c88c></a></span>
    
</li><li>
    <tt class="tt">width</tt> keyword,
    <span><a href="sect0086.html#a0000000991" title="The image command"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c8cc></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    wildcards,
    <span><a href="sect0019.html#a0000000383" title="Plotting many data files at once"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c94c></a></span>
    
</li><li>
    window functions,
    <span><a href="sect0034.html#a0000000580" title="Window functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3c9cc></a></span>
    
</li><li>
    <tt class="tt">with</tt> modifier,
    <span><a href="ex-notice.html#a0000000970" title="The arrow and line commands"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3ca4c></a><span>, </span></span><span><a href="sect0093.html#a0000001022" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3caac></a><span>, </span></span><span><a href="sect0093.html#a0000001029" title="arrow"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cacc></a></span>
    
</li><li>
    <tt class="tt">write(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="sect0054.html#a0000000651" title="File handles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cb4c></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="sect0073.html#a0000000901" title="Previewing graphs on the screen"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cbcc></a></span>
    
</li><li>
    <tt class="tt">xcenter</tt> keyword,
    <span><a href="sec-legends.html#a0000000795" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cc4c></a></span>
    
</li><li>
    <tt class="tt">xerrorbars</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000685" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cccc></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">xerrorrange</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000693" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cd4c></a></span>
    
</li><li>
    <tt class="tt">xyerrorbars</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000691" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cdcc></a></span>
    
</li><li>
    <tt class="tt">xyerrorrange</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000697" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3ce4c></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">ycenter</tt> keyword,
    <span><a href="sec-legends.html#a0000000796" title="Graph legends"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cecc></a></span>
    
</li><li>
    <tt class="tt">yerrorbars</tt> plot style,
    <span><a href="sec-pointtype.html#a0000000419" title="Plotting styles"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cf4c></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000683" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cfac></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000689" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba3cfcc></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">yerrorrange</tt> plot style,
    <span><a href="sec-errorbars.html#a0000000695" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba4106c></a><span>, </span></span><span><a href="sec-errorbars.html#a0000000701" title="Error bars"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba410cc></a><span>, </span></span><span><a href="sect0059.html#a0000000709" title="Shaded regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba410ec></a></span>
    
</li><li>
    <tt class="tt">yerrorshaded</tt> plot style,
    <span><a href="sect0059.html#a0000000703" title="Shaded regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba4116c></a><span>, </span></span><span><a href="sect0059.html#a0000000707" title="Shaded regions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba411cc></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-0703.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#a0000001546" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba4122c></a></span>
    
</li><li>
    <tt class="tt">zernikeR(<img src="images/img-0707.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#a0000001547" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba412ac></a></span>
    
</li>
</ul>
</td><td width="50%">
<ul>
<li>
    <tt class="tt">zeta(<img src="images/img-0030.png" alt="$x$" style="vertical-align:0px; 
                                     width:10px; 
                                     height:8px" class="math gen" />)</tt> function,
    <span><a href="ch-function_list.html#a0000001548" title="List of in-built functions"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba4132c></a></span>
    
</li><li>
    zlib,
    <span><a href="sect0010.html#a0000000317" title="System requirements"><plasTeX.Base.LaTeX.Index.IndexDestination object at 0xba413ac></a></span>
    
</li>
</ul>
</td>
</tr>
</table>

</div>

</div></div>





<div class="navigation">
<table cellspacing="2" cellpadding="0" width="100%">
<tr>
<td><a href="sect0287.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="sect0260.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="sect0288.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>