Re: [matplotlib-devel] Debian Bug report logs - #503148

2008-12-01 Thread Manuel Metz
Sandro Tosi wrote: > On Mon, Oct 27, 2008 at 15:25, Manuel Metz <[EMAIL PROTECTED]> wrote: >> Just put the Debian bugreport on the list here. I will look at this. >> >> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503148 > > Thanks Manuel, and sorry for not forwarding it and being a little bit

Re: [matplotlib-devel] Debian Bug report logs - #503148

2008-12-01 Thread Sandro Tosi
Hello! On Mon, Dec 1, 2008 at 11:24, Manuel Metz <[EMAIL PROTECTED]> wrote: > Sandro Tosi wrote: >> On Mon, Oct 27, 2008 at 15:25, Manuel Metz <[EMAIL PROTECTED]> wrote: >>> Just put the Debian bugreport on the list here. I will look at this. >>> >>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bu

Re: [matplotlib-devel] reimplemented legend class

2008-12-01 Thread John Hunter
On Sun, Nov 30, 2008 at 11:53 AM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > I have been working on reimplementation of the legend class, and I > guess it is mostly done. The biggest change is how each items are > placed. For this, I made a simple container class("offsetbox.py"), > which can pack t

Re: [matplotlib-devel] markersize change

2008-12-01 Thread Michael Droettboom
Ok. I'll apply this fix to SVN. I'll have to go back and find a better way to do this later. Personally, I think the markers at normal to largish size (5+ pixels in diameter) look too fuzzy without the pixel quantizing. Mike Andrew Straw wrote: > Hi Mike, > > That does fix the issue. Anothe

Re: [matplotlib-devel] transforms bug: axhline with log y scale

2008-12-01 Thread Eric Firing
Mike, This is a gentle check--I suspect my original message, below, may have slipped under the radar. Eric Eric Firing wrote: > Mike (or other transforms afficionados), > > The thread "[Matplotlib-users] Bug saving semilogy plots with a axvline" > started by [EMAIL PROTECTED] pointed to a bug

Re: [matplotlib-devel] transforms bug: axhline with log y scale

2008-12-01 Thread Michael Droettboom
Thanks for the reminder. It wasn't propagating the "non-affine" invalidation correctly. I think I have a fix in r6465, but please let me know if you see anything else funny. Cheers, Mike Eric Firing wrote: > Mike, > > This is a gentle check--I suspect my original message, below, may have > s

Re: [matplotlib-devel] reimplemented legend class

2008-12-01 Thread Andrew Straw
John Hunter wrote: > On Sun, Nov 30, 2008 at 11:53 AM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > > >> I have been working on reimplementation of the legend class, and I >> guess it is mostly done. The biggest change is how each items are >> placed. For this, I made a simple container class("offs

Re: [matplotlib-devel] reimplemented legend class

2008-12-01 Thread Jae-Joon Lee
Thanks John, I'll work on the revisions. > > +def set_offset(self, xy): > +""" > +set offset of the container. > + > +Accept : tuple of x,y cooridnate in display units. > > Is it worthwhile to allow other coordinate systems for the offsets > (points, data) or would thi

Re: [matplotlib-devel] transforms bug: axhline with log y scale

2008-12-01 Thread Eric Firing
Michael Droettboom wrote: > Thanks for the reminder. It wasn't propagating the "non-affine" > invalidation correctly. I think I have a fix in r6465, but please let > me know if you see anything else funny. > > Cheers, > Mike Mike, It looks like that helps, fixing the window resize behavior,