JetBrains / JetBrains/lets-plot

geom_step: confusing x-axis tooltip on a multi-group plot

Open
#854 0 comments 0 reactions 0 assignees View on GitHub
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.:
![image](https://github.com/JetBrains/lets-plot/assets/14200189/65ea7da5-67fe-4129-bb67-76334ce1acdf)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.