File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,25 @@ This page just covers the highlights -- for the full story, see the
17
17
new in matplotlib-1.2
18
18
=====================
19
19
20
+ Python 3.x support
21
+ ------------------
22
+
23
+ Matplotlib 1.2 is the first version to support Python 3.x,
24
+ specifically Python 3.1 and 3.2. To make this happen in a reasonable
25
+ way, we also had to drop support for Python versions earlier than 2.6.
26
+
27
+ This work was done by Michael Droettboom, the Cape Town Python Users'
28
+ Group, many others and supported financially in part by the SAGE
29
+ project.
30
+
31
+ The following GUI backends work under Python 3.x: Gtk3Agg, Gtk3Cairo,
32
+ Qt4Agg, TkAgg and MacOSX. The other backends do not yet have workable
33
+ bindings for Python 3.x, but continue to work on Python 2.6 and 2.7.
34
+
35
+ Features that depend on the Python Imaging Library, such as JPEG
36
+ handling, do not work, since the version of PIL for Python 3.x is not
37
+ sufficiently mature.
38
+
20
39
PGF/TikZ backend
21
40
----------------
22
41
Peter Würtz wrote a backend that allows matplotlib to export figures as
You can’t perform that action at this time.
0 commit comments