Re: [matplotlib-devel] MacOSX backend throws exception when plotting a quadmesh

2012-07-10 Thread Eric Firing
On 2012/07/10 6:44 PM, Patrick Marsh wrote: > Hi, All, > > When trying to call plt.show() to display a generate QuadMesh using the > MacOSX backend, an error complaining about "TypeError: only length-1 > arrays can be converted to Python scalars" is generated. The following > gist contains two file

[matplotlib-devel] MacOSX backend throws exception when plotting a quadmesh

2012-07-10 Thread Patrick Marsh
Hi, All, When trying to call plt.show() to display a generate QuadMesh using the MacOSX backend, an error complaining about "TypeError: only length-1 arrays can be converted to Python scalars" is generated. The following gist contains two files: 1) a self contained example that will generate