Project

General

Profile

Statistics
| Branch: | Revision:

gdp-if / bokeh-vis / utils.py @ master

History | View | Annotate | Download (15.1 KB)

# Date Author Comment
c2e6debf 10/05/2017 12:48 PM Nitesh Mor

support for nested JSON

3ba532f9 03/27/2017 01:44 PM Nitesh Mor

CSV-dump script for i3mote + GDPcache import fix

b5ac5c68 03/17/2017 01:36 PM Nitesh Mor

Fix for handling daylight savings time in plot

Whoever came up with daylight savings time... ugh.

793d69af 03/15/2017 09:51 PM Nitesh Mor

Don't hide tools for the plots

0e265004 03/15/2017 09:30 PM Nitesh Mor

Added workaround for bokeh UTC x-ticks bug

9eaf7e48 03/13/2017 04:02 PM Nitesh Mor

Rearranged color ordering for plots

edd8f865 02/23/2017 07:12 PM Nitesh Mor

bokeh-vis: Fixed documentation, minor bug-fixes

7eb8b1d6 10/25/2016 10:13 PM Nitesh Mor

bokeh-vis: get legend working for 2d heatmap

8138dcfe 10/25/2016 10:08 PM Nitesh Mor

bokeh-vis: two dimensional plots working

a55952d3 10/20/2016 01:15 PM Nitesh Mor

bokeh-vis: legend.location works after setting legend

0cf9ad56 10/20/2016 01:13 PM Nitesh Mor

bokeh-vis: refactoring, make plots more as objects

45af17e8 10/19/2016 11:22 PM Nitesh Mor

bokeh-vis: minor bug fix, removed old code

1a22e61e 10/19/2016 11:16 PM Nitesh Mor

bokeh-vis: added legend and line types

b0bca171 10/19/2016 10:45 PM Nitesh Mor

bokeh-vis: code clean-up. added GDPPlot class

4bce9173 10/19/2016 09:55 PM Nitesh Mor

bokeh-vis: first cut at streaming plots

9d1f0c1a 10/19/2016 01:38 PM Nitesh Mor

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:...

40f6846b 10/19/2016 12:47 PM Nitesh Mor

bokeh-vis: Exception handling and output to user