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
-`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.
50
57
51
58
52
59
### 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)].
0 commit comments