Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-11 Thread Bedartha Goswami
Hi, >> As a test, try to set your backend to either 'cocoaagg' or 'macosx' like so: import matplotlib as mpl mpl.use('cocoaagg') There have been issues with TkAgg on macs. I have personally not had any success with it (even with ActiveState's Tcl). >> >> > tried doing the above but this requ

Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-11 Thread Ludwig Schwardt
Hi Russell, The System Python 2.7.1 on 10.7 is also 64-bit (I checked the size of sys.maxint to confirm this). I have built matplotlib 1.1.0 on this with the standard Lion LLVM compiler (i686-apple-darwin11-llvm-gcc-4.2) and TkAgg works fine. Once you have pkg-config on your system (I use homeb

Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-10 Thread Russell E. Owen
In article <1320891765.14646.yahoomailclas...@web161202.mail.bf1.yahoo.com>, Michiel de Hoon wrote: > --- On Wed, 11/9/11, Russell E. Owen > wrote: > > There is no matplotlib binary for 64-bit Python yet because > > I've not > > figured out how to build one successfully -- I get horrible >

Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-10 Thread Ludwig Schwardt
en" mailto:ro...@uw.edu)> > Subject: Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X > Lion > To: matplotlib-users@lists.sourceforge.net > (mailto:matplotlib-users@lists.sourceforge.net) > Message-ID: (mailto:rowen-75cfda.11224209112...@news.gmane.org

Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-09 Thread Michiel de Hoon
--- On Wed, 11/9/11, Russell E. Owen wrote: > There is no matplotlib binary for 64-bit Python yet because > I've not > figured out how to build one successfully -- I get horrible > conflicts > with Tcl/Tk. > Would it be possible to release a matplotlib binary for 64-bit Python using the MacOSX

Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-09 Thread Russell E. Owen
In article <629e8f74-c832-4500-9768-8af5fb39d...@pik-potsdam.de>, Bedartha Goswami wrote: > Hi, > > I have recently installed Python 32/64bit from Python.org and then I > proceeded to install bumpy, scipy, matplotlib and igraph on it. But the > Matplotlib does not show the plots even if it

Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-09 Thread Benjamin Root
On Tue, Nov 8, 2011 at 11:15 AM, Bedartha Goswami wrote: > Hi, > > I have recently installed Python 32/64bit from Python.org and then I > proceeded to install bumpy, scipy, matplotlib and igraph on it. But the > Matplotlib does not show the plots even if it opens a Figure window. Here > is a summa

[Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-08 Thread Bedartha Goswami
Hi, I have recently installed Python 32/64bit from Python.org and then I proceeded to install bumpy, scipy, matplotlib and igraph on it. But the Matplotlib does not show the plots even if it opens a Figure window. Here is a summary of what I had done in my installation: - I first did a "cle