Skip to content

API should accept python 'range' type. #365

@alshan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions