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 variables computed by `'count'` and `'count2d'` statistics: `'..sumprop..'`, `'..sumpct..'`[[#936](https://github.com/JetBrains/lets-plot/issues/936)].
- Support using dictionaries for breaks/labels/values customization in `scaleXxx()` functions [[#169](https://github.com/JetBrains/lets-plot/issues/169)], [[#882](https://github.com/JetBrains/lets-plot/issues/882)].
- The `lablim` parameter for `scaleXxx()` functions [[#939](https://github.com/JetBrains/lets-plot/issues/939), [#946](https://github.com/JetBrains/lets-plot/issues/946)].
- Geotools: migrate to v30 [[#217](https://github.com/JetBrains/lets-plot-kotlin/issues/217)]. <br/>
62
+
**[BREAKING]** GeoTools v30 and up is not backward compatible with v29 and below due to <br/>
63
+
renaming of all "org.opengis" packages into "org.geotools.api" ones. <br/>
64
+
See release notes: http://geotoolsnews.blogspot.com/2023/09/geotools-30-rc-released.html
65
+
66
+
- Upgraded Apache Batik to version 1.17 [[#887](https://github.com/JetBrains/lets-plot/issues/887)]
67
+
68
+
69
+
### Fixed
70
+
71
+
- Jitter reproducibility in geomJitter, positionJitter, positionJitterDodge [[#911](https://github.com/JetBrains/lets-plot/issues/911)].
72
+
- Bug with Tooltips in Swing/Batik [[#225](https://github.com/JetBrains/lets-plot-kotlin/issues/225)].
73
+
- Facets: order = 0 doesn't work as expected [[#923](https://github.com/JetBrains/lets-plot/issues/923)].
74
+
- Enormous CPU / Time/ Memory consumption on some data [[#932](https://github.com/JetBrains/lets-plot/issues/932)].
75
+
- gggrid: composite plot is not visible if saved with ggsave [[#942](https://github.com/JetBrains/lets-plot/issues/942)].
76
+
- gggrid doesn't override global theme [[#966](https://github.com/JetBrains/lets-plot/issues/966)].
77
+
- Marginal box-plots aren't shown when requested on more than 1 plot side.
78
+
- Marginal plot: use "pen" as default color for marginal layers.
79
+
-`gggrid()` doesn't use global theme settings.
80
+
- NumberFormat: `g` format doesn't use e-notation for small numbers [[#965](https://github.com/JetBrains/lets-plot/issues/965)].
81
+
- Tooltips: graphical artifacts and bad performance in multi-line plot in Batik [[#967](https://github.com/JetBrains/lets-plot/issues/967)].
82
+
- Wrong tooltip position on `geom_segment()` with position adjustment [[#963](https://github.com/JetBrains/lets-plot/issues/963)].
83
+
-`geomBoxplot()`: use `outlierAlpha` to boxplot outliers (not apply `alpha`).
- New variables computed by `'count'` and `'count2d'` statistics: `'..sumprop..'`, `'..sumpct..'`[[#936](https://github.com/JetBrains/lets-plot/issues/936)].
- Support using dictionaries for breaks/labels/values customization in `scaleXxx()` functions [[#169](https://github.com/JetBrains/lets-plot/issues/169)], [[#882](https://github.com/JetBrains/lets-plot/issues/882)].
- The `lablim` parameter for `scaleXxx()` functions [[#939](https://github.com/JetBrains/lets-plot/issues/939), [#946](https://github.com/JetBrains/lets-plot/issues/946)].
- Geotools: migrate to v30 [[#217](https://github.com/JetBrains/lets-plot-kotlin/issues/217)]. <br/>
55
-
**[BREAKING]** GeoTools v30 and up is not backward compatible with v29 and below due to <br/>
56
-
renaming of all "org.opengis" packages into "org.geotools.api" ones. <br/>
57
-
See release notes: http://geotoolsnews.blogspot.com/2023/09/geotools-30-rc-released.html
58
-
59
-
- Upgraded Apache Batik to version 1.17 [[#887](https://github.com/JetBrains/lets-plot/issues/887)]
60
-
61
-
62
7
### Fixed
63
-
64
-
- Jitter reproducibility in geomJitter, positionJitter, positionJitterDodge [[#911](https://github.com/JetBrains/lets-plot/issues/911)].
65
-
- Bug with Tooltips in Swing/Batik [[#225](https://github.com/JetBrains/lets-plot-kotlin/issues/225)].
66
-
- Marginal box-plots aren't shown when requested on more than 1 plot side.
67
-
-`gggrid()` doesn't use global theme settings.
68
-
- Facets: order = 0 doesn't work as expected [[#923](https://github.com/JetBrains/lets-plot/issues/923)].
69
-
- Enormous CPU / Time/ Memory consumption on some data [[#932](https://github.com/JetBrains/lets-plot/issues/932)].
70
-
- gggrid: composite plot is not visible if saved with ggsave [[#942](https://github.com/JetBrains/lets-plot/issues/942)].
71
-
- gggrid doesn't override global theme [[#966](https://github.com/JetBrains/lets-plot/issues/966)].
72
-
- NumberFormat: `g` format doesn't use e-notation for small numbers [[#965](https://github.com/JetBrains/lets-plot/issues/965)].
73
-
- Tooltips: graphical artifacts and bad performance in multi-line plot in Batik [[#967](https://github.com/JetBrains/lets-plot/issues/967)].
74
-
- Wrong tooltip position on `geom_segment()` with position adjustment [[#963](https://github.com/JetBrains/lets-plot/issues/963)].
0 commit comments