Skip to content

Instantly share code, notes, and snippets.

View caiw's full-sized avatar

Cai caiw

View GitHub Profile
@caiw
caiw / seaborn_stacked_bar.py
Last active November 5, 2020 05:11 — forked from randyzwitch/seaborn-stacked-bar.py
Python Seaborn Stacked Bar Chart
"""
===========================
Stacked bar graph using seaborn.
Forked from: https://gist.github.com/randyzwitch/b71d47e0d380a1a6bef9
With extra inspiration from: https://gist.github.com/extrospective/0f4fe69304184d813f982035d9684452
===========================
"""
from matplotlib import pyplot
import seaborn