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
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