Hello list,

the nice example of sliders and buttons from the matplotlib screenshots 
doesn't work anymore (at least) for me under mpl 0.91.2 and latest svn.

In http://matplotlib.sourceforge.net/screenshots/slider_demo.py
the replacement >hovercolor=0.975<
                        ->  >hovercolor="0.975"<
is needed.
 
The second problem arises only with latest svn. 
At the end of the mail there's the Traceback, which arises after clicking the 
radiobutton during running examples/widgets/radio_buttons.py.

Any suggestions are welcome.

regards Matthias
 
-------------------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
  
File 
"/media/disk/SOFT//lib/python2.5/site-packages/matplotlib/backends/backend_gtk.py",
 
line 193, in button_press_event
    FigureCanvasBase.button_press_event(self, x, y, event.button)
  
File 
"/media/disk/SOFT//lib/python2.5/site-packages/matplotlib/backend_bases.py", 
line 915, in button_press_event
    self.callbacks.process(s, mouseevent)
  File "/media/disk/SOFT//lib/python2.5/site-packages/matplotlib/cbook.py", 
line 157, in process
    func(*args, **kwargs)
  File "/media/disk/SOFT//lib/python2.5/site-packages/matplotlib/widgets.py", 
line 462, in _clicked
    xy = self.ax.transAxes.inverse_xy_tup((event.x, event.y))
AttributeError: 'BboxTransformTo' object has no attribute 'inverse_xy_tup'

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to