-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
dataframeAn issue/PR related to dataframeAn issue/PR related to dataframeenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslets-plotAPI and implementation for lets-plotAPI and implementation for lets-plot
Description
Add new breaks
(an analogue for all existing function) with DatColumn
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:
legends {
breaks(column.distinct())
}
Metadata
Metadata
Assignees
Labels
dataframeAn issue/PR related to dataframeAn issue/PR related to dataframeenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslets-plotAPI and implementation for lets-plotAPI and implementation for lets-plot