Binary Go pipe to gnuplot.
Copyright (c) 2012. Jake Brukhman. (jbrukh@gmail.com). All rights reserved. See the LICENSE file for BSD-style license.
You need at least the following weekly version of Go:
go version weekly.2012-02-07 +52ba9506bd99
You can then use the 'go' command to obtain the package:
$ go get github.com/jbrukh/gplot
To install the package and all of the executables, use:
$ go install -v github.com/jbrukh/gplot/...
See the gopkgdocs.
See the example/ directory.