holoviz / holoviz/hvplot

hvPlotExplorer issue with Operations pane

Open
#784 0 comments 0 reactions 0 assignees View on GitHub
api: explorer
Dominant language
Python
Stars
1.4k
Forks
124
Avg merge
1d 18h
Merged PRs (30d)
1

Description

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

Code used:
``` python
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](https://user-images.githubusercontent.com/19758978/180436136-e04b0b43-e660-4b2b-9148-3704fb6a01b0.png)

With operation
![image](https://user-images.githubusercontent.com/19758978/180436181-00c75954-c742-42d1-84c4-b2f6ed344e5a.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.