JetBrains / JetBrains/lets-plot-kotlin

Rendering artifact at the start of a `geomLine()` stroke when exporting with `ggsave()`

Open
#297 0 comments 0 reactions 1 assignee Claimed by @IKupriyanov-HORIS View on GitHub
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:

Example

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.