Skip to content

Commit 8ffef45

Browse files
Update labWidth description
1 parent 9030671 commit 8ffef45

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ import org.jetbrains.letsPlot.intern.filterNonNullValues
3333
* @param xFormat Specifies the format pattern for displaying faceting values in columns.
3434
* @param yFormat Specifies the format pattern for displaying faceting values in rows.
3535
* @param xLabWidth Specifies the maximum label length (in characters) before a line break is applied to faceting values in columns.
36-
* If the original facet label already contains `\n` as a text separator, the line breaking is not applied.
3736
* @param yLabWidth Specifies the maximum label length (in characters) before a line break is applied to faceting values in rows.
38-
* If the original facet label already contains `\n` as a text separator, the line breaking is not applied.
3937
*
4038
* Format pattern in the `xFormat`/`yFormat` parameters can be just a number format (like "d") or
4139
* a string template where number format is surrounded by curly braces: "{d} cylinders".

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import org.jetbrains.letsPlot.intern.filterNonNullValues
3636
* @param dir Direction: either "h" for horizontal, the default, or "v", for vertical.
3737
* @param labWidth Specifies the maximum label length (in characters) before a line break is applied.
3838
* The `labWidth` values are positionally matched to variables in `facets`.
39-
* If the original facet label already contains `\n` as a text separator, the line breaking is not applied.
4039
*
4140
* Format patterns in the `format` parameter can be just a number format (like "d") or
4241
* a string template where number format is surrounded by curly braces: "{d} cylinders".

0 commit comments

Comments
 (0)