You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/pos/pos.kt
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,9 @@ fun positionDodge(width: Number? = null) =
31
31
)
32
32
33
33
/**
34
-
* Adjusts position by dodging overlaps to the side.
35
-
*
36
-
* @param height Dodging height, when different to the height of the individual elements. This is useful when you want to align narrow geoms with taller geoms.
37
-
* The value of height is relative and typically ranges between 0 and 1. Values that are greater than 1 lead to overlapping of the objects.
34
+
* The function positionDodgeV() is deprecated and will be removed in future releases.
38
35
*/
36
+
@Deprecated("The function positionDodgeV() is deprecated and will be removed in future releases.")
0 commit comments