Skip to content

Instantly share code, notes, and snippets.

View mcampbell's full-sized avatar

Michael Campbell mcampbell

View GitHub Profile
@mcampbell
mcampbell / population.py
Created January 7, 2018 15:33
Bokeh Bar Plot
#!/usr/bin/env python3
import sqlite3
from bokeh.plotting import figure, output_file, show, save
from bokeh.models.tickers import FixedTicker, DaysTicker
from bokeh.models import HoverTool, PanTool, WheelZoomTool, BoxZoomTool, ResetTool
from bokeh.models import ColumnDataSource
def main():