Re: [Matplotlib-users] Legend grows in wrong direction

2009-02-26 Thread Søren Nielsen
Thanks JJ! It does, and you are exactly right, letting the legend "grow" downward while holding the value of the lower left corner doesn't make sense.. I tried calculating an offset, but the patch is a much nicer fix! Soren On Thu, Feb 26, 2009 at 9:27 PM, Jae-Joon Lee wrote: > On Thu, Feb 26,

Re: [Matplotlib-users] Legend grows in wrong direction

2009-02-26 Thread Jae-Joon Lee
On Thu, Feb 26, 2009 at 4:51 AM, Søren Nielsen wrote: > I've tried placing a legend using the loc = (x,y) .. and the legend is moved > where I want it. the problem is, when I add new lines to the plot.. the > legend grows, but upwards.. so the lower left point of the legend box is > constant.. but

[Matplotlib-users] Legend grows in wrong direction

2009-02-26 Thread Søren Nielsen
Hi, I've tried placing a legend using the loc = (x,y) .. and the legend is moved where I want it. the problem is, when I add new lines to the plot.. the legend grows, but upwards.. so the lower left point of the legend box is constant.. but that's not the logical way for a legend box to grow.. sho