Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db41d3 commit 478bcdbCopy full SHA for 478bcdb
2 files changed
MANIFEST
@@ -23,6 +23,7 @@ examples/color_demo.py
23
examples/csd_demo.py
24
examples/data_helper.py
25
examples/dynamic_demo.py
26
+examples/dynamic_demo_wx.py
27
examples/embedding_in_gtk.py
28
examples/embedding_in_gtk2.py
29
examples/embedding_in_wx.py
@@ -144,6 +145,7 @@ matplotlib/lines.py
144
145
matplotlib/matlab.py
146
matplotlib/mlab.py
147
matplotlib/patches.py
148
+matplotlib/text.py
149
matplotlib/transforms.py
150
matplotlib/backends/__init__.py
151
matplotlib/backends/backend_gd.py
setup.py
@@ -9,7 +9,7 @@
9
data.extend(glob.glob('images/*.xpm'))
10
11
setup(name="matplotlib",
12
- version= '0.42b',
+ version= '0.42c',
13
description = "Matlab style python plotting package",
14
author = "John D. Hunter",
15
author_email="[email protected]",
0 commit comments