Skip to content

ghhernandes/waffle-chart-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Python WaffleChart

Simple WaffleChart made with Python, Matplotlib and Numpy.

Usage:

from chart import WaffleChart
import numpy as np

chart = WaffleChart(
        x=['First', 'Second, 'Third'], 
        y=np.array([1000, 3000, 5000]), 
        title='Waffle Chart'
        )

About

Python WaffleChart with Numpy and Matplotlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages