Added plotinum, a plotting library

This commit is contained in:
Matt Holt 2014-07-08 22:15:36 -06:00
parent bf207278f4
commit 2c769742d1

View File

@ -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.