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
- 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))
64
+
- Geometries default colors are now flavor-dependent: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/geom_theme_colors.ipynb).
65
+
- Geometries default size/line-width is now slightly bigger.
66
+
- Point size is adjusted to match the width of a line of the same "size".
67
+
68
+
-[BREAKING]`geom_pie()` no longer supports parameter `stroke_color`.
69
+
70
+
-[BREAKING]`geom_boxplot()` no longer support parameter `sampling`.
71
+
72
+
-[BREAKING]`geom_pointrange()`: `size` aesthetic shouldn't affect line width [[#751](https://github.com/JetBrains/lets-plot/issues/751)]:
73
+
74
+
`linewidth` aesthetic is used for line width, `size` - for mid-point size only.
75
+
76
+
-`geom_boxplot()`: `size` and `stroke` parameters now affect outlier shapes.
77
+
78
+
-[BREAKING, only affects users of Lets-Plot Kotlin API]\
79
+
The entire project has undergone package refactoring.\
80
+
As a result of package names changed, Lets-Plot v4.0.0 is partially incompatible\
81
+
with Lets-Plot Kotlin API versions 4.4.1 and earlier.
82
+
83
+
84
+
### Fixed
85
+
86
+
-`ggsave()` doesn't save geom_raster() layer to a file [[#778](https://github.com/JetBrains/lets-plot/issues/778)].
87
+
-`ggsave()`: saving geomImshow() to SVG produces fuzzy picture [[LPK-188](https://github.com/JetBrains/lets-plot-kotlin/issues/188)].
88
+
-`ggsave()`: saving geomImshow() to raster format produces fuzzy picture.
89
+
-`geom_crossbar()` aesthetics take `middle` argument instead of `y`[[#804](https://github.com/JetBrains/lets-plot/issues/804)].
90
+
-`geom_boxplot()` doesn't apply alpha to outliers [[#754](https://github.com/JetBrains/lets-plot/issues/754)].
91
+
-`geom_boxplot()` outliers do not show tooltips.
92
+
-`geom_step()` no tooltips.
93
+
-`geom_step()`: toggle the behavior of the `direction` parameter when the orientation is changed.
94
+
-`geom_livemap()`: memory leak when re-run cells without reloading a page.
95
+
-`geom_ribbon()`: not all tooltips are shown on a multi-layer plot [[#847](https://github.com/JetBrains/lets-plot/issues/847)].
96
+
- Bug in empty plot: IndexOutOfBoundsException [[#194](https://github.com/JetBrains/lets-plot-kotlin/issues/194)].
97
+
- Weird tooltip/legend in case of extremely long value [[#315](https://github.com/JetBrains/lets-plot/issues/315)].
98
+
- panning on interactive map should be more responsive [[#336](https://github.com/JetBrains/lets-plot/issues/336)].
99
+
- Offline mode doesn't work with manylinux wheels [[#808](https://github.com/JetBrains/lets-plot/issues/808)].
- 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))
57
-
- Geometries default colors are now flavor-dependent: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/geom_theme_colors.ipynb).
58
-
- Geometries default size/line-width is now slightly bigger.
59
-
- Point size is adjusted to match the width of a line of the same "size".
60
-
61
-
-[BREAKING]`geom_pie()` no longer supports parameter `stroke_color`.
62
-
63
-
-[BREAKING]`geom_boxplot()` no longer support parameter `sampling`.
64
-
65
-
-[BREAKING]`geom_pointrange()`: `size` aesthetic shouldn't affect line width [[#751](https://github.com/JetBrains/lets-plot/issues/751)]:
66
-
67
-
`linewidth` aesthetic is used for line width, `size` - for mid-point size only.
68
-
69
-
-`geom_boxplot()`: `size` and `stroke` parameters now affect outlier shapes.
70
-
71
-
-[BREAKING, only affects users of Lets-Plot Kotlin API]\
72
-
The entire project has undergone package refactoring.\
73
-
As a result of package names changed, Lets-Plot v4.0.0 is partially incompatible\
74
-
with Lets-Plot Kotlin API versions 4.4.1 and earlier.
75
-
76
-
77
7
### Fixed
78
-
79
-
-`ggsave()` doesn't save geom_raster() layer to a file [[#778](https://github.com/JetBrains/lets-plot/issues/778)].
80
-
-`ggsave()`: saving geomImshow() to SVG produces fuzzy picture [[LPK-188](https://github.com/JetBrains/lets-plot-kotlin/issues/188)].
81
-
-`ggsave()`: saving geomImshow() to raster format produces fuzzy picture.
82
-
-`geom_crossbar()` aesthetics take `middle` argument instead of `y`[[#804](https://github.com/JetBrains/lets-plot/issues/804)].
83
-
-`geom_boxplot()` doesn't apply alpha to outliers [[#754](https://github.com/JetBrains/lets-plot/issues/754)].
84
-
-`geom_boxplot()` outliers do not show tooltips.
85
-
-`geom_step()` no tooltips.
86
-
-`geom_step()`: toggle the behavior of the `direction` parameter when the orientation is changed.
87
-
-`geom_livemap()`: memory leak when re-run cells without reloading a page.
88
-
-`geom_ribbon()`: not all tooltips are shown on a multi-layer plot [[#847](https://github.com/JetBrains/lets-plot/issues/847)].
89
-
- Bug in empty plot: IndexOutOfBoundsException [[#194](https://github.com/JetBrains/lets-plot-kotlin/issues/194)].
90
-
- Weird tooltip/legend in case of extremely long value [[#315](https://github.com/JetBrains/lets-plot/issues/315)].
91
-
- panning on interactive map should be more responsive [[#336](https://github.com/JetBrains/lets-plot/issues/336)].
92
-
- Offline mode doesn't work with manylinux wheels [[#808](https://github.com/JetBrains/lets-plot/issues/808)].
0 commit comments