File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ setup.py
1515setupext.py
1616examples/README
1717examples/__init__.py
18+ examples/alignment_test.py
1819examples/anim.py
1920examples/arctest.py
2021examples/axes_demo.py
@@ -178,14 +179,19 @@ test/highres_test.py
178179test/hist_test.py
179180test/line_thickness.py
180181test/lots_o_points.py
182+ test/manset.py
181183test/matplotlibc_test.py
184+ test/memleak.py
185+ test/memleak2.py
182186test/mesh_test.py
183187test/plot_bug.py
184188test/print_only.py
185189test/rounding.py
186190test/semilog_test.py
187191test/specgram_demo.py
188192test/table_demo.py
193+ test/table_test.py
194+ test/table_test2.py
189195test/test.py
190196test/transtest.py
191197test/vline_demo.py
Original file line number Diff line number Diff line change 168168
169169-- Scale line width with DPI
170170
171+ -- allow pass of file handle to backend_gd
Original file line number Diff line number Diff line change 1717
1818
1919setup (name = "matplotlib" ,
20- version = '0.50h ' ,
20+ version = '0.50i ' ,
2121 description = "Matlab style python plotting package" ,
2222 author = "John D. Hunter" ,
2323
You can’t perform that action at this time.
0 commit comments