import hvplot.pandas # noqa from bokeh.sampledata.degrees import data as deg deg.head() deg.hvplot.line(x='Year', y=['Art and Performance', 'Business', 'Biology', 'Education', 'Computer Science'], value_label='% of Degrees Earned by Women', legend='top', height=500, width=620)