changeset 157:c5e919aff552

note TODO
author Jeff Hammel <k0scist@gmail.com>
date Tue, 12 May 2015 16:27:11 -0700
parents 69940819bc8a
children 176aad184ad0
files numerics/bar.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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