[Matplotlib-users] Mac binary installer for Python 3 delayed

2012-12-14 Thread Russell E. Owen
It turns out I won't be able to make a Mac binary installer for matplotlib anytime soon. I use bdist_mpkg to make the Mac binary installers for MacOS X, and the current release of bdist_mpkg (4.4) is not compatible with Python 3. I don't know how to make binary installers without bdist_mpkg, th

Re: [Matplotlib-users] 3d performance question

2012-12-14 Thread Ethan Gutmann
Hi Neal, my understanding is that matplotlib does not use OpenGL (thus the terrible performance you see). You might want to look into glumpy for mplot3d OpenGL acceleration. Ethan On Dec 14, 2012, at 5:23 AM, Neal Becker wrote: > I'm using fedora (17) linux. I notice on complicated 3d plot, i

[Matplotlib-users] Bar chart corruption when plotting multiple subplots in MATPLOTLIB

2012-12-14 Thread p.bingham
I've created a class that allows a user to add several charts to a MATPLOTLIB window. These can be either a line chart or a bar chart. It also has the feature that when a chart has already been added to the window (as identified from rowID) rather than draw a new plot it will replace the data in th

[Matplotlib-users] 3d performance question

2012-12-14 Thread Neal Becker
I'm using fedora (17) linux. I notice on complicated 3d plot, interactive performance can get sluggish. I'm using nouveau driver now, but wondering if installing nvidia driver will improve mpl 3d performance? Does mpl use opengl? --