JetBrains / JetBrains/lets-plot
sampling_random doesn't work well with geom_boxplot
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
In geom_boxplot, dataframe after the stat transformation contains both: `box` data-points and `ouliers` data-points.
In the situation when there are large quantities of outliers, the random sampling will drop all or nearly all `boxes` and leave only `outliers` on the plot.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.