Re: [Matplotlib-users] Cocoa Backend on Snow Leopard

2009-09-22 Thread John Hunter
On Tue, Sep 22, 2009 at 1:53 PM, Pierre GM wrote: > > On Sep 19, 2009, at 12:55 PM, Pierre GM wrote: > >> All, >> I'm trying to use the Cocoa backend on Snow Leopard, using r7791 >> (GCC 4.2.1 / Python 2.6.1 from Apple, 64b) >> Unfortunately, a simple `plot(range(10),range(10))` gives me an >> emp

Re: [Matplotlib-users] Cocoa Backend on Snow Leopard

2009-09-22 Thread Eric Bruning
On Tue, Sep 22, 2009 at 2:53 PM, Pierre GM wrote: > > On Sep 19, 2009, at 12:55 PM, Pierre GM wrote: > >> All, >> I'm trying to use the Cocoa backend on Snow Leopard, using r7791 >> (GCC 4.2.1 / Python 2.6.1 from Apple, 64b) >> Unfortunately, a simple `plot(range(10),range(10))` gives me an >> emp

Re: [Matplotlib-users] Cocoa Backend on Snow Leopard

2009-09-22 Thread Pierre GM
On Sep 19, 2009, at 12:55 PM, Pierre GM wrote: > All, > I'm trying to use the Cocoa backend on Snow Leopard, using r7791 > (GCC 4.2.1 / Python 2.6.1 from Apple, 64b) > Unfortunately, a simple `plot(range(10),range(10))` gives me an > empty window and error message as such: > > Python[53010:d0

[Matplotlib-users] Cocoa Backend on Snow Leopard

2009-09-19 Thread Pierre GM
All, I'm trying to use the Cocoa backend on Snow Leopard, using r7791 (GCC 4.2.1 / Python 2.6.1 from Apple, 64b) Unfortunately, a simple `plot(range(10),range(10))` gives me an empty window and error message as such: Python[53010:d07] Inconsistent set of values to create NSBitmapImageRep /User