You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pywaffle

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pywaffle

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

1.1.1
pipPyPI
Maintainers
1

PyWaffle

.. image:: https://badge.fury.io/py/pywaffle.svg :target: https://pypi.org/project/pywaffle/

.. image:: https://readthedocs.org/projects/pywaffle/badge/?version=latest&style=flat :target: https://readthedocs.org/projects/pywaffle/badge/?version=latest&style=flat

.. image:: https://img.shields.io/badge/run-Online%20Demo-blue :target: https://mybinder.org/v2/gh/gyli/PyWaffle/master?filepath=demo.ipynb

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

Demo

Online Demo <https://mybinder.org/v2/gh/gyli/PyWaffle/master?filepath=demo.ipynb>_

Documentation

https://pywaffle.readthedocs.io/ <https://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>_

Keywords

matplotlib waffle chart pie plot data visualization

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts