Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a778908

Browse files
committed
system_monitor optizations
svn path=/trunk/matplotlib/; revision=132
1 parent e2657c7 commit a778908

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

MANIFEST

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ setup.py
1515
setupext.py
1616
examples/README
1717
examples/__init__.py
18+
examples/alignment_test.py
1819
examples/anim.py
1920
examples/arctest.py
2021
examples/axes_demo.py
@@ -178,14 +179,19 @@ test/highres_test.py
178179
test/hist_test.py
179180
test/line_thickness.py
180181
test/lots_o_points.py
182+
test/manset.py
181183
test/matplotlibc_test.py
184+
test/memleak.py
185+
test/memleak2.py
182186
test/mesh_test.py
183187
test/plot_bug.py
184188
test/print_only.py
185189
test/rounding.py
186190
test/semilog_test.py
187191
test/specgram_demo.py
188192
test/table_demo.py
193+
test/table_test.py
194+
test/table_test2.py
189195
test/test.py
190196
test/transtest.py
191197
test/vline_demo.py

TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,4 @@
168168

169169
-- Scale line width with DPI
170170

171+
-- allow pass of file handle to backend_gd

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
setup(name="matplotlib",
20-
version= '0.50h',
20+
version= '0.50i',
2121
description = "Matlab style python plotting package",
2222
author = "John D. Hunter",
2323
author_email="[email protected]",

0 commit comments

Comments
 (0)