File tree 1 file changed +21
-0
lines changed 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,27 @@ 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 GUI backends do not yet have
33
+ adequate bindings for Python 3.x, but continue to work on Python 2.6
34
+ and 2.7. The non-GUI backends, such as PDF, PS and SVG, work on both
35
+ Python 2.x and 3.x.
36
+
37
+ Features that depend on the Python Imaging Library, such as JPEG
38
+ handling, do not work, since the version of PIL for Python 3.x is not
39
+ sufficiently mature.
40
+
20
41
PGF/TikZ backend
21
42
----------------
22
43
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