JetBrains / JetBrains/lets-plot

`scale_color_gradient`: Tooltip formatting does not inherit from scale formatting

Open
#1,269 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.