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
- New `strip_spacing`, `strip_spacing_x`, and `strip_spacing_y` parameters in `theme()` to control spacing between the facet strip (title bar) and the plot panel.
18
+
- New `panel_spacing`, `panel_spacing_x`, and `panel_spacing_y` parameters in `theme()` to control spacing between plot panels in faceted plots, [[#1380](https://github.com/JetBrains/lets-plot/issues/1380)].
-`facetWrap()` now drops factor levels that do not appear in the data (i.e., empty panels) by default [[#1322](https://github.com/JetBrains/lets-plot/issues/1322)]. <br>
31
+
To keep unused factor levels, use the new `drop` parameter, i.e., `drop=false`.
- Removed extra spacing between facet strips and plot panels in `facetWrap()` and `facetGrid()`.
38
+
39
+
40
+
-`ggsave()`: removed Batik dependency (now uses lets-plot's built-in rasterizer).
41
+
42
+
### Fixed
43
+
44
+
- Tooltip for a line have higher priority than points, even if the point is specified first in the layer list [[#1060](https://github.com/JetBrains/lets-plot/issues/1060)].
45
+
-`geomRibbon()`: tooltip appears in the wrong place on flipped ribbon [[#1334](https://github.com/JetBrains/lets-plot/issues/1334)].
46
+
- Coordinate limits do not work on reversed scales [[#1365](https://github.com/JetBrains/lets-plot/issues/1365)]
47
+
- Misaligned axis labels and ticks in polar coordinates.
48
+
- Display order of fill categories not being set correctly in stacked plots? [[#1367](https://github.com/JetBrains/lets-plot/issues/1367)]
49
+
- Unclear error when using `geomRect` with discrete scales [[#1287](https://github.com/JetBrains/lets-plot/issues/1287)]
- New `strip_spacing`, `strip_spacing_x`, and `strip_spacing_y` parameters in `theme()` to control spacing between the facet strip (title bar) and the plot panel.
10
-
- New `panel_spacing`, `panel_spacing_x`, and `panel_spacing_y` parameters in `theme()` to control spacing between plot panels in faceted plots, [[#1380](https://github.com/JetBrains/lets-plot/issues/1380)].
-`facetWrap()` now drops factor levels that do not appear in the data (i.e., empty panels) by default [[#1322](https://github.com/JetBrains/lets-plot/issues/1322)]. <br>
23
-
To keep unused factor levels, use the new `drop` parameter, i.e., `drop=false`.
- Removed extra spacing between facet strips and plot panels in `facetWrap()` and `facetGrid()`.
30
-
31
-
32
-
-`ggsave()`: removed Batik dependency (now uses lets-plot's built-in rasterizer).
33
-
34
10
### Fixed
35
-
36
-
- Tooltip for a line have higher priority than points, even if the point is specified first in the layer list [[#1060](https://github.com/JetBrains/lets-plot/issues/1060)].
37
-
-`geomRibbon()`: tooltip appears in the wrong place on flipped ribbon [[#1334](https://github.com/JetBrains/lets-plot/issues/1334)].
38
-
- Coordinate limits do not work on reversed scales [[#1365](https://github.com/JetBrains/lets-plot/issues/1365)]
39
-
- Misaligned axis labels and ticks in polar coordinates.
40
-
- Display order of fill categories not being set correctly in stacked plots? [[#1367](https://github.com/JetBrains/lets-plot/issues/1367)]
41
-
- Unclear error when using `geomRect` with discrete scales [[#1287](https://github.com/JetBrains/lets-plot/issues/1287)]
0 commit comments