JetBrains / JetBrains/lets-plot

API should accept python 'range' type.

Open
#365 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.