Improve legend hiding API
Open
enhancement
lets-plot
- Dominant language
- Kotlin
- Stars
- 744
- Forks
- 27
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
Now it's
```
legend {
type = LegendType.none()
}
```
Proposal - just
```
legend.hide()
```
or
```
legend(display = false)
```
Contributor guide
Research direction
Start from the current legend configuration using LegendType.none() and compare it with the proposed legend.hide() and legend(display = false) forms. Clarify which API should replace or supplement the current form, including the expected behavior when a legend is hidden. Done when the API decision and its scope are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100