JetBrains / JetBrains/lets-plot
`geom_point`: `stroke` aesthetic should affect total point size when `shape=19`
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Example:
```python
ggplot() + geom_point(aes(x=[0, 1, 2], shape=[16, 19, 21]), size=20, stroke=20) + scale_shape_identity()
```
Output:
Expected:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.