Re: [Matplotlib-users] small bug in slider_demo.py

2008-11-20 Thread Eric Firing
Matthias Michler wrote: > Hello list, > > I observe a small bug in slider_demo.py, which lives in the svn > folder /examples/widgets and can be accessed via > http://matplotlib.sourceforge.net/_static/plot_directive/mpl_examples/widgets/slider_demo.py > . > > The hovercolor for grey needs to be

[Matplotlib-users] small bug in slider_demo.py

2008-10-22 Thread Matthias Michler
Hello list, I observe a small bug in slider_demo.py, which lives in the svn folder /examples/widgets and can be accessed via http://matplotlib.sourceforge.net/_static/plot_directive/mpl_examples/widgets/slider_demo.py . The hovercolor for grey needs to be a string instead of a float. I attached