Metadata-Version: 1.1
Name: EasyPlot
Version: 1.0.0b1
Summary: A matplotlib wrapper for fast and easy generation of reusable plots
Home-page: https://github.com/HamsterHuey/easyplot
Author: Sudeep Mandal
Author-email: sudeepmandal@gmail.com
License: MIT
Description: The EasyPlot module provides a thin wrapper to matplotlib, enabling fast and

        easy generation of beautiful, annotated plots with minimal code. It also enables

        the reuse of EasyPlot instances to generate new plots that maintain state from

        previous plots allowing for quick and easy generation of multiple plots of the

        same type. EasyPlot supports all commonly used plot parameters and allows access

        to the underlying figure and axes instances to allow the user to further customize

        the generated plots if necessary.

        

        For more details and examples please see the included package documentation and

        the IPython Notebook containing documentation and an extensive list of examples:

        http://nbviewer.ipython.org/github/HamsterHuey/easyplot/blob/master/docs/easyplot_docs.ipynb

        

        Contact

        =============

        

        If you have any questions or comments about EasyPlot, please feel free to contact me via

        

        - eMail: sudeepmandal@gmail.com

        - Twitter: https://twitter.com/hamsterhuey

        - Google+: https://plus.google.com/u/0/105292596991480463202
Keywords: matplotlib wrapper plot easyplot
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
