guiqwt
======

Copyright  2009-2010 CEA
Pierre Raybaut
Licensed under the terms of the CECILL License (see Licence_CeCILL_V2-en.txt)


    Overview

	Based on PyQwt (plotting widgets for PyQt4 graphical user interfaces)
	and on the scientific modules NumPy and SciPy, guiqwt is a Python 
	library providing efficient 2D data-plotting features (curve/image 
	visualization and related tools) for interactive computing and 
	signal/image processing application development.
	
	Extension to PyQt4.Qwt5:
	  * set of tools for curve and image plotting
	  * GUI-based application development helpers

    Dependencies
    
        Requirements
            Python 2.x (x>=5)
            PyQt4 4.x (x>=3 ; recommended x>=4)
            QScintilla2 2.x (x>=1) (PyQt4 extension) for the test launcher
            PyQwt 5.x (x>=2)
            guidata 1.2.5 or later
            NumPy 1.x (x>=3) -- NumPy 1.5 or later is required for Windows binaries
            SciPy 0.x (x>=7)
            PIL 1.1.x (x>=6)
            
	Optional modules
	    pydicom v0.9.x (x>=3)

    Installation
    
        On GNU/Linux and MacOS platforms:
            python setup.py build install

	    If gfortran is not your default Fortran compiler:
	        python setup.py build --fcompiler=gfortran install
	    
	On Windows platforms (requires MinGW with gfortran):
	    python setup.py build -c mingw32 install
            