Skip to content

True/False both plot as False #57

@jdanbrown

Description

@jdanbrown
df = pd.DataFrame({'x': [1, 2], 'y': [True, False]})
ggplot(df, aes('x', 'y')) + geom_point()

image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions