aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib/pkg-plist
blob: 5d2a56ddbaceb584cda06ffafa039de3d798230c (plain) (blame)
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
%%PYTHON_SITELIBDIR%%/matplotlib/__init__.py
%%PYTHON_SITELIBDIR%%/matplotlib/__init__.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/__init__.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/_cm.py
%%PYTHON_SITELIBDIR%%/matplotlib/_cm.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/_cm.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/_cntr.so
%%PYTHON_SITELIBDIR%%/matplotlib/_delaunay.so
%%PYTHON_SITELIBDIR%%/matplotlib/_image.so
%%PYTHON_SITELIBDIR%%/matplotlib/_mathtext_data.py
%%PYTHON_SITELIBDIR%%/matplotlib/_mathtext_data.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/_mathtext_data.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/_path.so
%%PYTHON_SITELIBDIR%%/matplotlib/_png.so
%%PYTHON_SITELIBDIR%%/matplotlib/_pylab_helpers.py
%%PYTHON_SITELIBDIR%%/matplotlib/_pylab_helpers.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/_pylab_helpers.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/_tri.so
%%PYTHON_SITELIBDIR%%/matplotlib/afm.py
%%PYTHON_SITELIBDIR%%/matplotlib/afm.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/afm.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/animation.py
%%PYTHON_SITELIBDIR%%/matplotlib/animation.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/animation.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/artist.py
%%PYTHON_SITELIBDIR%%/matplotlib/artist.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/artist.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/axes.py
%%PYTHON_SITELIBDIR%%/matplotlib/axes.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/axes.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/axis.py
%%PYTHON_SITELIBDIR%%/matplotlib/axis.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/axis.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backend_bases.py
%%PYTHON_SITELIBDIR%%/matplotlib/backend_bases.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backend_bases.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/Matplotlib.nib/classes.nib
%%PYTHON_SITELIBDIR%%/matplotlib/backends/Matplotlib.nib/info.nib
%%PYTHON_SITELIBDIR%%/matplotlib/backends/Matplotlib.nib/keyedobjects.nib
%%PYTHON_SITELIBDIR%%/matplotlib/backends/__init__.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/__init__.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/__init__.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/_backend_agg.so
%%GTKBACKEND%%%%PYTHON_SITELIBDIR%%/matplotlib/backends/_backend_gdk.so
%%GTKAGGBACKEND%%%%PYTHON_SITELIBDIR%%/matplotlib/backends/_gtkagg.so
%%TKAGGBACKEND%%%%PYTHON_SITELIBDIR%%/matplotlib/backends/_tkagg.so
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_agg.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_agg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_agg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_cairo.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_cairo.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_cairo.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_cocoaagg.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_cocoaagg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_cocoaagg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_emf.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_emf.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_emf.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_fltkagg.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_fltkagg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_fltkagg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gdk.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gdk.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gdk.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gtk.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gtk.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gtk.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gtkagg.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gtkagg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gtkagg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gtkcairo.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gtkcairo.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_gtkcairo.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_macosx.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_macosx.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_macosx.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_mixed.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_mixed.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_mixed.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_pdf.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_pdf.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_pdf.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_ps.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_ps.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_ps.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qt.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qt.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qt.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qt4.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qt4.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qt4.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qt4agg.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qt4agg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qt4agg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qtagg.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qtagg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_qtagg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_svg.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_svg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_svg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_template.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_template.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_template.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_tkagg.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_tkagg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_tkagg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_wx.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_wx.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_wx.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_wxagg.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_wxagg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/backend_wxagg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_compat.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_compat.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_compat.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_editor/__init__.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_editor/__init__.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_editor/__init__.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_editor/figureoptions.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_editor/figureoptions.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_editor/figureoptions.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_editor/formlayout.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_editor/formlayout.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_editor/formlayout.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/tkagg.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/tkagg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/tkagg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/backends/windowing.py
%%PYTHON_SITELIBDIR%%/matplotlib/backends/windowing.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/backends/windowing.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/bezier.py
%%PYTHON_SITELIBDIR%%/matplotlib/bezier.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/bezier.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/blocking_input.py
%%PYTHON_SITELIBDIR%%/matplotlib/blocking_input.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/blocking_input.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/cbook.py
%%PYTHON_SITELIBDIR%%/matplotlib/cbook.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/cbook.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/cm.py
%%PYTHON_SITELIBDIR%%/matplotlib/cm.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/cm.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/collections.py
%%PYTHON_SITELIBDIR%%/matplotlib/collections.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/collections.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/colorbar.py
%%PYTHON_SITELIBDIR%%/matplotlib/colorbar.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/colorbar.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/colors.py
%%PYTHON_SITELIBDIR%%/matplotlib/colors.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/colors.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/container.py
%%PYTHON_SITELIBDIR%%/matplotlib/container.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/container.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/contour.py
%%PYTHON_SITELIBDIR%%/matplotlib/contour.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/contour.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/dates.py
%%PYTHON_SITELIBDIR%%/matplotlib/dates.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/dates.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/__init__.py
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/__init__.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/__init__.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/interpolate.py
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/interpolate.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/interpolate.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/testfuncs.py
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/testfuncs.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/testfuncs.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/triangulate.py
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/triangulate.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/delaunay/triangulate.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/docstring.py
%%PYTHON_SITELIBDIR%%/matplotlib/docstring.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/docstring.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/dviread.py
%%PYTHON_SITELIBDIR%%/matplotlib/dviread.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/dviread.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/figure.py
%%PYTHON_SITELIBDIR%%/matplotlib/figure.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/figure.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/finance.py
%%PYTHON_SITELIBDIR%%/matplotlib/finance.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/finance.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/font_manager.py
%%PYTHON_SITELIBDIR%%/matplotlib/font_manager.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/font_manager.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/fontconfig_pattern.py
%%PYTHON_SITELIBDIR%%/matplotlib/fontconfig_pattern.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/fontconfig_pattern.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/ft2font.so
%%PYTHON_SITELIBDIR%%/matplotlib/gridspec.py
%%PYTHON_SITELIBDIR%%/matplotlib/gridspec.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/gridspec.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/hatch.py
%%PYTHON_SITELIBDIR%%/matplotlib/hatch.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/hatch.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/image.py
%%PYTHON_SITELIBDIR%%/matplotlib/image.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/image.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/legend.py
%%PYTHON_SITELIBDIR%%/matplotlib/legend.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/legend.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/legend_handler.py
%%PYTHON_SITELIBDIR%%/matplotlib/legend_handler.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/legend_handler.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/lines.py
%%PYTHON_SITELIBDIR%%/matplotlib/lines.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/lines.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/markers.py
%%PYTHON_SITELIBDIR%%/matplotlib/markers.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/markers.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/mathtext.py
%%PYTHON_SITELIBDIR%%/matplotlib/mathtext.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/mathtext.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/mlab.py
%%PYTHON_SITELIBDIR%%/matplotlib/mlab.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/mlab.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/cmex10.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/cmmi10.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/cmr10.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/cmsy10.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/cmtt10.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pagd8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pagdo8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pagk8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pagko8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pbkd8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pbkl8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pbkli8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pcrb8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pcrr8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pcrro8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/phvb8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/phvb8an.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/phvbo8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/phvbo8an.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/phvl8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/phvlo8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/phvr8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/phvr8an.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/phvro8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/phvro8an.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pncb8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pncbi8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pncr8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pncri8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pplb8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pplbi8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pplr8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pplri8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/psyr.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/ptmb8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/ptmr8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/ptmri8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/putb8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/putbi8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/putr8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/putri8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm/pzdr.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/COPYRIGHT.TXT
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/README.TXT
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/RELEASENOTES.TXT
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/Vera.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/cmb10.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/cmex10.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/cmr10.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/cmss10.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/back.png
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/back.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/back.svg
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/back.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/filesave.png
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/filesave.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/filesave.svg
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/filesave.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/forward.png
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/forward.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/forward.svg
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/forward.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/hand.png
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/hand.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/hand.svg
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/hand.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/home.png
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/home.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/home.svg
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/home.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/matplotlib.png
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/matplotlib.svg
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/move.png
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/move.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/move.svg
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/move.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/qt4_editor_options.png
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/qt4_editor_options.svg
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_close.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_close.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_down.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_down.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_left.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_left.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_refresh.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_refresh.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_right.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_right.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_save_as.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_save_as.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_up.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_up.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_zoom-in.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_zoom-in.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_zoom-out.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/stock_zoom-out.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/subplots.png
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/subplots.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/subplots.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/zoom_to_rect.png
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/zoom_to_rect.ppm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/zoom_to_rect.svg
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images/zoom_to_rect.xpm
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/lineprops.glade
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/matplotlib.conf
%%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/matplotlibrc
%%PYTHON_SITELIBDIR%%/matplotlib/mpl.py
%%PYTHON_SITELIBDIR%%/matplotlib/mpl.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/mpl.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/nxutils.so
%%PYTHON_SITELIBDIR%%/matplotlib/offsetbox.py
%%PYTHON_SITELIBDIR%%/matplotlib/offsetbox.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/offsetbox.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/patches.py
%%PYTHON_SITELIBDIR%%/matplotlib/patches.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/patches.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/path.py
%%PYTHON_SITELIBDIR%%/matplotlib/path.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/path.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/patheffects.py
%%PYTHON_SITELIBDIR%%/matplotlib/patheffects.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/patheffects.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/projections/__init__.py
%%PYTHON_SITELIBDIR%%/matplotlib/projections/__init__.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/projections/__init__.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/projections/geo.py
%%PYTHON_SITELIBDIR%%/matplotlib/projections/geo.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/projections/geo.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/projections/polar.py
%%PYTHON_SITELIBDIR%%/matplotlib/projections/polar.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/projections/polar.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/pylab.py
%%PYTHON_SITELIBDIR%%/matplotlib/pylab.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/pylab.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/pyparsing.py
%%PYTHON_SITELIBDIR%%/matplotlib/pyparsing.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/pyparsing.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/pyplot.py
%%PYTHON_SITELIBDIR%%/matplotlib/pyplot.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/pyplot.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/quiver.py
%%PYTHON_SITELIBDIR%%/matplotlib/quiver.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/quiver.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/rcsetup.py
%%PYTHON_SITELIBDIR%%/matplotlib/rcsetup.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/rcsetup.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/sankey.py
%%PYTHON_SITELIBDIR%%/matplotlib/sankey.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/sankey.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/scale.py
%%PYTHON_SITELIBDIR%%/matplotlib/scale.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/scale.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/__init__.py
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/__init__.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/__init__.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/ipython_console_highlighting.py
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/ipython_console_highlighting.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/ipython_console_highlighting.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/mathmpl.py
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/mathmpl.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/mathmpl.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/only_directives.py
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/only_directives.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/only_directives.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/plot_directive.py
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/plot_directive.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/plot_directive.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/spines.py
%%PYTHON_SITELIBDIR%%/matplotlib/spines.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/spines.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/table.py
%%PYTHON_SITELIBDIR%%/matplotlib/table.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/table.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/__init__.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/__init__.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/__init__.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/compare.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/compare.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/compare.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/decorators.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/decorators.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/decorators.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/Duration.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/Duration.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/Duration.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/Epoch.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/Epoch.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/Epoch.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/EpochConverter.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/EpochConverter.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/EpochConverter.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/StrConverter.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/StrConverter.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/StrConverter.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/UnitDbl.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/UnitDbl.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/UnitDbl.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/UnitDblConverter.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/UnitDblConverter.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/UnitDblConverter.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/UnitDblFormatter.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/UnitDblFormatter.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/UnitDblFormatter.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/__init__.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/__init__.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units/__init__.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/testing/noseclasses.py
%%PYTHON_SITELIBDIR%%/matplotlib/testing/noseclasses.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/testing/noseclasses.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/__init__.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/__init__.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/__init__.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/dviread/test.map
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn0g01.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn0g02.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn0g04.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn0g08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn0g16.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn2c08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn2c16.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn3p01.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn3p02.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn3p04.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn3p08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn4a08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn4a16.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn6a08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite/basn6a16.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/arc_ellipse.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/arc_ellipse.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/arc_ellipse.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/canonical.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/canonical.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/canonical.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/const_xy.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/const_xy.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/const_xy.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/fill_units.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/fill_units.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/fill_units.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/hexbin_extent.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/hexbin_extent.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/hexbin_extent.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/hist_log.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/hist_log.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/hist_log.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/imshow.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/imshow.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/imshow.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/imshow_clip.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/imshow_clip.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/imshow_clip.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/markevery.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/markevery.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/markevery.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/markevery_line.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/markevery_line.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/markevery_line.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/offset_points.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/offset_points.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/offset_points.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/pcolormesh.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/pcolormesh.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/pcolormesh.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_axes.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_axes.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_axes.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_coords.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_coords.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_coords.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_rmin.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_rmin.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_rmin.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_theta_position.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_theta_position.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_theta_position.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_units.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_units.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_units.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_units_2.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_units_2.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_units_2.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/shaped_data.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/shaped_data.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/shaped_data.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/single_date.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/single_date.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/single_date.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/single_point.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/single_point.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/single_point.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/symlog.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/symlog.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/symlog.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/symlog2.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/symlog2.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/symlog2.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/units_strings.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/units_strings.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes/units_strings.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_backend_pdf/pdf_use14corefonts.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axhline.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axhline.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axhline.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axhspan.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axhspan.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axhspan.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axvline.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axvline.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axvline.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axvspan.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axvspan.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_axvspan.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_empty.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_empty.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates/date_empty.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cliff-lin-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cliff-lin-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cliff-nn-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cliff-nn-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cliff-ref-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cliff-ref-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-lin-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-lin-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-nn-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-nn-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-ref-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-ref-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-lin-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-lin-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-nn-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-nn-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-ref-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-ref-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/exponential-lin-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/exponential-lin-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/exponential-nn-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/exponential-nn-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/exponential-ref-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/exponential-ref-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gauss-lin-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gauss-lin-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gauss-nn-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gauss-nn-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gauss-ref-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gauss-ref-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gentle-lin-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gentle-lin-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gentle-nn-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gentle-nn-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gentle-ref-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/gentle-ref-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/saddle-lin-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/saddle-lin-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/saddle-nn-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/saddle-nn-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/saddle-ref-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/saddle-ref-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/sphere-lin-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/sphere-lin-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/sphere-nn-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/sphere-nn-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/sphere-ref-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/sphere-ref-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/steep-lin-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/steep-lin-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/steep-nn-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/steep-nn-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/steep-ref-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/steep-ref-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/trig-lin-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/trig-lin-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/trig-nn-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/trig-nn-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/trig-ref-con.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay/trig-ref-img.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_figure/figure_today.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_figure/figure_today.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_figure/figure_today.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/figimage-0.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/figimage-1.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/image_clip.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/image_clip.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/image_clip.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/image_interps.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/image_interps.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/image_interps.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/imshow.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/imshow.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/imshow.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/interp_nearest_vs_none.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image/interp_nearest_vs_none.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_legend/legend_auto1.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_legend/legend_auto1.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_legend/legend_auto1.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_legend/legend_auto2.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_legend/legend_auto2.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_legend/legend_auto2.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_00.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_01.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_02.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_03.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_04.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_05.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_06.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_07.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_09.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_10.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_11.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_12.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_13.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_14.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_15.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_16.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_17.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_18.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_19.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_20.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_21.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_22.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_23.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_24.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_25.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_26.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_27.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_28.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_29.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_30.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_31.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_32.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_33.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_34.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_35.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_36.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_37.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_38.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_39.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_40.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_41.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_42.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_43.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_44.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_45.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_46.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_47.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_48.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_49.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_50.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_51.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_52.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_53.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_54.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_55.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_56.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_57.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_58.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_59.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_00.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_01.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_02.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_03.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_04.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_05.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_06.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_07.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_09.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_10.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_11.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_12.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_13.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_14.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_15.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_16.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_17.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_18.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_19.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_20.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_21.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_22.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_23.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_24.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_25.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_26.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_27.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_28.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_29.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_30.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_31.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_32.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_33.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_34.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_35.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_36.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_37.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_38.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_39.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_40.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_41.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_42.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_43.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_44.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_45.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_46.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_47.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_48.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_49.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_50.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_51.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_52.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_53.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_54.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_55.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_56.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_57.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_58.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_59.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_00.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_01.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_02.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_03.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_04.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_05.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_06.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_07.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_09.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_10.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_11.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_12.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_13.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_14.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_15.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_16.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_17.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_18.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_19.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_20.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_21.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_22.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_23.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_24.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_25.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_26.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_27.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_28.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_29.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_30.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_31.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_32.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_33.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_34.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_35.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_36.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_37.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_38.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_39.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_40.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_41.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_42.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_43.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_44.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_45.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_46.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_47.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_48.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_49.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_50.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_51.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_52.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_53.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_54.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_55.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_56.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_57.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_58.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_59.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_44.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_44.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_44.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_45.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_45.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_45.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_46.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_46.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_46.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_47.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_47.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_47.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_48.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_48.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_48.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_49.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_49.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_49.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_50.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_50.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_50.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_51.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_51.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_51.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_52.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_52.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_52.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_53.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_53.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_53.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_54.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_54.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_54.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_55.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_55.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_55.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_56.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_56.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_56.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_57.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_57.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_57.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_58.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_58.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_58.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_59.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_59.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_59.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_60.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_60.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_60.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_61.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_61.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_61.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_62.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_62.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_62.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_63.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_63.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_63.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_64.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_64.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_64.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_65.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_65.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_65.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_00.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_00.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_00.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_01.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_01.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_01.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_02.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_02.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_02.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_03.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_03.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_03.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_04.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_04.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_04.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_05.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_05.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_05.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_06.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_06.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_06.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_07.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_07.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_07.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_08.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_08.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_08.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_09.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_09.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_09.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_10.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_10.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_10.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_11.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_11.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_11.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_12.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_12.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_12.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_13.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_13.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_13.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_14.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_14.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_14.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_15.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_15.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_15.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_16.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_16.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_16.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_17.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_17.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_17.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_18.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_18.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_18.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_19.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_19.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_19.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_20.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_20.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_20.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_21.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_21.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_21.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_22.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_22.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_22.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_23.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_23.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_23.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_24.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_24.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_24.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_25.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_25.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_25.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_26.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_26.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_26.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_27.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_27.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_27.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_28.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_28.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_28.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_29.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_29.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_29.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_30.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_30.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_30.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_31.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_31.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_31.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_32.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_32.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_32.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_33.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_33.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_33.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_34.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_34.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_34.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_35.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_35.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_35.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_36.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_36.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_36.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_37.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_37.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_37.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_38.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_38.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_38.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_39.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_39.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_39.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_40.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_40.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_40.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_41.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_41.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_41.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_42.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_42.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_42.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_43.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_43.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_43.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_44.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_44.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_44.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_45.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_45.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_45.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_46.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_46.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_46.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_47.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_47.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_47.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_48.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_48.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_48.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_49.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_49.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_49.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_50.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_50.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_50.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_51.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_51.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_51.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_52.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_52.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_52.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_53.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_53.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_53.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_54.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_54.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_54.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_55.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_55.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_55.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_56.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_56.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_56.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_57.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_57.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_57.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_58.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_58.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_58.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_59.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_59.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_59.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_60.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_60.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_60.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_61.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_61.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_61.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_62.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_62.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_62.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_63.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_63.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_63.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_64.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_64.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_64.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_65.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_65.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_65.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_png/pngsuite.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipper_edge.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipper_edge.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipper_edge.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipping.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipping.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipping.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipping_diamond.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipping_diamond.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipping_diamond.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipping_with_nans.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipping_with_nans.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/clipping_with_nans.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/fft_peaks.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/fft_peaks.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/fft_peaks.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/hatch_simplify.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/hatch_simplify.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/hatch_simplify.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/overflow.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/overflow.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/overflow.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/para_equal_perp.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/para_equal_perp.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/para_equal_perp.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/simplify_curve.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/simplify_curve.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification/simplify_curve.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_text/antialiased.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_text/font_styles.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_text/font_styles.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_text/font_styles.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_text/multiline.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_text/multiline.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_text/multiline.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout1.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout1.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout1.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout2.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout2.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout2.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout3.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout3.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout3.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout4.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout4.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout4.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout5.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout5.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout5.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout6.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout6.png
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout/tight_layout6.svg
%%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_ttconv/truetype-conversion.pdf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/mpltest.ttf
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_agg.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_agg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_agg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_axes.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_axes.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_axes.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_backend_pdf.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_backend_pdf.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_backend_pdf.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_backend_svg.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_backend_svg.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_backend_svg.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_basic.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_basic.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_basic.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_cbook.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_cbook.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_cbook.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_dates.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_dates.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_dates.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_delaunay.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_delaunay.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_delaunay.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_dviread.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_dviread.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_dviread.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_figure.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_figure.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_figure.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_image.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_image.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_image.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_legend.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_legend.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_legend.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_mathtext.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_mathtext.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_mathtext.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_mlab.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_mlab.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_mlab.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_png.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_png.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_png.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_simplification.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_simplification.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_simplification.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_spines.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_spines.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_spines.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_text.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_text.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_text.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_tightlayout.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_tightlayout.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_tightlayout.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_transforms.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_transforms.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_transforms.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_triangulation.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_triangulation.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_triangulation.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_ttconv.py
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_ttconv.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_ttconv.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/texmanager.py
%%PYTHON_SITELIBDIR%%/matplotlib/texmanager.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/texmanager.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/text.py
%%PYTHON_SITELIBDIR%%/matplotlib/text.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/text.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/textpath.py
%%PYTHON_SITELIBDIR%%/matplotlib/textpath.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/textpath.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/ticker.py
%%PYTHON_SITELIBDIR%%/matplotlib/ticker.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/ticker.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tight_bbox.py
%%PYTHON_SITELIBDIR%%/matplotlib/tight_bbox.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tight_bbox.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tight_layout.py
%%PYTHON_SITELIBDIR%%/matplotlib/tight_layout.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tight_layout.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/transforms.py
%%PYTHON_SITELIBDIR%%/matplotlib/transforms.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/transforms.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tri/__init__.py
%%PYTHON_SITELIBDIR%%/matplotlib/tri/__init__.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tri/__init__.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tri/triangulation.py
%%PYTHON_SITELIBDIR%%/matplotlib/tri/triangulation.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tri/triangulation.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tri/tricontour.py
%%PYTHON_SITELIBDIR%%/matplotlib/tri/tricontour.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tri/tricontour.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tri/tripcolor.py
%%PYTHON_SITELIBDIR%%/matplotlib/tri/tripcolor.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tri/tripcolor.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/tri/triplot.py
%%PYTHON_SITELIBDIR%%/matplotlib/tri/triplot.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/tri/triplot.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/ttconv.so
%%PYTHON_SITELIBDIR%%/matplotlib/type1font.py
%%PYTHON_SITELIBDIR%%/matplotlib/type1font.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/type1font.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/units.py
%%PYTHON_SITELIBDIR%%/matplotlib/units.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/units.pyo
%%PYTHON_SITELIBDIR%%/matplotlib/widgets.py
%%PYTHON_SITELIBDIR%%/matplotlib/widgets.pyc
%%PYTHON_SITELIBDIR%%/matplotlib/widgets.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/__init__.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/__init__.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/__init__.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/__init__.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/__init__.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/__init__.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/anchored_artists.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/anchored_artists.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/anchored_artists.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/angle_helper.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/angle_helper.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/angle_helper.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_divider.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_divider.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_divider.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_grid.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_grid.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_grid.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_rgb.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_rgb.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_rgb.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_size.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_size.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axes_size.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axis_artist.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axis_artist.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axis_artist.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axisline_style.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axisline_style.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axisline_style.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axislines.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axislines.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/axislines.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/clip_path.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/clip_path.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/clip_path.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/colorbar.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/colorbar.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/colorbar.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/floating_axes.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/floating_axes.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/floating_axes.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/grid_finder.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/grid_finder.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/grid_finder.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/grid_helper_curvelinear.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/grid_helper_curvelinear.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/grid_helper_curvelinear.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/inset_locator.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/inset_locator.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/inset_locator.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/parasite_axes.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/parasite_axes.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid/parasite_axes.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/__init__.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/__init__.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/__init__.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/anchored_artists.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/anchored_artists.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/anchored_artists.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_divider.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_divider.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_divider.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_grid.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_grid.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_grid.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_rgb.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_rgb.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_rgb.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_size.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_size.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/axes_size.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/colorbar.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/colorbar.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/colorbar.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/inset_locator.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/inset_locator.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/inset_locator.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/mpl_axes.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/mpl_axes.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/mpl_axes.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/parasite_axes.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/parasite_axes.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1/parasite_axes.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/__init__.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/__init__.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/__init__.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/angle_helper.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/angle_helper.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/angle_helper.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/axis_artist.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/axis_artist.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/axis_artist.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/axisline_style.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/axisline_style.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/axisline_style.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/axislines.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/axislines.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/axislines.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/clip_path.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/clip_path.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/clip_path.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/floating_axes.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/floating_axes.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/floating_axes.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/grid_finder.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/grid_finder.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/grid_finder.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/grid_helper_curvelinear.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/grid_helper_curvelinear.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist/grid_helper_curvelinear.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/exceltools.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/exceltools.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/exceltools.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/gtktools.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/gtktools.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/gtktools.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/__init__.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/__init__.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/__init__.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/art3d.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/art3d.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/art3d.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/axes3d.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/axes3d.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/axes3d.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/axis3d.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/axis3d.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/axis3d.pyo
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/proj3d.py
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/proj3d.pyc
%%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d/proj3d.pyo
%%PYTHON_SITELIBDIR%%/pylab.py
%%PYTHON_SITELIBDIR%%/pylab.pyc
%%PYTHON_SITELIBDIR%%/pylab.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animate_decay.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/basic_example.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/double_pendulum_animated.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_image.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_image2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/histogram.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/animate_decay_tk_blit.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/animation_blit_fltk.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/animation_blit_gtk.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/animation_blit_gtk2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/animation_blit_qt.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/animation_blit_qt4.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/animation_blit_tk.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/animation_blit_wx.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/draggable_legend.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/dynamic_collection.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/dynamic_image_gtkagg.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/dynamic_image_wxagg2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/gtk_timeout.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/histogram_tkagg.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/movie_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/simple_anim_gtk.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/simple_anim_tkagg.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/simple_idle_wx.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/simple_timer_wx.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/old_animation/strip_chart_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/random_data.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/simple_3danim.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/simple_anim.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/strip_chart_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/subplots.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/agg_oo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/artist_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/barchart_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/bbox_intersect.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/clippath_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/collections_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/color_cycle.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/colorbar_only.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/compound_path.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/custom_projection_example.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/custom_scale_example.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/date_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/date_index_formatter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/demo_affine_image.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/donut_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/engineering_formatter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/fahrenheit_celcius_scales.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/font_family_rc.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/font_file.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/hinton_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/histogram_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/histogram_path_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/image_zcoord.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/joinstyle.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/legend_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/line_with_text.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/logo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/mathtext_asarray.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/patch_collection.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/path_patch_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/quad_bezier.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/radar_chart.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/sankey_demo_basics.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/sankey_demo_links.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/sankey_demo_old.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/sankey_demo_rankine.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/scatter_piecharts.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/span_regions.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/two_scales.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/unicode_minus.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/watermark_image.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/watermark_text.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_axes_divider.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_axes_grid.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_axes_grid2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_axes_hbox_divider.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_axes_rgb.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_axisline_style.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_colorbar_with_inset_locator.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_curvelinear_grid.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_curvelinear_grid2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_floating_axes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_floating_axis.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/demo_parasite_axes2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/inset_locator_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/inset_locator_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/make_room_for_ylabel_using_axesgrid.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/parasite_simple2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/scatter_hist.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/simple_anchored_artists.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/simple_axesgrid.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/simple_axesgrid2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_grid/simple_axisline4.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/close_event.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/data_browser.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/figure_axes_enter_leave.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/idle_and_timeout.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/keypress_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/lasso_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/legend_picking.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/looking_glass.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/path_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pick_event_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pick_event_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pipong.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/poly_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pong_gtk.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pong_qt.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/resample.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/timers.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/viewlims.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/zoom_window.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/contour_manual.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/developer_commit_history.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/font_indexing.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/ftface_props.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/image_thumbnail.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/longshort.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/multiprocess.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/rasterization_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/rc_traits.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/rec_groupby_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/rec_join_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/sample_data_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/sample_data_test.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/svg_filter_line.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/svg_filter_pie.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/tight_bbox_test.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/2dcollections3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/bars3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/contour3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/contour3d_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/contour3d_demo3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/contourf3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/contourf3d_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/hist3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/lines3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/lorenz_attractor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/mixed_subplots_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/offset_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/pathpatch3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/polys3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/rotate_axes3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/scatter3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/subplot3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/surface3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/surface3d_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/surface3d_demo3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/surface3d_radial_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/text3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/wire3d_animation_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mplot3d/wire3d_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/accented_text.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/agg_buffer_to_array.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/alignment_test.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/anchored_artists.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/animation_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/annotation_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/annotation_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/annotation_demo3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/anscombe.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/arctest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/arrow_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/aspect_loglog.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/axes_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/axes_props.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/axes_zoom_effect.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/axhspan_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/axis_equal_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/bar_stacked.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/barb_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/barchart_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/barchart_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/barcode_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/barh_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/boxplot_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/boxplot_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/boxplot_demo3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/break.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/broken_axis.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/broken_barh.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/centered_ticklabels.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/clippedline.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/cohere_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/color_by_yvalue.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/color_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/colorbar_tick_labelling_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/colours.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/contour_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/contour_image.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/contour_label_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/contourf_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/contourf_log.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/coords_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/coords_report.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/csd_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/cursor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/custom_cmap.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/custom_figure_class.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/custom_ticker1.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/customize_rc.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/dannys_example.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/dash_control.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/dashpointlabel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/data_helper.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/date_demo1.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/date_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/date_demo_convert.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/date_demo_rrule.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/date_index_formatter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/demo_agg_filter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/demo_annotation_box.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/demo_bboximage.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/demo_ribbon_box.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/demo_text_path.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/demo_text_rotation_mode.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/demo_tight_layout.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/dolphin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/ellipse_collection.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/ellipse_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/ellipse_rotated.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/equal_aspect_ratio.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/errorbar_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/errorbar_limits.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fancyarrow_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fancybox_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fancybox_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fancytextbox_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/figimage_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/figlegend_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/figure_title.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fill_between_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fill_betweenx_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fill_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fill_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fill_spiral.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/filledmarker_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/finance_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/finance_work2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/findobj_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/font_table_ttf.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fonts_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/fonts_demo_kw.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/ganged_plots.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/geo_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/ginput_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/ginput_manual_clabel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/gradient_bar.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/griddata_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/hatch_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/hexbin_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/hexbin_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/hist_colormapped.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/histogram_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/histogram_demo_extended.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/hline_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/hyperlinks.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/image_clip_path.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/image_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/image_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/image_demo3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/image_interp.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/image_masked.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/image_nonuniform.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/image_origin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/image_slices_viewer.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/integral_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/interp_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/invert_axes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/layer_images.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/legend_auto.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/legend_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/legend_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/legend_demo3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/legend_demo4.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/legend_demo_custom_handler.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/legend_scatter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/legend_translucent.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/line_collection.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/line_collection2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/line_styles.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/load_converter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/loadrec.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/log_bar.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/log_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/log_test.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/logo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/major_minor_demo1.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/major_minor_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/manual_axis.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/marker_path.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/masked_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/mathtext_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/mathtext_examples.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/matplotlib_icon.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/matshow.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/movie_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/mri_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/mri_with_eeg.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/multi_image.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/multicolored_line.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/multiline.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/multipage_pdf.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/multiple_figs_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/multiple_yaxis_with_spines.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/nan_test.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/newscalarformatter_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/patheffect_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/pcolor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/pcolor_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/pcolor_log.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/pcolor_small.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/pie_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/plotfile_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/polar_bar.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/polar_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/polar_legend.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/polar_scatter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/poormans_contour.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/print_stdout.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/psd_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/psd_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/psd_demo3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/psd_demo_complex.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/pstest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/pythonic_matplotlib.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/quadmesh_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/quiver_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/scatter_custom_symbol.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/scatter_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/scatter_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/scatter_hist.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/scatter_masked.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/scatter_profile.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/scatter_star_poly.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/scatter_symbol.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/set_and_get.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/shading_example.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/shared_axis_across_figures.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/shared_axis_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/show_colormaps.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/simple_plot.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/simple_plot_fps.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/specgram_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/spine_placement_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/spy_demos.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/stem_plot.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/step_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/stix_fonts_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/stock_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/subplot_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/subplot_toolbar.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/subplots_adjust.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/subplots_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/symlog_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/system_monitor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/table_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/tex_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/tex_unicode_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/text_handles.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/text_rotation.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/text_rotation_relative_to_line.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/text_themes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/to_numeric.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/toggle_images.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/transoffset.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/tricontour_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/tricontour_vs_griddata.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/tripcolor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/triplot_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/unicode_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/usetex_baseline_test.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/usetex_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/usetex_fonteffects.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/vertical_ticklabels.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/vline_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/webapp_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/xcorr_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pylab_examples/zorder_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/backend_driver.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/units/annotate_with_units.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/units/artist_tests.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/units/bar_demo2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/units/bar_unit_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/units/basic_units.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/units/ellipse_with_units.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/units/evans_test.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/units/radian_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/units/units_sample.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/units/units_scatter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/README.wx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/embedding_in_gtk.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/embedding_in_gtk2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/embedding_in_gtk3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/embedding_in_qt.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/embedding_in_qt4.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/embedding_in_tk.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/embedding_in_wx2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/embedding_in_wx3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/embedding_in_wx4.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/embedding_in_wx5.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/fourier_demo_wx.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/gtk_spreadsheet.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/histogram_demo_canvasagg.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/interactive.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/interactive2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/lineprops_dialog_gtk.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/mathtext_wx.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/mpl_with_glade.glade
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/mpl_with_glade.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/printing_in_wx.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/pylab_with_gtk.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/rec_edit_gtk_custom.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/rec_edit_gtk_simple.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/svg_histogram.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_interfaces/wxcursor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/buttons.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/check_buttons.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/cursor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/menu.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/multicursor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/radio_buttons.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/rectangle_selector.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/slider_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/span_selector.py
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/user_interfaces
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/units
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pylab_examples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mplot3d
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/misc
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/event_handling
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/axes_grid
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/api
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation/old_animation
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
@dirrm %%PYTHON_SITELIBDIR%%/mpl_toolkits/mplot3d
@dirrm %%PYTHON_SITELIBDIR%%/mpl_toolkits/axisartist
@dirrm %%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid1
@dirrm %%PYTHON_SITELIBDIR%%/mpl_toolkits/axes_grid
@dirrm %%PYTHON_SITELIBDIR%%/mpl_toolkits
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tri
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_ttconv
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_tightlayout
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_text
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_spines
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_simplification
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_png
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_mathtext
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_legend
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_image
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_figure
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_delaunay
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_dates
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_backend_pdf
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/test_axes
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/pngsuite
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images/dviread
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests/baseline_images
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/tests
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/testing/jpl_units
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/testing
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/sphinxext
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/projections
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/images
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/ttf
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/pdfcorefonts
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts/afm
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/mpl-data/fonts
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/mpl-data
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/delaunay
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/backends/qt4_editor
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/backends/Matplotlib.nib
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib/backends
@dirrm %%PYTHON_SITELIBDIR%%/matplotlib