Skip to content

Commit e8eae96

Browse files
committed
Fix Bokeh visualization
1 parent 3aa9158 commit e8eae96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod/ucast/bokeh.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import itertools
66

77
colors = itertools.cycle(palette)
8-
tools = "pan,box_zoom,wheel_zoom,box_select,undo,redo,reset,save".split()
9-
vars = "tau,pwv,lwp,iwp".split()
8+
tools = "pan,box_zoom,wheel_zoom,box_select,undo,redo,reset,save".split(',')
9+
vars = "tau,pwv,lwp,iwp".split(',')
1010

1111
def static_vis(dfs, sites, fname, browser):
1212
output_file(fname+'.html')

0 commit comments

Comments
 (0)