Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.7 KB

README.rst

File metadata and controls

56 lines (38 loc) · 1.7 KB

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