Re: [Matplotlib-users] possible bug in FigureManagerQT: notify_axes_change never used

2008-05-05 Thread Darren Dale
On Monday 05 May 2008 02:07:27 pm G Jones wrote: > Hello, > I don't know if this is a bug or not, but I notice that > notify_axes_change is defined in each FigureManager* __init__ > function, and usually it is then passed to > self.canvas.figure.add_axobserver(notify_axes_change), but this is not >

[Matplotlib-users] possible bug in FigureManagerQT: notify_axes_change never used

2008-05-05 Thread G Jones
Hello, I don't know if this is a bug or not, but I notice that notify_axes_change is defined in each FigureManager* __init__ function, and usually it is then passed to self.canvas.figure.add_axobserver(notify_axes_change), but this is not the case in FigureManagerQt, it is defined but never used in