JetBrains / JetBrains/lets-plot
API should accept python 'range' type.
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
This code should work:
```
data = dict(
c = list(range(10)),
x = range(10),
y = range(10)
)
ggplot(data) + geom_point(aes('x', 'y', col='c'))
```
Currently error:
> The value of data variable [x] must be a list but was String
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.