Re: [matplotlib-devel] tk backend broken (somehow?)

2014-11-17 Thread Thomas Caswell
Have a look at the recipe in conda-rescipes for matplotlib, they might be doing some funny patching. On Mon, Nov 17, 2014, 22:48 Benjamin Root wrote: > Ok, I am just really confused now. I have confirmed that using the > matplotlib supplied by miniconda (v1.4.2) works just fine. Ripping that out

Re: [matplotlib-devel] tk backend broken (somehow?)

2014-11-17 Thread Benjamin Root
Ok, I am just really confused now. I have confirmed that using the matplotlib supplied by miniconda (v1.4.2) works just fine. Ripping that out and building version 1.4.2 from source results in the traceback. Same thing for v1.3.1. I have even tried checking out PR#3811 which addresses the weird con

Re: [matplotlib-devel] macosx/cocoagg embedding examples

2014-11-17 Thread Chris Barker
On Mon, Nov 17, 2014 at 6:52 AM, Benjamin Root wrote: > I notice that our documentation for matplotlib embedding does not include > any examples using macosx or cocoagg. Is this because it is not possible > probably not! > or that no one has put forth any such examples? > probably. > Are th

[matplotlib-devel] macosx/cocoagg embedding examples

2014-11-17 Thread Benjamin Root
I notice that our documentation for matplotlib embedding does not include any examples using macosx or cocoagg. Is this because it is not possible or that no one has put forth any such examples? Are there python bindings for the apple gui toolkit? Sincerely, Completely clueless with regards to App

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

Re: [matplotlib-devel] tk backend broken (somehow?)

2014-11-17 Thread Phil Elson
Mike made some changes to this recently. https://github.com/matplotlib/matplotlib/pull/3778 May be the cause. On 16 November 2014 18:12, Benjamin Root wrote: > And with my continuing saga of backend-specific things... > > I was using conda, but because it does not ship with pygtk support, I had