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