Skip to content

layer() ignores aesthetics #354

@ASmirnov-HORIS

Description

Look at the following example:

from lets_plot import *
LetsPlot.setup_html()
ggplot({'x': [0], 'y': [0]}, aes('x', 'y')) + layer('point', size=20, color='red')

It produces the wrong picture, without any aesthetics applied to the point:

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