Metadata-Version: 1.2
Name: yampex
Version: 0.8.5
Summary:  Yet Another Matplotlib Extension, with simplified subplotting. 
Home-page: http://edsuom.com/yampex.html
Author: Edwin A. Suominen
Author-email: foss@edsuom.com
Maintainer: Edwin A. Suominen
Maintainer-email: foss@edsuom.com
License: Apache License (2.0)
Project-URL: API, http://edsuom.com/yampex/yampex.html
Project-URL: GitHub, https://github.com/edsuom/yampex
Description: 
        yampex makes Matplotlib_ easier to use, especially with subplots. You
        simply construct a Plotter_ object with the number of subplot rows
        and columns you want, and do a context call on it to get a version of
        the object that's all set up to do your subplots.
        
        There's a quick example on the project page_ at edsuom.com.
        
        .. _Matplotlib: https://matplotlib.org/
        
        .. _Plotter: http://edsuom.com/yampex/yampex.plot.Plotter.html
        
        .. _page: http://edsuom.com/yampex.html
        
        
Keywords: matplotlib,numpy,extension,subplots,annotations,plotting
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Twisted
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Visualization
