go-heatmap icon indicating copy to clipboard operation
go-heatmap copied to clipboard

Heatmap creation stuff for go.

Results 3 go-heatmap issues
Sort by recently updated
recently updated
newest added

This PR replaced the `imghash` library with `hash/fnv`. If I run `go mod tidy` in my project I get the following error: ``` $ go mod tidy github.com/markus-wa/demoinfocs-golang/examples/heatmap imports github.com/dustin/go-heatmap...

Creating heatmaps to be overlaid on Google Maps requires precisely controlling the projection and scale of plotted points. The transformation feature doesn't fit this use case well so the option...

github.com/jteeuwen/imghash is no longer available on GitHub and so the library is not go-gettable. I have removed these tests and therefore the dependency on this library.