We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4d06e commit b1e5ee9Copy full SHA for b1e5ee9
main_interval_plot.py
@@ -37,7 +37,7 @@
37
v2 = viz.TsGroupWidget(tsg)
38
arg = [(v.plot.controller, v.plot.renderer), (v2.plot.controller, v2.plot.renderer)]
39
40
-ctrl_group = ControllerGroup(arg)
+ctrl_group = ControllerGroup([v.plot, v2.plot])
41
42
# v.plot.plot_intervals(["interval_0", "interval_1"], )
43
# v.plot.color_by("label", 'jet')
0 commit comments