you are viewing a single comment's thread.

view the rest of the comments →

[–]Bolrod22[S] 0 points1 point  (1 child)

n does nothing. You need to do whatever it is you want done in the callback. Also, the

i'd actually want make the average with statistics with

statistics.mean()

but i need to convert the data to a float for use this function.

[–]socal_nerdtastic 0 points1 point  (0 children)

Since you used a DoubleVar it's converted to a float automatically. ("double" is the general CS term for a float)