JetBrains / lets-plot-kotlin

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

Make middle strip in `geomBoxplot()` optional #236

Closed AndreiKingsley closed 7 months ago

AndreiKingsley commented 7 months ago

As in #233, there're use cases when middle strip is not needed. The most obvious one is a candlestick chart:

image

So, expected behaviour: when middle is not assigned, the middle strip is not drawn (as it is now when you assign a list of null to it.).

alshan commented 7 months ago

I believe it should work for box-plot in current lets-plot.

AndreiKingsley commented 7 months ago

Oh, really. Thanks!