Skip to content

Commit d1ce717

Browse files
committed
Fix [!IMPORTANT]
1 parent b6a9a83 commit d1ce717

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

future_changes.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@
5454
- [**BREAKING**] Explicit `group` aesthetic now overrides default grouping behavior instead of combining with it [[#1401](https://github.com/JetBrains/lets-plot/issues/1401)].
5555

5656
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25e/group_override_defaults.ipynb).
57-
> [!IMPORTANT]
58-
> Previously, setting `group='variable'` would group by both the explicit variable AND any discrete
59-
> aesthetics (color, shape, etc.). \
60-
> Now it groups ONLY by the explicit variable, matching `ggplot2` behavior. \
61-
> Use `group=[var1, var2, ...]` to group by multiple variables explicitly, \
62-
> and `group=[]` to disable any grouping.
57+
58+
> [!IMPORTANT]
59+
> 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.
6364
6465
- 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)].
6566

0 commit comments

Comments
 (0)