The smooth setter takes an input that can be converted into a f64. When giving the function a true it is converted to 1.0f64. This is a different result than I would expect. It should keep the bool. The chart with a smoothness of 1.0f64 looks very different to a chart with the smoothness of true.
The smooth setter takes an input that can be converted into a f64. When giving the function a
true
it is converted to1.0f64
. This is a different result than I would expect. It should keep the bool. The chart with a smoothness of1.0f64
looks very different to a chart with the smoothness oftrue
.Will produce this chart option:
But it should produce this:
If you want I can fix this issue.