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
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
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
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?
--