# HG changeset patch # User Jeff Hammel # Date 1431473231 25200 # Node ID c5e919aff55260dbde9796f241100bb9bcfabc2c # Parent 69940819bc8afbc60625180fd1dcc75a805b1d28 note TODO diff -r 69940819bc8a -r c5e919aff552 numerics/bar.py --- a/numerics/bar.py Tue May 12 16:25:37 2015 -0700 +++ b/numerics/bar.py Tue May 12 16:27:11 2015 -0700 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -bar charts using bokeh +bar charts using d3 (maybe bokeh again some day) See: - http://bokeh.pydata.org/tutorial/solutions/gallery/olympics.html @@ -10,6 +10,8 @@ - https://gist.github.com/mbostock/7322386 """ +# TODO: http://bost.ocks.org/mike/bar/3/ + # imports import argparse import json