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 legend automatically wraps to prevent overlap - up to 15 rows for vertical legends and 5 columns for horizontal ones [[#1235](https://github.com/JetBrains/lets-plot/issues/1235)].
-[**BREAKING**] Explicit `group` aesthetic now overrides default grouping behavior instead of combining with it [[#1401](https://github.com/JetBrains/lets-plot/issues/1401)].
> Previously, setting `group='variable'` would group by both the explicit variable AND any discrete
67
+
> aesthetics (color, shape, etc.). \
68
+
> Now it groups ONLY by the explicit variable, matching `ggplot2` behavior. \
69
+
> Use `group=[var1, var2, ...]` to group by multiple variables explicitly, \
70
+
> and `group=[]` to disable any grouping.
71
+
72
+
- Missing values in `geom_line(), geom_path(), geom_ribbon()`, and `geom_area()` create gaps in geometries instead of being interpolated over [[#818](https://github.com/JetBrains/lets-plot/issues/818)], [[#1406](https://github.com/JetBrains/lets-plot/issues/1406)].
-`theme`: the `exponent_format` default value changed to `'pow'` - superscript powers of 10 (was e-notation).
77
+
78
+
- The multi-layer line plot now shows tooltips for each series simultaneously, in the same way that a single-layer plot with color mapped to series does.
79
+
80
+
81
+
### Fixed
82
+
83
+
-`geom_pie` on geospatioal plot with `map_join` failes to render without explicit `group` aesthetic.
84
+
- geom_density2d: NullPointerException when weight aesthetic contains None values [[#1399](https://github.com/JetBrains/lets-plot/issues/1399)].
85
+
- Tooltip shows duplicate lines when as_discrete is applied twice to the same var [[#1400](https://github.com/JetBrains/lets-plot/issues/1400)].
86
+
- geom_sina: incorrect shape in legend [[#1403](https://github.com/JetBrains/lets-plot/issues/1403)].
87
+
- geom_density2d: Incorrect processing of weighted statistics when None value occurs in the x or y column.
88
+
- facet_wrap: indescriptive error when the specified facet variable is not present in the dataset [[#1409](https://github.com/JetBrains/lets-plot/issues/1409)].
89
+
- Integer numbers in facet strip titles are displayed as float [[#1386](https://github.com/JetBrains/lets-plot/issues/1386)].
90
+
- Error when using scale_identity(aesthetic="shape") [[#1212](https://github.com/JetBrains/lets-plot/issues/1212)].
91
+
- ggsave: theme option face="italic" doesn't work [[#1391](https://github.com/JetBrains/lets-plot/issues/1391)].
92
+
- Fail early if string format is incorrect [[#1410](https://github.com/JetBrains/lets-plot/issues/1410)].
- The legend automatically wraps to prevent overlap - up to 15 rows for vertical legends and 5 columns for horizontal ones [[#1235](https://github.com/JetBrains/lets-plot/issues/1235)].
-[**BREAKING**] Explicit `group` aesthetic now overrides default grouping behavior instead of combining with it [[#1401](https://github.com/JetBrains/lets-plot/issues/1401)].
> Previously, setting `group='variable'` would group by both the explicit variable AND any discrete
60
-
> aesthetics (color, shape, etc.). \
61
-
> Now it groups ONLY by the explicit variable, matching `ggplot2` behavior. \
62
-
> Use `group=[var1, var2, ...]` to group by multiple variables explicitly, \
63
-
> and `group=[]` to disable any grouping.
64
-
65
-
- Missing values in `geom_line(), geom_path(), geom_ribbon()`, and `geom_area()` create gaps in geometries instead of being interpolated over [[#818](https://github.com/JetBrains/lets-plot/issues/818)], [[#1406](https://github.com/JetBrains/lets-plot/issues/1406)].
-`theme`: the `exponent_format` default value changed to `'pow'` - superscript powers of 10 (was e-notation).
70
-
71
-
- The multi-layer line plot now shows tooltips for each series simultaneously, in the same way that a single-layer plot with color mapped to series does.
72
-
73
-
74
7
### Fixed
75
-
76
-
-`geom_pie` on geospatioal plot with `map_join` failes to render without explicit `group` aesthetic.
77
-
- geom_density2d: NullPointerException when weight aesthetic contains None values [[#1399](https://github.com/JetBrains/lets-plot/issues/1399)].
78
-
- Tooltip shows duplicate lines when as_discrete is applied twice to the same var [[#1400](https://github.com/JetBrains/lets-plot/issues/1400)].
79
-
- geom_sina: incorrect shape in legend [[#1403](https://github.com/JetBrains/lets-plot/issues/1403)].
80
-
- geom_density2d: Incorrect processing of weighted statistics when None value occurs in the x or y column.
81
-
- facet_wrap: indescriptive error when the specified facet variable is not present in the dataset [[#1409](https://github.com/JetBrains/lets-plot/issues/1409)].
82
-
- Integer numbers in facet strip titles are displayed as float [[#1386](https://github.com/JetBrains/lets-plot/issues/1386)].
83
-
- Error when using scale_identity(aesthetic="shape") [[#1212](https://github.com/JetBrains/lets-plot/issues/1212)].
84
-
- ggsave: theme option face="italic" doesn't work [[#1391](https://github.com/JetBrains/lets-plot/issues/1391)].
85
-
- Fail early if string format is incorrect [[#1410](https://github.com/JetBrains/lets-plot/issues/1410)].
0 commit comments