Sublime
An inspiration engine for ideas


Keep your visuals clean, simple and additive (see chapter 20). β’ Rarely should you exceed five or six slides. β’ End where you began by restating your Big Idea. Then stop.
Jim VandeHei, Mike Allen, β’ Smart Brevity

Better spreadsheets, from @tladeras π
https://t.co/sWudwRcoiw https://t.co/KJiwGsmtpV
import pandas as pd
import matplotlib.pyplot as plt
from pptx import Presentation
from pptx.util import Inches, Pt
# 1. Load data
df = pd.read_excel("EVENTS SHEET.xlsx")
# 2. Pre-process
# a) Event type counts
etype_counts = df["Event type"].value_counts()
# b) Venue capacity bins
bins = [0, 200, 1000, 5000, df["Venue Capacity"].max()]
labels = ["0β200",
... See more
How did she get from her original, perfectly accurate but unsatisfying bar chart to something sheβs certain will help her line up donors for the program?
