Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 4142c411342ef748a3dc6880612d2650 > files > 4

gnupylot-0.1.9-6.mga7.noarch.rpm

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>