Skip to content

Instantly share code, notes, and snippets.

View ashuein's full-sized avatar

Ashutosh ashuein

  • Indian Institute of Technology, New Delhi
  • New Delhi, India
View GitHub Profile
@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