JetBrains / JetBrains/lets-plot
`geom_label`: `hjust` parameter doesn't understand values other than 0, 0.5, 1
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Example:
```python
n = 5
ggplot() + \
geom_label(aes(x=[0]*n, y=list(range(n)), label=['a']*n, hjust=np.linspace(0, 1, n)), size=15)
```
Output:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.