import hvplot.pandas # noqa from bokeh.sampledata.sprint import sprint as df df.head() df.hvplot.violin(y='Time', by='Medal', c='Medal', ylabel='Sprint Time', cmap=['gold', 'silver', 'brown'], legend=False, width=500, height=500, padding=0.4)