Metadata-Version: 2.0
Name: plotnine
Version: 0.3.0
Summary: A grammar of graphics for python
Home-page: https://github.com/has2k1/plotnine
Author: Hassan Kibirige
Author-email: has2k1@gmail.com
License: GPL-2
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: matplotlib (>=2.1.0)
Requires-Dist: mizani (>=0.4.1)
Requires-Dist: numpy
Requires-Dist: pandas (>=0.21.0)
Requires-Dist: patsy (>=0.4.1)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: six
Requires-Dist: statsmodels (>=0.8.0)
Provides-Extra: all
Requires-Dist: scikit-learn; extra == 'all'
Requires-Dist: scikit-misc; extra == 'all'


plotnine is an implementation of a *grammar of graphics* in Python,
it is based on ggplot2. The grammar allows users to compose plots
by explicitly mapping data to the visual objects that make up the
plot.

Plotting with a grammar is powerful, it makes custom (and otherwise
complex) plots are easy to think about and then create, while the
simple plots remain simple.

To find out about all building blocks that you can use to create a
plot, check out the documentation_. Since plotnine has an API
similar to ggplot2, where we lack in coverage the
`ggplot2 documentation`_ may be of some help.


