Skip to content

Commit 295ad67

Browse files
committed
Fix specification of gray level in slider_demo; thanks to Matthias Michler
svn path=/trunk/matplotlib/; revision=6425
1 parent d08eb51 commit 295ad67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/widgets/slider_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def update(val):
2626
samp.on_changed(update)
2727

2828
resetax = axes([0.8, 0.025, 0.1, 0.04])
29-
button = Button(resetax, 'Reset', color=axcolor, hovercolor=0.975)
29+
button = Button(resetax, 'Reset', color=axcolor, hovercolor='0.975')
3030
def reset(event):
3131
sfreq.reset()
3232
samp.reset()

0 commit comments

Comments
 (0)