Skip to content

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

@ASmirnov-HORIS

Description

@ASmirnov-HORIS

Example:

// 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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions