Skip to content

Commit 004fe3e

Browse files
Update future_changes.md
1 parent 99b4ffb commit 004fe3e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

future_changes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,28 @@ GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
4444
- Support for `target` attribute for links.
4545
- Links now open in a new tab by default [[#1397](https://github.com/JetBrains/lets-plot/issues/1397)].
4646

47+
- `ggtb()`: `sizeZoomin` and `sizeBasis` parameters for geometry scaling [[#1369](https://github.com/JetBrains/lets-plot/issues/1369)].
48+
49+
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.12.0/ggtb_size_zoomin.ipynb).
50+
4751

4852
### Changed
4953

54+
- `theme`: the `exponent_format` default value changed to `'pow'` - superscript powers of 10 (was e-notation).
55+
56+
- The multi-layer line plot now shows tooltips for each series simultaneously, in the same way that a single-layer plot with color mapped to series does.
5057

5158

5259
### Fixed
60+
61+
- `geomPie` on geospatial plot with `mapJoin` failes to render without explicit `group` aesthetic.
62+
- `geomDensity2D`: NullPointerException when weight aesthetic contains None values [[#1399](https://github.com/JetBrains/lets-plot/issues/1399)].
63+
- Tooltip shows duplicate lines when as_discrete is applied twice to the same var [[#1400](https://github.com/JetBrains/lets-plot/issues/1400)].
64+
- `geomSina`: incorrect shape in legend [[#1403](https://github.com/JetBrains/lets-plot/issues/1403)].
65+
- `geomDensity2D`: Incorrect processing of weighted statistics when None value occurs in the x or y column.
66+
- `facetWrap`: indescriptive error when the specified facet variable is not present in the dataset [[#1409](https://github.com/JetBrains/lets-plot/issues/1409)].
67+
- Integer numbers in facet strip titles are displayed as float [[#1386](https://github.com/JetBrains/lets-plot/issues/1386)].
68+
- Error when using `scaleIdentity(aesthetic="shape")` [[#1212](https://github.com/JetBrains/lets-plot/issues/1212)].
69+
- `ggsave`: theme option `face="italic"` doesn't work [[#1391](https://github.com/JetBrains/lets-plot/issues/1391)].
70+
- Fail early if string format is incorrect [[#1410](https://github.com/JetBrains/lets-plot/issues/1410)].
71+

0 commit comments

Comments
 (0)