Versions in this module Expand all Collapse all v0 v0.1.1 Jun 11, 2021 Changes in this version + type Point struct + X float64 + Y float64 + func LTD(data []Point, threshold int) []Point + func LTOB(data []Point, threshold int) []Point + func LTTB(data []Point, threshold int) []Point + func LTTB2(data []Point, threshold int) []Point + func LTTBForBuckets(buckets [][]Point) []Point