News

A recent reddit thread reminded us that you can generate a similar look for your own data (humorous or otherwise) in Python ... plt.savefig('xkcd_plot.png', dpi=300) Beyond generating humorous ...
import squarify import matplotlib.pyplot as plt # Sample data (could be derived from Excel) sizes = [50, 25, 15, 10] Openpyxl Python library ... You can include scatter plots (check the screenshot ...