zoom in TkAgg buggy?

Hi there,

can anybody reproduce these bugs:

* when I first use the interactive zoom&move feature and then switch over to
the zoom-to-box mode, the mode is not completely switched, but stays in some
broken intermediate state: using the mouse, I can draw a box, but at the same
time, the plot is moved along with the mouse (like in interactive mode)

* when I zoom in *very* close, (probably near the limit of floating point
resolution), I suddenly see huge garbage polygons in the plot. Probably there
should be some check limiting the zoom to the range of floating point values?

Greetings,
Nobbi

···

--
_________________________________________Norbert Nemec
         Bernhardstr. 2 ... D-93053 Regensburg
     Tel: 0941 - 2009638 ... Mobil: 0179 - 7475199
           eMail: <Norbert@...160...>

Hi there,

can anybody reproduce these bugs:

* when I first use the interactive zoom&move feature and then switch over to
the zoom-to-box mode, the mode is not completely switched, but stays in some
broken intermediate state: using the mouse, I can draw a box, but at the same
time, the plot is moved along with the mouse (like in interactive mode)

I can't reproduce this problem.

* when I zoom in *very* close, (probably near the limit of floating point
resolution), I suddenly see huge garbage polygons in the plot. Probably there
should be some check limiting the zoom to the range of floating point values?

I do get this one. It looks like an Agg backend bug because it happens
for me on TkAgg and GTKAgg, but not GTK or GTKCairo.

Steve

···

On Sat, 2004-12-04 at 19:10 +0100, Norbert Nemec wrote: