holoviz / holoviz/hvplot

hvPlotExplorer issues with Geo pane

Open
#783 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

Some issues I have noticed when working with the Geo 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. If rendering fails, the plot is not going back to normal when disabling geo.
No rendering failing:

https://user-images.githubusercontent.com/19758978/180434932-fa8892a2-49fd-4735-a0d6-14bee1a1ece8.mp4

With rendering failing:

https://user-images.githubusercontent.com/19758978/180434377-ac6607c7-777a-4693-8a55-eafcdfde8b7f.mp4

### 2. You can't remove tiles after introducing it

https://user-images.githubusercontent.com/19758978/180435228-5d781d68-06e7-428e-85de-45314c194350.mp4

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.