Look at the following example: ```python 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: <img src="https://user-images.githubusercontent.com/26162403/113008700-ef80c580-917f-11eb-8aea-e5b087ad6f38.png" width="400" height="300" />
Look at the following example:
It produces the wrong picture, without any aesthetics applied to the point: