We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a8103 commit 54da6c8Copy full SHA for 54da6c8
plotters/src/coord/ranged1d/types/numeric.rs
@@ -118,7 +118,7 @@ macro_rules! gen_key_points_comp {
118
}
119
120
let mut scale = (10f64).powf((range.1 - range.0).log(10.0).floor());
121
- // The value granularity controls how we round the values.
+ // The value granularity controls how we round the values.
122
let mut value_granularity = scale / 10.0;
123
fn rem_euclid(a: f64, b: f64) -> f64 {
124
if b > 0.0 {
0 commit comments