Heatmap high-level api
Open
enhancement
kotlin notebook
lets-plot
statistics
- Dominant language
- Kotlin
- Stars
- 744
- Forks
- 27
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
Add high level api (mini DSL) for heatmap customization (like in candlestick) for simplified color/scale adjustment, because now you need to write
```
fillColor(Stat.count) {
scale = continuous()
}
```
Contributor guide
Research direction
Start by examining the existing candlestick high-level API and the current heatmap customization API. The work is done when heatmap color and scale adjustments can use a simplified mini DSL analogous to candlestick customization.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100