Project: pyGnuplot
WebPage: https://sourceforge.net/projects/pygnuplot/
Author: Matthew Gilson
Email: m.gilson1@gmail.com
I hacked this together because I wanted to use gnuplot instead of the
freely available matplotlib for python as I am more familiar with gnuplot.
gnuplot-py did not quite have the functionality that I had hoped for, and it
was reasonably old at the time of this writing, so I decided to write my own
interface.
I am releasing it as I hope that it will be useful to others, and in the hopes
that others will contribute and make it better.
Prerequisites:
Gnuplot 4.2 or newer (4.4 is recommended)
python 2.6 or newer
numpy
Examples:
examples can be found in the test subdirectory