Metadata-Version: 2.0
Name: easypyplot
Version: 1.0.0
Summary: Lightweight utilities and wrappers for Python matplotlib.
Home-page: https://github.com/gaomy3832/easypyplot
Author: Mingyu Gao
Author-email: mgao12@stanford.edu
License: BSD 3-clause
Keywords: matplotlib python-plot
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Utilities
Requires-Dist: coverage (>=4)
Requires-Dist: cycler (>=0.10)
Requires-Dist: matplotlib (>=1.3)
Requires-Dist: nose (>=1.3)
Requires-Dist: numpy (>=1.8)
Requires-Dist: pytest (>=3)
Requires-Dist: pytest-cov (>=2)
Requires-Dist: pytest-xdist (>=1)

easypyplot
==========

.. image:: https://travis-ci.org/gaomy3832/easypyplot.svg?branch=master
    :target: https://travis-ci.org/gaomy3832/easypyplot
.. image:: https://coveralls.io/repos/github/gaomy3832/easypyplot/badge.svg?branch=master
    :target: https://coveralls.io/github/gaomy3832/easypyplot?branch=master

*Mingyu Gao*

Lightweight utilities and wrappers for Python matplotlib to make plot easier.



