calendarheatmap alternatives and similar packages
Based on the "Science and Data Analysis" category.
Alternatively, view calendarheatmap alternatives based on common mentions on social networks and blogs.
-
gonum
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more -
Stats
A well tested and comprehensive Golang statistics library package with no dependencies. -
gosl
Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations. -
dataframe-go
DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration -
goraph
Package goraph implements graph data structure and algorithms. -
gonum/mat64
The general purpose package for matrix computation. Package mat64 provides basic linear algebra operations for float64 matrices. -
TextRank
:wink: :cyclone: :strawberry: TextRank implementation in Golang with extendable features (summarization, phrase extraction) and multithreading (goroutine). -
sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications -
evaler
Implements a simple floating point arithmetic expression evaluator in Go (golang). -
triangolatte
2D triangulation library. Allows translating lines and polygons (both based on points) to the language of GPUs. -
piecewiselinear
tiny linear interpolation library for go (factored out from https://github.com/sgreben/yeetgif) -
PiHex
PiHex Library, written in Go, generates a hexadecimal number sequence in the number Pi in the range from 0 to 10,000,000. -
GoStats
GoStats is a go library for math statistics mostly used in ML domains, it covers most of the statistical measures functions. -
godesim
ODE system solver made simple. For IVPs (initial value problems). -
assocentity
Package assocentity returns the average distance from words to a given entity and its synonyms -
bradleyterry
Package to do Bradley-Terry Model pairwise compairsons -
gocomplex
Automatically exported from code.google.com/p/gocomplex -
mudlark-go
A collection of packages providing (hopefully) useful code for use in software using Google's Go programming language.
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of calendarheatmap or a related project?
Popular Comparisons
README
Self-contained, plain Go implementation of calendar heatmap inspired by GitHub contribution activity available via CLI and calendarheatmap.io
$ go install github.com/nikolaydubina/[email protected]
$ echo '{
"2020-05-16": 8,
"2020-05-17": 13,
"2020-05-18": 5,
"2020-05-19": 8,
"2020-05-20": 5
}' | calendarheatmap > chart.png
Basic
[basic](docs/basic.png)
Colorscales
[col1](docs/colorscale-1.png) [col2](docs/colorscale-2.png) [col2](docs/colorscale-3.png)
UTF-8 [col1](docs/korean.png)
SVG
[svg](docs/korean.svg)
Without month separator [nosep](docs/noseparator.png)
Without labels [nolab](docs/nolabels.png)
Without labels, without separator [nosep_nolab](docs/noseparator_nolabels.png)