Re: [Matplotlib-users] Matching shading on surfaces

2013-12-06 Thread Derek Thomas
as a > keyword argument to plot_surface(). > > I hope that helps! > Ben Root > > > > On Fri, Dec 6, 2013 at 12:43 PM, Derek Thomas wrote: > >> I have a surface that is defined in four distinct sections. The sections >> are continuous and at least C^1 smooth

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

[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] Affine2D on scatter

2013-04-05 Thread Derek Thomas
faq.html#troubleshooting, along > with the code to reproduce the problem in a new github issue? > > Once I have all of the necessary details, I'd be happy to have a look into > this to see if I can find a solution. > > Cheers, > > Phil > > > > On 5 April 2013

Re: [Matplotlib-users] Affine2D on scatter

2013-04-04 Thread Derek Thomas
1,2,3], c='k', marker='D', transform=tr) > plt.show() > > produces the following plot on v1.2.0: > [image: Inline images 1] > Is this unexpected or are you getting a different result to me? > > Regards, > > > > On 4 April 2013 17:06, Derek Thomas

[Matplotlib-users] Affine2D on scatter

2013-04-04 Thread Derek Thomas
I posted a related question on stackoverflow (http://stackoverflow.com/questions/15815862/apply-affine-transform-to-quiver-in-python-matplotlib) but I've produced a simple enough example with strange results that I think it merits attention here. I'm trying to apply affine transforms to quiver and