JetBrains / JetBrains/lets-plot
`geom_text`: too small label size when applied log10 transformation
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Example:
```python
ggplot({'v': [1e10]}, aes(x='v')) + \
geom_point(aes(size='v'), y=0) + \
geom_text(aes(label='v'), y=1, size=10) + \
scale_size(trans='sqrt')
```
Output:
Expected (like in ggplot2):
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.