import numpy as np import holoviews as hv hv.extension('plotly') hv.Distribution(np.random.randn(1000)) hv.Distribution(np.random.randn(1000), label='#1') * hv.Distribution(np.random.randn(1000)+2, label='#2')