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

Skip to content

Commit 478bcdb

Browse files
committed
updated template and gd backends to new API
svn path=/trunk/matplotlib/; revision=103
1 parent 3db41d3 commit 478bcdb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ examples/color_demo.py
2323
examples/csd_demo.py
2424
examples/data_helper.py
2525
examples/dynamic_demo.py
26+
examples/dynamic_demo_wx.py
2627
examples/embedding_in_gtk.py
2728
examples/embedding_in_gtk2.py
2829
examples/embedding_in_wx.py
@@ -144,6 +145,7 @@ matplotlib/lines.py
144145
matplotlib/matlab.py
145146
matplotlib/mlab.py
146147
matplotlib/patches.py
148+
matplotlib/text.py
147149
matplotlib/transforms.py
148150
matplotlib/backends/__init__.py
149151
matplotlib/backends/backend_gd.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
data.extend(glob.glob('images/*.xpm'))
1010

1111
setup(name="matplotlib",
12-
version= '0.42b',
12+
version= '0.42c',
1313
description = "Matlab style python plotting package",
1414
author = "John D. Hunter",
1515
author_email="[email protected]",

0 commit comments

Comments
 (0)