Metadata-Version: 2.1
Name: yampex
Version: 1.0.1
Summary:  Yet Another Matplotlib Extension, with simplified subplotting & annotations. 
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: GitHub, https://github.com/edsuom/yampex
Project-URL: API, http://edsuom.com/yampex/yampex.html
Keywords: matplotlib,numpy,extension,subplots,annotations,plots,plotting
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
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 :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: NOTICE


The yampex package makes [Matplotlib](https://matplotlib.org/) much
easier to use, especially with subplots. You simply construct a
[Plotter](http://edsuom.com/yampex/yampex.plot.Plotter.html) object
with the number of subplots or 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.

A powerful option-setting API lets you easily and intuitively
configure all of your subplots globally and specific subplots locally.

You can easily add annotations to your plots. They get placed
intelligently, in a way that minimizes visual disruption.

Comes with a number of small and informative [example
files](http://edsuom.com/yampex/yampex.examples.html), which you can
install to a *yampex-examples* subdirectory of your home directory by
typing `yampex-examples` as a shell command. Go there and you can run
each example as a Python script, or all of them with the *runall.sh*
shell script.

There's also a quick example on the project
[page](http://edsuom.com/yampex.html) at **edsuom.com**.

Works on Python 3.x and (a little slower for plots with annotations)
on Python 2.7.



