positron icon indicating copy to clipboard operation
positron copied to clipboard

hvplots doesn't work with plotly extension

Open nstrayer opened this issue 1 year ago • 0 comments

As of #4335, basic hvplot plots work, but if you switch to plotly as the rendering extension things still don't work.

import hvplot.pandas
from bokeh.sampledata.penguins import data as df

hvplot.extension('plotly')

df.hvplot.scatter(x='bill_length_mm', y='bill_depth_mm', by='species')

nstrayer avatar Aug 14 '24 21:08 nstrayer