[Matplotlib-users] Looking for additional help about moving a legend

2012-04-11 Thread Jonathan Bruck
Hi all, Forgive me as this is the first time I've posted here. I've asked a question on StackOverFlow: http://stackoverflow.com/questions/10101700/moving-matplotlib-legend-outside-of-the-axis-makes-it-cutoff-by-the-figure-box#comment12952803_10101700 The question relates to adjusting the size of

[Matplotlib-users] dates for x-axis

2012-04-11 Thread questions anon
Hi matplotlib list, I am having trouble applying mdates in matplotlib. I am not sure how to recognise that x-axis are dates like 20110101, 20110102, 20110103 etc. Any feedback will be greatly appreciated! below is the code I have so far: import numpy as np import matplotlib.pyplot as plt from nump

Re: [Matplotlib-users] Focus in OSX

2012-04-11 Thread Elliot Saba
The 'tkagg' backend works properly for me, (I get the icon, the windows behave properly, keyboard shortcuts work, etc) my only complaint is that it's much "uglier" than the OSX version (the color scheme is wrong as the windows are non-native). -E On Wed, Apr 11, 2012 at 12:22 PM, Ethan Gutmann

Re: [Matplotlib-users] Focus in OSX

2012-04-11 Thread Ethan Gutmann
On Apr 11, 2012, at 2:19 PM, Chris Laumann wrote: > I get the exact same behavior from both Enthought supplied python and Apple > supplied python. I haven't tried any other pythons, but it isn't limited to > the Apple one. > > C I've never seen quite what has been described, but I've had issu

Re: [Matplotlib-users] Focus in OSX

2012-04-11 Thread Zachary Pincus
Huh, bizarre. So neither of you get the little rocket-ship app icon appear when matplotlib first draws a window? And matplotlib.rcParams['backend'] is definitely 'MacOSX'? Hopefully someone who knows more about the OS X backend can comment here... Zach On Apr 11, 2012, at 2:19 PM, Chris Laumann

Re: [Matplotlib-users] Focus in OSX

2012-04-11 Thread Chris Laumann
I get the exact same behavior from both Enthought supplied python and Apple supplied python. I haven't tried any other pythons, but it isn't limited to the Apple one. C On Apr 11, 2012, at 1:58 PM, Elliot Saba wrote: > I'm using homebrew python, which is built from source, and the latest > ma

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-11 Thread Zachary Pincus
> 1. Keyboard input always goes to the terminal. Shortcuts don't work in the > standard plot windows and my custom widgets no longer catch key_press_events > (I'm not sure when this functionality broke exactly as I haven't used those > widgets much recently but it worked when I developed 'em a