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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [4.7.1] - 2025-08-13
9
+
10
+
### Added
11
+
12
+
- ggsave():
13
+
- support font synthesis for *italic* and **bold** styles.
14
+
-`px` unit support for PNG and PDF formats.
15
+
-`w`, `h` and `unit` parameters support for SVG [[#1368](https://github.com/JetBrains/lets-plot/issues/1368)].
16
+
17
+
### Changed
18
+
19
+
-`facet_wrap()` 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>
20
+
To keep unused factor levels, use the new `drop` parameter, i.e., `drop=False`.
- Removed extra spacing between facet strips and plot panels in `facet_wrap()` and `facet_grid()`.
24
+
25
+
### Fixed
26
+
- geom_livemap: can't draw a path crossing the antimeridian [[#649](https://github.com/JetBrains/lets-plot/issues/649)].
27
+
- 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)].
28
+
- geom_ribbon(): tooltip appears in the wrong place on flipped ribbon [[#1334](https://github.com/JetBrains/lets-plot/issues/1334)].
29
+
- Arrow crossing -180 longitude is split into two arrows [[#1364](https://github.com/JetBrains/lets-plot/issues/1364)].
30
+
- Coordinate limits do not work on reversed scales [[#1365](https://github.com/JetBrains/lets-plot/issues/1365)]
31
+
- Misaligned axis labels and ticks in polar coordinates.
32
+
- Display order of fill categories not being set correctly in stacked plots? [[#1367](https://github.com/JetBrains/lets-plot/issues/1367)]
33
+
- Polars: add handling for `Enum` values [[#1373](https://github.com/JetBrains/lets-plot/issues/1373)]
34
+
- Unclear error when using geom_rect with discrete scales [[#1287](https://github.com/JetBrains/lets-plot/issues/1287)]
- support font synthesis for *italic* and **bold** styles.
7
-
-`px` unit support for PNG and PDF formats.
8
-
-`w`, `h` and `unit` parameters support for SVG [[#1368](https://github.com/JetBrains/lets-plot/issues/1368)].
9
-
10
5
### Changed
11
6
12
-
-`facet_wrap()` 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>
13
-
To keep unused factor levels, use the new `drop` parameter, i.e., `drop=False`.
- Removed extra spacing between facet strips and plot panels in `facet_wrap()` and `facet_grid()`.
17
-
18
7
### Fixed
19
-
- geom_livemap: can't draw a path crossing the antimeridian [[#649](https://github.com/JetBrains/lets-plot/issues/649)].
20
-
- 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)].
21
-
- geom_ribbon(): tooltip appears in the wrong place on flipped ribbon [[#1334](https://github.com/JetBrains/lets-plot/issues/1334)].
22
-
- Arrow crossing -180 longitude is split into two arrows [[#1364](https://github.com/JetBrains/lets-plot/issues/1364)].
23
-
- Coordinate limits do not work on reversed scales [[#1365](https://github.com/JetBrains/lets-plot/issues/1365)]
24
-
- Misaligned axis labels and ticks in polar coordinates.
25
-
- Display order of fill categories not being set correctly in stacked plots? [[#1367](https://github.com/JetBrains/lets-plot/issues/1367)]
26
-
- Polars: add handling for `Enum` values [[#1373](https://github.com/JetBrains/lets-plot/issues/1373)]
27
-
- Unclear error when using geom_rect with discrete scales [[#1287](https://github.com/JetBrains/lets-plot/issues/1287)]
0 commit comments