JetBrains / JetBrains/lets-plot
`scale_color_gradient`: Tooltip formatting does not inherit from scale formatting
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Example:
```python
data = {
'x': [0, 1],
'y': [0, 1],
'g': [0, 1e10],
}
ggplot(data, aes('x', 'y', color='g')) + geom_point() + scale_color_gradient(format=".2~s")
```
Output:
Expected:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.