JetBrains / JetBrains/lets-plot

`geom_label`: `hjust` parameter doesn't understand values other than 0, 0.5, 1

Open
#1,143 0 comments 0 reactions 1 assignee Claimed by @MKoroteev-HORIS View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.