Bug in matplotlib_gtk ? Still see some strange behavior...

The previous fix was not quite right.
    self._need_redraw = True
should come before
    if GTK_WIDGET_DRAWABLE(self):

It is now (hopefully) fixed in CVS.

regards,
Steve

Send instant messages to your online friends http://au.messenger.yahoo.com

···

On Mon, 2006-02-20 at 20:38 -0800, matplotlib-devel-request@lists.sourceforge.net wrote:

Hi,
No more traceback with the matplolib cvs version.
However, I observe now some strange behavior.
I join a new example code.
  When you launch the script and press replot button (circle should
become a line in both tab), then switch to the second tab everything
ok. But back to the first tab and press replot (line should become a
circle in both tab), switch to the second tab... still see a line. If
you use the "pan" tool in the toolbar and move a bit the graph then
the figure is the updated and become a circle.

Regards,

David