JetBrains / JetBrains/lets-plot
geom_step: confusing x-axis tooltip on a multi-group plot
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
```python
import pandas as pd
from lets_plot import *
LetsPlot.setup_html()
df = pd.read_csv("https://raw.githubusercontent.com/JetBrains/lets-plot-docs/master/data/iris.csv")
ggplot(df, aes(x="sepal_length", color="species")) + stat_ecdf()
```
The axis tooltip is displayed only for the first group of data. The other groups display the main tooltip not associated with the axis tooltip, which is confusing.:

Contributor guide
No contributing guide indexed for this repository
Research direction
Run the provided Python example with the iris data and inspect the axis and main tooltips for each species group. Trace the tooltip behavior for the multi-group stat_ecdf plot; done means every group displays an axis tooltip associated with its main tooltip.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100