Metadata-Version: 1.1
Name: mplotlab
Version: 0.2
Summary: Interactive Matplotlib Application using wxPython
Home-page: UNKNOWN
Author: Andre ASTYL
Author-email: andreastyl@gmail.com
License: MIT License
Download-URL: http://github.com/astyl/mplotlab/
Description: 
        MPLOTLAB: Interactive Matplotlib Application using wxPython
        ==================================================================
        
        .. _wxPython: http://www.wxpython.org/
        .. _matplotlib:  http://matplotlib.sourceforge.net/
        .. _wxmplot: https://github.com/newville/wxmplot/
        
        Mplotlab is an interactive plotting application using `matplotlib`_ and `wxPython`_.
        It provides an API that intends to help users to build their own application by leaving them to focus on mastering their data. 
        
        Mplotlab is particularly meant to be suitable for **streaming data, real-time processing and interactive visualization**. 
        It uses an enhanced graphic animation of matplotlib spoken for interactive application.
        It provides nice features such as tweakable data filters and source handlers (*sockets, ...*).
        
        Mplotlab engine is based on a figure factory that interprets a mplotlab model parsable in an .xml file.
        Thus, it allows GUI users to edit, save and load figures without typing any line of code.
        
        Mplotlab is closely modelled on the excellent project `wxmplot`_ developped by Matt Newville
        
        .. image:: https://raw.githubusercontent.com/astyl/mplotlab/master/doc/images/slide_dynamic_example.gif
        
Platform: Windows
Platform: Linux
Platform: Mac OS X
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires: wx
Requires: numpy
Requires: matplotlib
