JetBrains / lets-plot-kotlin

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

Unexpected behaviour of `group` #234

Closed AndreiKingsley closed 4 days ago

AndreiKingsley commented 4 months ago

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

image
alshan commented 4 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 4 days ago

It seems the question was resolved.