JetBrains / JetBrains/lets-plot-kotlin
Rendering artifact at the start of a `geomLine()` stroke when exporting with `ggsave()`
Open
- Dominant language
- Kotlin
- Stars
- 486
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
Example:
```kotlin
// The line thickness has been increased slightly to make it easier to see
val p = letsPlot() + geomLine(size = 5) { x = listOf(-1, -1, 1, 1); y = listOf(-1, 1, 1, -1) }
ggsave(p, "plot.png")
```
Output:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.