JetBrains / JetBrains/lets-plot
Add the % symbol to the format when using percentage statistical variables
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
```python
import numpy as np
from lets_plot import *
LetsPlot.setup_html()
np.random.seed(42)
data = {'x': np.random.randint(10, size=3000)}
ggplot(data, aes(x='x', y='..sumpct..')) + geom_bar()
```
Output:

Would be great to see % in tick labels and tooltips
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.