Skip to content

Instantly share code, notes, and snippets.

@gVallverdu
gVallverdu / capp_treemaps.py
Last active October 3, 2023 16:52
Treemaps with python and matplotlib
#!/usr/bin/env python3
# coding: utf-8
import matplotlib
import matplotlib.pyplot as plt
import pandas as pd
import squarify
import platform
# print versions