History | View | Annotate | Download (15.1 KB)
support for nested JSON
CSV-dump script for i3mote + GDPcache import fix
Fix for handling daylight savings time in plot
Whoever came up with daylight savings time... ugh.
Don't hide tools for the plots
Added workaround for bokeh UTC x-ticks bug
Rearranged color ordering for plots
bokeh-vis: Fixed documentation, minor bug-fixes
bokeh-vis: get legend working for 2d heatmap
bokeh-vis: two dimensional plots working
bokeh-vis: legend.location works after setting legend
bokeh-vis: refactoring, make plots more as objects
bokeh-vis: minor bug fix, removed old code
bokeh-vis: added legend and line types
bokeh-vis: code clean-up. added GDPPlot class
bokeh-vis: first cut at streaming plots
bokeh-vis: use 'line's instead of 'multi_line'
Bokeh documentation could be a little better on how to use multi_line appropriately. Right now, trying to set color using multi_line and ColumnDataSource at the same time, it throws warnings such as:
bokeh/util/deprecation.py:33: BokehDeprecationWarning:...
bokeh-vis: Exception handling and output to user