JetBrains / lets-plot-kotlin

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

Unexpected behaviour of `group` #234

Closed AndreiKingsley closed 5 months ago

AndreiKingsley commented 9 months ago

Why does "group" work that way with a coordinate variable?

image
alshan commented 9 months ago

I would guess it groups data by date (7 groups). Interaction with grouping by "type" gives us 14 groups in total. That means 14 bars in each datapoint. The plot looks as expected IMO.

alshan commented 5 months ago

It seems the question was resolved.