grizzly_scales 2.0.1 copy "grizzly_scales: ^2.0.1" to clipboard
grizzly_scales: ^2.0.1 copied to clipboard

outdated

Provides scales and interpolators for grizzly_viz

example/example.dart

// Copyright (c) 2017, teja. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:grizzly_scales/grizzly_scales.dart';

main() {
  // print(binaryRangeSearch([10, 20, 30, 40, 50, 60], 90));
  print(LinearScale([0, 1000], [0, 100]).ticks(count: 50));
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Provides scales and interpolators for grizzly_viz

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

grizzly_range

More

Packages that depend on grizzly_scales