Re: [matplotlib-devel] Axes.scatter call fails since removal of PyCXX

2014-11-19 Thread Thomas Caswell
Ah, never mind then, I just got out of sync. On Wed, Nov 19, 2014, 04:04 Joel B. Mohler wrote: > On 11/18/2014 08:29 PM, Thomas Caswell wrote: > > Is there an issue for this (and if not can you make one)? > > > This is https://github.com/matplotlib/matplotlib/pull/3811 which is fixed > and merge

Re: [matplotlib-devel] Axes.scatter call fails since removal of PyCXX

2014-11-19 Thread Joel B. Mohler
On 11/18/2014 08:29 PM, Thomas Caswell wrote: Is there an issue for this (and if not can you make one)? This is https://github.com/matplotlib/matplotlib/pull/3811 which is fixed and merged. Should it still be an issue? On Mon, Nov 17, 2014, 09:56 Joel B. Mohler

Re: [matplotlib-devel] Axes.scatter call fails since removal of PyCXX

2014-11-18 Thread Thomas Caswell
Is there an issue for this (and if not can you make one)? On Mon, Nov 17, 2014, 09:56 Joel B. Mohler wrote: > On Mon, Nov 17, 2014 at 09:36:50AM -0500, Joel B. Mohler wrote: > > I think I see a breakage of the scatter call that I think should work > and did > > work before > > https://github.com

Re: [matplotlib-devel] Axes.scatter call fails since removal of PyCXX

2014-11-17 Thread Joel B. Mohler
On Mon, Nov 17, 2014 at 09:36:50AM -0500, Joel B. Mohler wrote: > I think I see a breakage of the scatter call that I think should work and did > work before > https://github.com/matplotlib/matplotlib/commit/be34210a8c09fcd639ece583eb5c0acb855222b6 > > This is running on windows 7 (32 bit) with nu

[matplotlib-devel] Axes.scatter call fails since removal of PyCXX

2014-11-17 Thread Joel B. Mohler
I think I see a breakage of the scatter call that I think should work and did work before https://github.com/matplotlib/matplotlib/commit/be34210a8c09fcd639ece583eb5c0acb855222b6 This is running on windows 7 (32 bit) with numpy 1.8 and current master. The example is: *** import numpy from matplo