[Matplotlib-users] wxPython Phoenix - backend_wxagg

2013-04-20 Thread Werner F. Bruhin
Hi, I am trying to get matplotlib 1.2.0 to work with wxPython Phoenix - will provide a patch when it is working. Made the changes to backend_wx* for things like EmptyImage/EmptyBitmap and Toolbar but I am stuck on the following. if bbox is None: # agg = rgba buffer - bitmap

Re: [Matplotlib-users] Trying to migrate to Python 3.2, Matplotlib 1.2.1

2013-04-20 Thread John Ladasky
On 04/19/2013 03:26 AM, Mark Lawrence wrote: On 19/04/2013 04:03, John Ladasky wrote: Reading more, I realize that the way I was getting GUI output previously (with Python 2.7 and Matplotlib 1.1) was through wxPython. Unfortunately, it appears that wxPython's star is fading, and a Python

[Matplotlib-users] Save pdf with plot_surface

2013-04-20 Thread Derek Thomas
This may be known, but the following modified example from http://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html fails with a TypeError at matplotlib/backends/backend_pdf.pyc in draw_path_collection. Is it possible to save pdf files with surface plots? from mpl_toolkits.mplot3d import Axes3D