Re: [Matplotlib-users] Matplotlib and Python 3

2008-12-05 Thread Armando Serrano Lombillo
The bottleneck for Python 3 adoption is going to be the availability of compatible third party libraries. I'm using numpy, scipy, matplotlib, wxpython, pywin32 and py2exe, so I'm not even going to download python 3 until all these projects have moved to it. Armando. On Fri, Dec 5, 2008 at 2:37

[Matplotlib-users] Matplotlib and Python 3

2008-12-04 Thread Kaushik Ghose
Hi Everyone, Quick question. Is matplotlib python 3 compatible? Has anyone switched to python 3? Anecdotally, how much of a pain is it to switch over, if you use common scientific libraries such as PIL and VTK? Thanks -Kaushik

Re: [Matplotlib-users] Matplotlib and Python 3

2008-12-04 Thread David Cournapeau
Kaushik Ghose wrote: Hi Everyone, Quick question. Is matplotlib python 3 compatible? Has anyone switched to python 3? Anecdotally, how much of a pain is it to switch over, if you use common scientific libraries such as PIL and VTK? matplotlib depends on numpy, and numpy on python 3

Re: [Matplotlib-users] Matplotlib and Python 3

2008-12-04 Thread John Hunter
On Thu, Dec 4, 2008 at 8:42 PM, David Cournapeau [EMAIL PROTECTED] wrote: Quick question. Is matplotlib python 3 compatible? Has anyone switched to python 3? Anecdotally, how much of a pain is it to switch over, if you use common scientific libraries such as PIL and VTK? matplotlib