JetBrains / lets-plot-kotlin

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

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

Closed AndreiKingsley closed 7 months ago

AndreiKingsley commented 9 months ago

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

alshan commented 9 months ago

What linetype would do for elementText() ?

AndreiKingsley commented 9 months ago

I apologise, of course I meant elementLine().

OLarionova-HORIS commented 8 months ago

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

alshan commented 7 months ago

See: example notebook.