holoviz / holoviz/hvplot

hvplot.streamz not able to visualize multiple plots

Open
#1,221 2 comments 0 reactions 0 assignees View on GitHub
interface: streamz
Dominant language
Python
Stars
1.4k
Forks
124
Avg merge
1d 18h
Merged PRs (30d)
1

Description

#### Description of expected behavior and the observed behavior
Only the first plot will visualize the data.

#### Complete, minimal, self-contained example code that reproduces the issue

```python
from streamz.dataframe import Random
import hvplot.streamz

df = Random(interval='200ms', freq='50ms')

df.hvplot.table(width=500, backlog=10) # OK

df.hvplot() # Not OK
```

#### Screenshots or screencasts of the bug in action
![image](https://github.com/holoviz/hvplot/assets/14371165/e0e1decd-8f1b-4839-bd7a-e51e3344e871)

```
python 3.9.16
windows 10
firefox
jupyter lab
hvplot.__version__
Out[3]: '0.8.4'
bokeh.__version__
Out[5]: '3.1.1'
holoviews - 1.16.2
panel - 1.1.1
```

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.