From: Christoph G. <cg...@uc...> - 2010-12-23 21:47:04
|
On 12/23/2010 1:01 PM, Robert Young wrote: > Hi, I have used Matplotlib extensively now for 2 years with python 2.x. > I recently needed to move to python 3.1 which was greatly facilitated by > numpy and scipy being ported to python 3. I was lucky in that all I have > to change is many print statements. All on a Windows OS. > > But my progress is severely limited by having no port of Matplotlib to > python 3. I am definitely a user so have contributed twice to Matplotlib > development. > > Plea: If the stars align properly, I would be so grateful for a port of > matplotlib to python 3. > > Thanks for hearing me. > Did you try the py3k branch at <http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/branches/py3k/>? It does work for simple plots. -- Christoph |