From: Thomas K. <th...@kl...> - 2012-05-30 19:49:47
|
On 30 May 2012 19:49, Tom Lippman <tom...@gm...> wrote: > I saw that matplotlib had been ported to python 3 (here), and that the > matplotlib-py3 branch was merged back into the main branch. So I assumed > matplotlib was compatible with python 3, and went ahead and tried to use it. > It didn't work. Is there a different fork which is compatible with python > 3? What happened? How did you try to use it? The released version doesn't support Python 3, but the development version on Github does. For Ubuntu, I've got a daily-build PPA which includes python3-matplotlib: https://launchpad.net/~takluyver/+archive/matplotlib-daily Thomas |