Re: [Matplotlib-users] Save pdf with plot_surface

2013-04-21 Thread Michael Droettboom
Just curious -- where is the formula for matplotlib in homebrew? I can't find it. I thought I would look into why that was failing -- it may just be simply that it's an old version of matplotlib and this bug is now fixed in the latest release. Mike On 04/20/2013 11:12 PM, Derek Thomas

[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