JetBrains / lets-plot-kotlin

Grammar of Graphics for Kotlin
https://lets-plot.org/kotlin/
MIT License
435 stars 36 forks source link

Add `linetype` parameter in `elementLine()` and `elementRect()` #235

Closed AndreiKingsley closed 5 months ago

AndreiKingsley commented 7 months ago

Add linetype for theme elements with behaviour similar to linetypes in geoms.

alshan commented 7 months ago

What linetype would do for elementText() ?

AndreiKingsley commented 7 months ago

I apologise, of course I meant elementLine().

OLarionova-HORIS commented 6 months ago

Added via commit: https://github.com/JetBrains/lets-plot/commit/c0b386fe1771e6acc28e8ca9e57854b482984184

alshan commented 5 months ago

See: example notebook.