Metadata-Version: 1.1
Name: plotnine
Version: 0.2.1
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: 
        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.
        
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
