JetBrains / JetBrains/lets-plot

Add the % symbol to the format when using percentage statistical variables

Open
#1,009 0 comments 0 reactions 1 assignee Assigned to @IKupriyanov-HORIS View on GitHub
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:
![image](https://github.com/JetBrains/lets-plot/assets/14200189/8dafca0f-5355-4cc5-89b0-01a3ad2bcc9d)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.