I need to set the scale from 0.55 to 2.75 with a very little interval for my slide
But all I get is a range from 1 to 3 with a scale of 1. Totally annoying. TkInter documentation says it can handle floating values, so what's wrong?
Scale(window,label='Set Value', from_=0.55, to=2.75, tickinterval=0.001).pack()