Ben Chuanlong Du's Blog

It is never too late to learn.

Options of Plots in HoloViews

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 [ ]:
 

Comments