Waffle Chart with Plotly

Creating the squared alternative to pie charts with Plotly in Python

The waffle plot is kind of a squared alternative to pie charts. It is composed of 100 little squares in a 10×10 grid.

After learning how to do waffle charts in Tableau, I tried the same using Plotly. However, any example I found on the web did not generate what I had in mind. In a Jupyter Notebook I explain how these kind of plots can be generated with Plotly in Python.