Add "identity" scales
Open
api
enhancement
lets-plot
- Dominant language
- Kotlin
- Stars
- 744
- Forks
- 27
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
"Identity" scale is a scale that takes aesthetics values directly and does not change them
For example:
```
color(listOf(Color.RED, Color.GREEN, Color.BLUE)) {
scale = identity()
}
```
Contributor guide
Research direction
The issue does not name implementation files or tests. Start by locating the existing scale definitions and their test coverage, then compare how they accept aesthetic values; done means an identity scale can be selected as shown and preserves the supplied Color values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100