From: Charlie M. <cw...@gm...> - 2006-03-29 19:57:56
|
I shoudl have tried this in the first place. The widgets/radio_buttons.py example doesn't work at all for me. In fact quite a few are broken. buttons.py check_buttons.py radio_buttons.py sliders.py Do these work for anybody with svn? - Charlie On 3/29/06, John Hunter <jdh...@ac...> wrote: > >>>>> "Charlie" =3D=3D Charlie Moad <cw...@gm...> writes: > > Charlie> Before I bang my head against the wall I figured I would > Charlie> check the list. I have a script that uses the radio > Charlie> button widget in a TkAgg. This worked not too long ago, > Charlie> but now it is not responding to clicks with the latest > Charlie> matplotlib. Has there been changes recently to the TkAgg > Charlie> backend that would affect this? > > It doesn't look like it: > > peds-pc311:~/mpl> svn log lib/matplotlib/backends/backend_tkagg.py > ------------------------------------------------------------------------ > r2139 | dsdale | 2006-03-11 18:11:40 -0600 (Sat, 11 Mar 2006) | 7 > lines > > added **kwargs to all backend_*.print_figure > methods to provide papertype kwarg to backend_ps > > fixed landscape orientation for usetex option > > added subprocess module from python-2.4 > > ------------------------------------------------------------------------ > r1889 | cmoad | 2005-11-30 14:05:05 -0600 (Wed, 30 Nov 2005) | 2 lines > > assume png on no extension save > > ------------------------------------------------------------------------ > r1591 | cmoad | 2005-08-08 09:46:47 -0500 (Mon, 08 Aug 2005) | 2 lines > > almost have tkagg blitting working > > ------------------------------------------------------------------------ > r1586 | jdh2358 | 2005-08-05 11:13:26 -0500 (Fri, 05 Aug 2005) | 2 > lines > > small cursor fix > > ------------------------------------------------------------------------ > r1584 | cmoad | 2005-08-04 14:13:08 -0500 (Thu, 04 Aug 2005) | 2 lines > > Added blit to FigureCanvasTkAgg, but it does not account for the bbox > yet. > > > > Maybe it is a tk version problem? > > JDH > |