Re: [Matplotlib-users] Save pdf with plot_surface

2013-04-20 Thread Derek Thomas
I was able to fix this by uninstalling the matplotlib from homebrew and installing with pip. On Sat, Apr 20, 2013 at 9:33 AM, Derek Thomas wrote: > This may be known, but the following modified example from > http://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html fails with a > TypeError at ma

[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 f

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 Pyth