Add DataColumn
API for breaks in Legend
/Axis
#417
Labels
dataframe
An issue/PR related to dataframe
enhancement
New feature or request
good first issue
Good for newcomers
lets-plot
API and implementation for lets-plot
Add new
breaks
(an analogue for all existing function) withDatColumn
argument for passing breaks for axis and legend:fun breaks(breaks: DataColumn<DomainType>, format: String? = null)
https://github.com/Kotlin/kandy/blob/main/kandy-lets-plot/src/main/kotlin/org/jetbrains/kotlinx/kandy/letsplot/scales/guide/model/LetsPlotAxis.kt
https://github.com/Kotlin/kandy/blob/main/kandy-lets-plot/src/main/kotlin/org/jetbrains/kotlinx/kandy/letsplot/scales/guide/model/LetsPlotLegend.kt
A common case:
The text was updated successfully, but these errors were encountered: