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

2012-05-02 Thread Michiel de Hoon
is not being accessed outside of the event loop. -Michiel. --- On Tue, 5/1/12, Elliot Saba staticfl...@gmail.com wrote: From: Elliot Saba staticfl...@gmail.com Subject: [Matplotlib-users] tight_layout() causes RuntimeError on OSX To: Matplotlib Users matplotlib-users@lists.sourceforge.net Date

[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 module plt.tight_layout() File

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

2012-05-01 Thread Tony Yu
On Tue, May 1, 2012 at 3:04 PM, Elliot Saba staticfl...@gmail.com wrote: 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 module plt.tight_layout() File

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 tsy...@gmail.com wrote: On Tue, May 1, 2012 at 3:04 PM, Elliot Saba staticfl...@gmail.com wrote: Hey guys, I'm trying to use tight_layout() to fix up some subplot grossness, but whenever I call it, I get: