Home
Name Modified Size InfoDownloads / Week
Gnupylot-0.1.9.zip 2011-01-05 780.9 kB
README 2011-01-05 1.6 kB
RELEASE_NOTES 2011-01-05 1.9 kB
Gnupylot-0.1.8.zip 2010-09-06 780.3 kB
Gnupylot-0.1.7.zip 2010-08-05 774.3 kB
Gnupylot-0.1.6.zip 2010-07-04 1.7 MB
Gnupylot-0.1.5.zip 2010-05-04 1.6 MB
Gnupylot-0.1.4.zip 2010-02-21 1.9 MB
Gnupylot-0.1.3.zip 2010-02-17 1.5 MB
Gnupylot-0.1.2.tar.gz 2010-02-14 1.5 MB
Gnupylot-0.1.1.tar.gz 2010-02-06 1.1 MB
Gnupylot-0.1.0.tar.gz 2010-01-27 1.0 MB
Gnupylot-0.0.2.tar.gz 2010-01-23 1.0 MB
Gnupylot-0.0.1.tar.gz 2010-01-16 565.5 kB
Totals: 14 Items   14.2 MB 0
GNUPYLOT v 0.1.9 - a GUI for gnuplot written in Python + PyQt4

Gnupylot is a GUI for gnuplot (the known multi-OS graphing utility). It's written in Python using PyQt4 libraries. 
This project is hosted at 

	http://gnupylot.sourceforge.net
	
There you can get the latest version and report bugs. Documentation and comments will be added ASAP.

DEPENDENCIES
------------

You have to have gnuplot installed. See http://www.gnuplot.info/.
You also need Qt4 + PyQt4 libraries and numpy.

INSTALLATION
------------

At the moment there is no installer: you may need to change something in the gnupylot executive to make it work. On a *nix system with PyQt4 installed and gnuplot in the PATH Gnupylot *should* work out of the box. 
Running "./gnupylot" should work in the majority of the cases though.

To install gnuplot on *buntu systems you can issue the command:

sudo apt-get install gnuplot

To install the needed dependencies (see: DEPENDENCIES) on *buntu systems you can issue the commands:

sudo apt-get install python-numpy
sudo apt-get install python-qt4

COMPATIBILITY
-------------

Gnupylot has been tested only on Linux and with Gnuplot 4.2. It *should* work with other versions of Gnuplot and on other OS'es as well.

For Windows users: to run gnupylot you will need to issue the command "path\to\python\python.exe path\to\gnupylot\gnupylot" from a cmd shell. You can just write "python.exe path\to\gnupylot\gnupylot" if your python's bin directory is in the path.

LICENSE
-------

See the file LICENSE for license info.

CREDITS
-------

Lorenzo Rovigatti
<lorenzo.rovigatti@gmail.com>
Source: README, updated 2011-01-05