Revision: 6425
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6425&view=rev
Author: efiring
Date: 2008-11-20 23:03:17 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
Fix specification of gray level in slider_demo; thanks to Matthias Michler
Modified Paths:
--------------
trunk/matplotlib/examples/widgets/slider_demo.py
Modified: trunk/matplotlib/examples/widgets/slider_demo.py
===================================================================
--- trunk/matplotlib/examples/widgets/slider_demo.py 2008-11-20 20:22:08 UTC
(rev 6424)
+++ trunk/matplotlib/examples/widgets/slider_demo.py 2008-11-20 23:03:17 UTC
(rev 6425)
@@ -26,7 +26,7 @@
samp.on_changed(update)
resetax = axes([0.8, 0.025, 0.1, 0.04])
-button = Button(resetax, 'Reset', color=axcolor, hovercolor=0.975)
+button = Button(resetax, 'Reset', color=axcolor, hovercolor='0.975')
def reset(event):
sfreq.reset()
samp.reset()
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins