Re: [Matplotlib-users] tight_layout() causes RuntimeError on OSX

2012-05-01 Thread Elliot Saba
That does indeed work. Thank you. -E On Tue, May 1, 2012 at 6:45 PM, Tony Yu wrote: > > > On Tue, May 1, 2012 at 3:04 PM, Elliot Saba wrote: > >> Hey guys, I'm trying to use tight_layout() to fix up some subplot >> grossness, but whenever I call it, I get: >

[Matplotlib-users] tight_layout() causes RuntimeError on OSX

2012-05-01 Thread Elliot Saba
Hey guys, I'm trying to use tight_layout() to fix up some subplot grossness, but whenever I call it, I get: Traceback (most recent call last): File "test.py", line 16, in plt.tight_layout() File "/Users//.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/

Re: [Matplotlib-users] Focus in OSX

2012-04-14 Thread Elliot Saba
er your Python is installed as a > framework, and it issues a warning if it is not installed as a framework. > For your non-framework python, was this warning issued? > > Best, > -Michiel. > > --- On *Fri, 4/13/12, Elliot Saba * wrote: > > > From: Elliot Saba > Subject

Re: [Matplotlib-users] Focus in OSX

2012-04-13 Thread Elliot Saba
Confirmed, when I installed my python as a framework, (With homebrew, `brew install python --framework`) the focus now works properly. -E On Thu, Apr 12, 2012 at 7:57 PM, Chris Laumann wrote: > Actually I don't know about the apple supplied python, but I believe > enthoughts python is installed

Re: [Matplotlib-users] Focus in OSX

2012-04-11 Thread Elliot Saba
worked. > > Is there a benefit to the macosx backend over the tkagg one? > > Ethan > > > > > On Apr 11, 2012, at 1:58 PM, Elliot Saba wrote: > > > >> I'm using homebrew python, which is built from source, and the latest > matplotlib gotten from git:/

Re: [Matplotlib-users] Focus in OSX

2012-04-11 Thread Elliot Saba
I'm using homebrew python, which is built from source, and the latest matplotlib gotten from git://github.com/matplotlib/matplotlib.git. (I rebuilt it ~2 minutes ago) Perhaps there's some kind of environment difference? -E On Wed, Apr 11, 2012 at 5:12 AM, Zachary Pincus wrote: > > 1. Keyboard i

Re: [Matplotlib-users] Focus in OSX

2012-04-10 Thread Elliot Saba
I can confirm all three of these issues. Having never used matplotlib outside of OSX Lion, I thought this was standard for MPL, I'm glad to hear it's not, but I agree that these are very important issues to be addressed. -E On Tue, Apr 10, 2012 at 7:12 PM, Chris Laumann wrote: > Hi all- > > I've

[Matplotlib-users] Trouble installing on OSX 10.7

2012-04-03 Thread Elliot Saba
Hello, I am also having trouble installing matplotlib on OSX 10.7 (Homebrew python 2.7.2, clang v2.1) and when trying to compile it from source, I get errors regarding libpng. (https://gist.github.com/2269043) These are the same errors I get when trying to install via pip. I saw that there used to