Closed ASmirnov-HORIS closed 1 month ago
Example:
data = { "x": [0, 0, 1, 1, 1, 2], "y": [0, 0, 2, 2, 2, 1], } ggplot(data, aes("x", "y")) + \ geom_point() + \ ggmarginal("trbl", layer=geom_violin(color='blue', fill='blue', alpha=.1)) + \ ggmarginal("trbl", layer=geom_boxplot(color='red', fill='red', alpha=.1))
Note: Worked in 4.2.0.
Blamed commit: https://github.com/JetBrains/lets-plot/commit/4ac81f69b493e36303ddb1edc899b0dbf36261fa
Example:
Note: Worked in 4.2.0.