JetBrains / JetBrains/lets-plot
`geom_area_ridges`: support variadic `color`
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Example:
```python
data = {
'x': [0, 0, 1, 0, 1, 1],
'g': ['a'] * 3 + ['b'] * 3,
}
ggplot(data, aes('x', 'g')) + geom_area_ridges(aes(color='..y..'), size=2)
```
Output:
Expected:
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the geom_area_ridges implementation and reproduce the Python example showing the current and expected outputs. Trace how the color aesthetic is handled, then verify that variadic color produces the expected plot for the provided data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin, python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100