/python

a collection of helpful tools for python

Primary LanguageJupyter NotebookMIT LicenseMIT

python

a collection of helpful tools for python

gplot.py - A python gnuplot interface

You can plot data from python via gnuplot with commands as simple as

gplot([1, 4, 2, 3, 3.5], "w lp")

See wiki/gplot.py for more details.

It works also with Jupyter (gplot_demo.ipynb).

installation of gplot.py

Create a folder and run there

wget https://raw.githubusercontent.com/mzechmeister/python/master/gplot.py
python -c "import setuptools; setuptools.setup(name='gplot')" develop --user