From 2c769742d12306defd2ec122b86fdd1bfc458c60 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 8 Jul 2014 22:15:36 -0600 Subject: [PATCH] Added plotinum, a plotting library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2fd54f4..254cb0d7 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go.matrix](https://github.com/skelterjohn/go.matrix) - linear algebra for go * [gostat](https://code.google.com/p/gostat/) - A statistics library for the go language * [mudlark-go](https://code.google.com/p/mudlark-go-pkgs/) - A collection of packages providing (hopefully) useful code for use in software using Google's Go programming language. +* [plotinum](https://code.google.com/p/plotinum/) - Plotinum provides an API for building and drawing plots in Go. * [vectormath](https://github.com/spate/vectormath) - Vectormath for Go, an adaptation of the scalar C functions from Sony's Vector Math library, as found in the Bullet-2.79 source code.