Skip to content

Commit e056332

Browse files
Update KDoc
1 parent d6a57e0 commit e056332

File tree

1 file changed

+1
-1
lines changed
  • plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/bistro/residual

1 file changed

+1
-1
lines changed

plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/bistro/residual/ResidualPlot.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package org.jetbrains.letsPlot.bistro.residual
3333
* @param seed Random seed for "loess" sampling.
3434
* @param maxN Maximum number of data-points for "loess" method.
3535
* If this quantity exceeded random sampling is applied to data.
36-
* @param geom default = "point" ("point", "tile", "none").
36+
* @param geom default = "point" ("point", "pointdensity", "tile", "none").
3737
* The geometric object to use to display the data. No object will be used if `geom="none"`.
3838
* @param bins Number or a Pair of Numbers.
3939
* Number of bins in both directions, vertical and horizontal. Overridden by `binWidth`.

0 commit comments

Comments
 (0)