In [ ]:
%%opts Curve [width=700 height=700 show_frame=False tools=['hover']]
In [ ]:
%%opts Scatter (color=Cycle('Category20') line_color='k' muted_alpha=0.01)
You can set muted_alpha=0
to show/hide a plot after clicking.
In [ ]:
%%opts Curve [width=700 height=700 show_frame=False tools=['hover']]
%%opts Scatter (color=Cycle('Category20') line_color='k' muted_alpha=0.01)
You can set muted_alpha=0
to show/hide a plot after clicking.