Kotlin / Kotlin/kandy

Add "identity" scales

Open
#402 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.