Skip to content

alejandrogallo/ignuplot

Repository files navigation

ignuplot

ignuplot on the Python Package Index Travis Continuous Integration Coveralls Documentation Status GPL v3 License

An alternative gnuplot shell

Development of ignuplot happens on Github.

Installation

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

Usage

To use ignuplot in a project:

import ignuplot

Releases

No releases published

Packages

No packages published