Metadata-Version: 1.0
Name: pygmyplot
Version: 0.2.11rc
Summary: Matplotlib wrapper plotting library
Home-page: http://pygmyplot.bravais.net
Author: James C. Stroud
Author-email: jstroud@mbi.ucla.edu
License: LICENSE.txt
Description: ===========
         pygmyplot
        ===========
        
        Pygmyplot is a simplified wrapper around matplotlib_, designed to
        make it easier to embed specific types of matplotlib plots
        into Tkinter_ applications while retaining matplotlib
        levels of configurability.
        The idea behind pygmyplot is similar to that
        of `python megawidgets (PMW)`_, although the interface to pygmyplot
        is not intended to be similar to PMW.
        The four types of plots currently supported by pygmyplot are:
        
        * X-Y Plots
        * Scatter Plots
        * Histograms
        * Heat Maps
        
        See http://pygmyplot.bravais.net/ for complete documentation.
        
        
        .. _matplotlib: http://matplotlib.sourceforge.net/
        .. _Tkinter: http://wiki.python.org/moin/TkInter
        .. _`python megawidgets (PMW)`: http://pmw.sourceforge.net/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X :: Aqua
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Visualization
