hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

hvPlotExplorer issue with Operations pane

Open hoxbro opened this issue 1 year ago • 0 comments

An issue I have noticed when working with the Operations pane of the hvPlotExplorer.

Code used:

import hvplot.ui
import hvplot.pandas
import panel as pn
pn.extension()

from bokeh.sampledata import penguins

df = penguins.data
hvplot.ui.hvPlotExplorer(df)

1. The plot is not responsible when using operation.

Without operation: image

With operation image

hoxbro avatar Jul 22 '22 12:07 hoxbro