-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Expand file tree
/
Copy pathMANIFEST
More file actions
134 lines (134 loc) · 2.86 KB
/
MANIFEST
File metadata and controls
134 lines (134 loc) · 2.86 KB
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
CHANGELOG
GOALS
INSTALL
INTERACTIVE
LICENSE
MANIFEST.in
Makefile
README
TODO
setup.py
examples/README
examples/__init__.py
examples/arctest.py
examples/axes_demo.py
examples/break.py
examples/color_demo.py
examples/data_helper.py
examples/dynamic_demo.py
examples/embedding_in_gtk.py
examples/errorbar_demo.py
examples/figtext.py
examples/gdtest.py
examples/histogram_demo.py
examples/interactive.py
examples/interactive2.py
examples/legend_demo.py
examples/legend_demo2.py
examples/line_styles.py
examples/log_demo.py
examples/logo.py
examples/mpl_with_glade.py
examples/mri_with_eeg.py
examples/multiple_figs_demo.py
examples/pcolor_demo.py
examples/pstest.py
examples/scatter_demo.py
examples/simple_plot.py
examples/stock_demo.py
examples/subplot_demo.py
examples/system_monitor.py
examples/text_handles.py
examples/text_themes.py
examples/vline_demo.py
examples/wx_demo.py
examples/xyerrorbar.py
examples/data/AAPL.dat
examples/data/INTC.dat
examples/data/README
examples/data/eeg.dat
examples/data/s1045.ima
fonts/afm/pagd8a.afm
fonts/afm/pagdo8a.afm
fonts/afm/pagk8a.afm
fonts/afm/pagko8a.afm
fonts/afm/pbkd8a.afm
fonts/afm/pbkdi8a.afm
fonts/afm/pbkl8a.afm
fonts/afm/pbkli8a.afm
fonts/afm/pcrb8a.afm
fonts/afm/pcrbo8a.afm
fonts/afm/pcrr8a.afm
fonts/afm/pcrro8a.afm
fonts/afm/phvb8a.afm
fonts/afm/phvb8an.afm
fonts/afm/phvbo8a.afm
fonts/afm/phvbo8an.afm
fonts/afm/phvl8a.afm
fonts/afm/phvlo8a.afm
fonts/afm/phvr8a.afm
fonts/afm/phvr8an.afm
fonts/afm/phvro8a.afm
fonts/afm/phvro8an.afm
fonts/afm/pncb8a.afm
fonts/afm/pncbi8a.afm
fonts/afm/pncr8a.afm
fonts/afm/pncri8a.afm
fonts/afm/pplb8a.afm
fonts/afm/pplbi8a.afm
fonts/afm/pplr8a.afm
fonts/afm/pplri8a.afm
fonts/afm/psyr.afm
fonts/afm/ptmb8a.afm
fonts/afm/ptmbi8a.afm
fonts/afm/ptmr8a.afm
fonts/afm/ptmri8a.afm
fonts/afm/putb8a.afm
fonts/afm/putbi8a.afm
fonts/afm/putr8a.afm
fonts/afm/putri8a.afm
fonts/afm/pzcmi8a.afm
fonts/afm/pzdr.afm
fonts/ttf/COPYRIGHT.TXT
fonts/ttf/README.TXT
fonts/ttf/RELEASENOTES.TXT
fonts/ttf/Vera.ttf
fonts/ttf/VeraBI.ttf
fonts/ttf/VeraBd.ttf
fonts/ttf/VeraIt.ttf
fonts/ttf/VeraMoBI.ttf
fonts/ttf/VeraMoBd.ttf
fonts/ttf/VeraMoIt.ttf
fonts/ttf/VeraMono.ttf
fonts/ttf/VeraSe.ttf
fonts/ttf/VeraSeBd.ttf
fonts/ttf/local.conf
images/stock_close.xpm
images/stock_down.xpm
images/stock_left.xpm
images/stock_refresh.xpm
images/stock_right.xpm
images/stock_save_as.xpm
images/stock_up.xpm
images/stock_zoom-in.xpm
images/stock_zoom-out.xpm
matplotlib/__init__.py
matplotlib/_matlab_helpers.py
matplotlib/afm.py
matplotlib/artist.py
matplotlib/axes.py
matplotlib/backend_bases.py
matplotlib/cbook.py
matplotlib/colormap.py
matplotlib/lines.py
matplotlib/matlab.py
matplotlib/mlab.py
matplotlib/patches.py
matplotlib/transforms.py
matplotlib/backends/__init__.py
matplotlib/backends/backend_gd.py
matplotlib/backends/backend_gtk.py
matplotlib/backends/backend_ps.py
matplotlib/backends/backend_template.py
matplotlib/backends/backend_wx.py
test/test.py