small bug in slider_demo.py

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 a
small patch for simplicity.

regards
Matthias

ps: Nevertheless the new webpage looks very nice and searching is well
supported.

slider_demo.patch (439 Bytes)

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 a string instead of a float. I attached a small patch for simplicity.

Thank you, I applied it.

Eric