lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

`layer()` ignores aesthetics

Open ASmirnov-HORIS opened this issue 4 years ago • 0 comments

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:

ASmirnov-HORIS avatar Mar 30 '21 15:03 ASmirnov-HORIS