JetBrains / lets-plot-kotlin

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

Axis scales are not automatically configured when using `geomABLine()` #218

Closed AndreiKingsley closed 8 months ago

AndreiKingsley commented 8 months ago
image
alshan commented 8 months ago

This is expected behavior due to boundless nature of this geom. See geom_abline details: https://ggplot2.tidyverse.org/reference/geom_abline.html#details

devcrocod commented 7 months ago

Can abLine be an independent plot? I mean a real use case, where abLineis used without being tied to other plots (their scales)

alshan commented 7 months ago

Sure but in this case you will specify the geometry bounds explicitly via limits.