Waffle Charts with Python
import numpy as np
import pandas as pd
from PIL import Image #converting images into arrays
import matplotlib as mpl
import matplotlib.pyplot as plt
import matplotlib.patches as mpatches #needed for waffle Charts
mpl.style.use('ggplot') #...
massyfigini.hashnode.dev2 min read