Skip to content

Incorrect code does not throw an exception #355

@ASmirnov-HORIS

Description

The following code is incorrect and should produce an error:

from lets_plot import *
LetsPlot.setup_html()
p = ggplot() + geom_point(x=0, y=0)
q = ggplot() + geom_point(x=1, y=1)
p + q

But it just draws a picture:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    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