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
+55Lines changed: 55 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,61 @@ 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/), and this project adheres
6
6
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). All scales should have the 'format' parameter.
7
7
8
+
## [4.7.1] - 2024-04-22
9
+
10
+
This release is 100% compatible with [Lets-Plot v 4.3.1](https://github.com/JetBrains/lets-plot/releases/tag/v4.3.1).
11
+
12
+
### Added
13
+
14
+
- Parameter `labWidth` in `facetWrap()` and `xLabWidth/yLabWidth` in `facetGrid()`[[LPK-237](https://github.com/JetBrains/lets-plot-kotlin/issues/237)].
- Line segments in geom_density2df() do not get interpolated when used with coord_polar() [[#1037](https://github.com/JetBrains/lets-plot/issues/1037)].
49
+
- arrow on segment: reduce arrow size for short segments [[#1040](https://github.com/JetBrains/lets-plot/issues/1040)].
50
+
- arrow on curve sometimes looks weird [[#1041](https://github.com/JetBrains/lets-plot/issues/1041)].
51
+
- Error when build geom_smooth() with se=False [[#1050](https://github.com/JetBrains/lets-plot/issues/1050)].
52
+
- Add tooltips for `geom_curve()`[[#1053](https://github.com/JetBrains/lets-plot/issues/1053)].
53
+
- Incorrect position for bar annotations when specifying `scale_x_reverse()/scale_y_reverse()`[[#1057](https://github.com/JetBrains/lets-plot/issues/1057)].
54
+
- Missing outer bar annotations when specifying `scale_x_reverse()/scale_y_reverse()`[[#1058](https://github.com/JetBrains/lets-plot/issues/1058)].
55
+
- Plot layout breaks when marginal layers are used [[#1074](https://github.com/JetBrains/lets-plot/issues/1074)].
56
+
- Discrete scale doesn't work for datetime data [[LPK-231](https://github.com/JetBrains/lets-plot-kotlin/issues/231)].
57
+
- Add `linetype` parameter in `elementLine()` and `elementRect()`[[LPK-235](https://github.com/JetBrains/lets-plot-kotlin/issues/235)].
58
+
- Any way to line-wrap facet labels? [[LPK-237](https://github.com/JetBrains/lets-plot-kotlin/issues/237)].
59
+
- Missing marginal gridlines.
60
+
- Cryptic error message on geom_boxplot with orientation="y" [[#600](https://github.com/JetBrains/lets-plot/issues/600)].
- Parameter `labWidth` in `facetWrap()` and `xLabWidth/yLabWidth` in `facetGrid()`[[LPK-237](https://github.com/JetBrains/lets-plot-kotlin/issues/237)].
0 commit comments