An alternative gnuplot shell
Development of ignuplot happens on Github.
To install the latest released version of ignuplot, run this command in your terminal:
$ pip install ignuplot
This is the preferred method to install ignuplot, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
To install the latest development version of ignuplot from Github.
$ pip install git+https://github.com/alejandrogallo/ignuplot.git@master#egg=ignuplot
To use ignuplot in a project:
import ignuplot