Metadata-Version: 2.4
Name: plorts
Version: 0.7.9
Summary: Graphing wrapper around matplotlib
Home-page: https://github.com/brucespang/plorts
Author: Bruce Spang
Author-email: bruce@brucespang.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Plorts - Niceish python plots

[![Documentation Status](https://readthedocs.org/projects/plorts/badge/?version=latest)](https://plorts.readthedocs.io/en/latest/?badge=latest)


A thin wrapper around matplotlib that handles a lot of common plots I need to make.

```
$ pip install plorts
```

## Examples

For the code to make these examples, see [Sample.ipynb](https://github.com/brucespang/plorts/blob/master/Sample.ipynb)

![](output/line-plot.png)
![](output/scatter-plot.png)
![](output/stack-plot.png)
![](output/boxplot.png)
![](output/histogram.png)
![](output/cdf.png)
![](output/pdf.png)
