Versions in this module Expand all Collapse all v2 v2.0.0 Jun 22, 2022 Changes in this version + func Heatmap(size image.Rectangle, points []DataPoint, dotSize int, opacity uint8, ...) image.Image + func KML(size image.Rectangle, points []DataPoint, dotSize int, opacity uint8, ...) (image.Image, error) + func KMZ(size image.Rectangle, points []DataPoint, dotSize int, opacity uint8, ...) error + type DataPoint interface + X func() float64 + Y func() float64 + func P(x, y float64) DataPoint