JetBrains / JetBrains/lets-plot
Parameter info for aes() is missing all its arguments
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Preconditions:
```
from lets_plot import *
ggplot(aes())
```
Steps:
- call parameter info for `aes()`
Expected:
- suitable arguments are listed
Actual:
- there is only `x` and `y` arguments listed


Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.