waffle-chart

How to do waffle charts in python? (square piechart)

How to do waffle charts in python? (square piechart) Question: Something like this: There is a very good package to do it in R. In python, the best that I could figure out is this, using the squarify package (inspired by a post on how to do treemaps): import numpy as np import pandas as …

Total answers: 4