Metadata-Version: 2.1
Name: pywaffle
Version: 0.3.2
Summary: A FigureClass of Matplotlib to make waffle chart.
Home-page: https://github.com/gyli/PyWaffle
Author: Guangyang Li
Author-email: mail@guangyangli.com
License: MIT
Keywords: matplotlib waffle chart pie plot data visualization
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: matplotlib

PyWaffle
========

Introduction
------------

PyWaffle is an open source, MIT-licensed Python package for plotting waffle charts.

It provides a `Figure constructor class <https://matplotlib.org/gallery/subplots_axes_and_figures/custom_figure_class.html>`_ ``Waffle``, which could be passed to `matplotlib.pyplot.figure <https://matplotlib.org/api/_as_gen/matplotlib.pyplot.figure.html>`_ and generates a matplotlib Figure object.

Installation
------------

.. code:: bash

    pip install pywaffle

Documentation
-------------

`http://pywaffle.readthedocs.io <http://pywaffle.readthedocs.io>`_

License
-------

* PyWaffle is under MIT license, see `LICENSE` file for the details.
* The Font Awesome font is licensed under the SIL OFL 1.1: `http://scripts.sil.org/OFL <http://scripts.sil.org/OFL>`_


