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
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
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
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
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
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
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
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
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,