This slider will display the corresponding numbers as the slider is
moved....
@interact
def _(a=slider(1, 2, 0.2)):
print "test"
The problem is the numbers have too many digits for my taste...
e.g. 1.00000000000000, 1.20000000000000, 1.40000000000000, etc.
How truncate or round or format?
Thanks!
Chris
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org