josepedro / python

a collection of helpful tools for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a collection of helpful tools for python

License:MIT License


Languages

Language:Jupyter Notebook 69.8%Language:Python 27.9%Language:Gnuplot 2.3%