JetBrains / lets-plot-kotlin

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

`scaleXDiscrete` doesn't make scale discrete #165

Closed AndreiKingsley closed 1 year ago

AndreiKingsley commented 1 year ago

When we use the function scaleXDiscrete() in the domain of type Int, we get something like this

image

However, I think we are expecting something like this:

image