Skip to content

Commit 85ac5e5

Browse files
Small fixes in the KDocs.
1 parent 5fa0c45 commit 85ac5e5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/gggrid.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ import org.jetbrains.letsPlot.intern.filterNonNullValues
5252
* Specifies how guides (legends and colorbars) should be treated in the layout.
5353
* - "collect" - collect guides from all subplots, removing duplicates.
5454
* - "keep" - keep guides in their original subplots; do not collect at this level.
55-
* - "auto" - allow guides to be collected if an upper-level layout uses ``guides="collect"``; otherwise, keep them in subplots.
56-
* Duplicates are identified by comparing visual properties:
55+
* - "auto" - allow guides to be collected if an upper-level layout uses `guides = "collect"`; otherwise, keep them in subplots.
56+
*
57+
* Duplicates are identified by comparing visual properties:
5758
* - For legends: title, labels, and all aesthetic values (colors, shapes, sizes, etc.).
5859
* - For colorbars: title, domain limits, breaks, and color gradient.
5960
*

plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/intern/layer/WithGroupOption.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.jetbrains.letsPlot.intern.Options
2323
*
2424
* - Use `group = listOf("var1", "var2", ...)` to group by the interaction of multiple variables
2525
*
26-
* - Use `group = emptyList()` to disable all the grouping completely
26+
* - Use `group = emptyList<Any>()` to disable all the grouping completely
2727
*
2828
* @property group Data grouping control (not a true aesthetic).
2929
* Use a variable name to group by that variable,

0 commit comments

Comments
 (0)