Skip to content

Commit b1e5ee9

Browse files
fix contr group
1 parent 2d4d06e commit b1e5ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_interval_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
v2 = viz.TsGroupWidget(tsg)
3838
arg = [(v.plot.controller, v.plot.renderer), (v2.plot.controller, v2.plot.renderer)]
3939

40-
ctrl_group = ControllerGroup(arg)
40+
ctrl_group = ControllerGroup([v.plot, v2.plot])
4141

4242
# v.plot.plot_intervals(["interval_0", "interval_1"], )
4343
# v.plot.color_by("label", 'jet')

0 commit comments

Comments
 (0)