From 873139ba518322850b38e1986b2f337ed92dbb0a Mon Sep 17 00:00:00 2001 From: arran ubels Date: Tue, 23 Jun 2015 16:28:23 +1000 Subject: [PATCH] Added vdobber's chart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89b8388..1089755 100644 --- a/README.md +++ b/README.md @@ -539,6 +539,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for scientific computing and data analyzing.* * [blas](https://github.com/ziutek/blas) - Implementation of BLAS (Basic Linear Algebra Subprograms) +* [chart](https://github.com/vdobler/chart) - Simple Chart Plotting library for Go. Supports many graphs types. * [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages * [geom](https://github.com/skelterjohn/geom) - 2D geometry for golang * [go-fn](https://code.google.com/p/go-fn/) - Mathematical functions written in Go language, that are not covered by math pkg