JetBrains / lets-plot

Multiplatform plotting library based on the Grammar of Graphics
https://lets-plot.org
MIT License
1.57k stars 51 forks source link

`geom_point`: `stroke` aesthetic should affect total point size when `shape=19` #1158

Open ASmirnov-HORIS opened 3 months ago

ASmirnov-HORIS commented 3 months ago

Example:

ggplot() + geom_point(aes(x=[0, 1, 2], shape=[16, 19, 21]), size=20, stroke=20) + scale_shape_identity()

Output:

Expected: