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
- Support for variadic line width and/or color in `geom_line()` and `geom_path()`[[LP-313](https://github.com/JetBrains/lets-plot/issues/313)].
> Note: Due to major package refactoring in the main Lets-Plot library, this version (4.4.2) of the Kotlin API\
66
+
> is not compatible with versions of Lets-Plot library v3.2.0 and earlier.
67
+
68
+
- The default qualitative color palette is now [Color Brewer "Set1"](https://colorbrewer2.org/#type=qualitative&scheme=Set1&n=9) (was ["Set2"](https://colorbrewer2.org/#type=qualitative&scheme=Set2&n=8))
69
+
- Geometries default colors are now flavor-dependent: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_theme_colors.ipynb).
70
+
- Geometries default size/line-width is now slightly bigger.
71
+
- Point size is adjusted to match the width of a line of the same "size".
72
+
73
+
-[BREAKING] Kotlin/JS **LEGACY** apps are no longer supported.
74
+
75
+
-[BREAKING]`geomPie()` no longer supports parameter `strokeColor`.
76
+
-[BREAKING]`geomBoxplot()` no longer support parameter `sampling`.
77
+
-[BREAKING]`geomPointRange()`: size aesthetic shouldn't affect line width [[#751](https://github.com/JetBrains/lets-plot/issues/751)]:\
78
+
`linewidth` aesthetic is now used for the line width, `size` - for mid-point size only.
79
+
80
+
-`geomBoxplot()`: `size` and `stroke` parameters now affect outlier shapes.
81
+
82
+
83
+
### Fixed
84
+
- ggsave: saving geomImshow() to SVG produces fuzzy picture [[#188](https://github.com/JetBrains/lets-plot-kotlin/issues/188)].
85
+
-`geomCrossbar()` aesthetics take `middle` argument instead of `y`[[#804](https://github.com/JetBrains/lets-plot/issues/804)].
86
+
-`geomBoxplot()` doesn't apply alpha to outliers [[#754](https://github.com/JetBrains/lets-plot/issues/754)].
87
+
-`geomBoxplot()`: outliers do not show tooltips.
88
+
-`geomBoxplot()`: some strange outliers drawn here [[#143](https://github.com/JetBrains/lets-plot-kotlin/issues/143)].
- The default qualitative color palette is now [Color Brewer "Set1"](https://colorbrewer2.org/#type=qualitative&scheme=Set1&n=9) (was ["Set2"](https://colorbrewer2.org/#type=qualitative&scheme=Set2&n=8)).
152
+
- Slightly bigger default size of points and width of lines.
153
+
- Flavor-aware default colors for points, lines etc.
- Support for variadic line width and/or color in `geom_line()` and `geom_path()`[[LP-313](https://github.com/JetBrains/lets-plot/issues/313)].
0 commit comments