On Wed, Sep 3, 2008 at 4:25 AM, Fredrik Johansson
<[EMAIL PROTECTED]> wrote:

> Removing the call to ylim is not an acceptable solution, because this
> is just a part (the problematic part) of the data I am trying to plot
> (most of which fits within the ylimits). The problem also persists
> when zooming out.

Although I did not see the problem when I tried your example (I just
have a field of white inside the axes and not the "large filled
boxes", this does sound from your description like a bug we have seen
before, where polygon artifacts are introduced by zooming too far into
a figure.  I'm pretty sure is a consequence of our creating a canvas
size in agg that overflows the max integer canvas size, because on a
big zoom we create the full figure canvas and then clip what is
outside the viewport.  This is the same reason people report
exponential slowing down on repeated zooms.  Both of these are the
same bu that needs to be fixed.

JDH

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to