import hvplot.pandas # noqa from bokeh.sampledata.autompg import autompg_clean as df df.head() df.hvplot.bivariate('accel', 'mpg')