JetBrains / JetBrains/lets-plot

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

Open
#1,158 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.