import numpy as np import holoviews as hv hv.extension('matplotlib') ys = np.random.normal(size=10) hv.HLines(ys).opts(color='red')