Skip to content

Commit 480ca7e

Browse files
Update future_changes.md
1 parent 15766a1 commit 480ca7e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

future_changes.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,25 @@ GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
55

66
### Added
77

8-
98
### Changed
109

10+
- `facetWrap()` 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>
11+
To keep unused factor levels, use the new `drop` parameter, i.e., `drop=false`.
12+
13+
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.11.1/facet_wrap_empty_panels.ipynb).
14+
- Removed extra spacing between facet strips and plot panels in `facetWrap()` and `facetGrid()`.
1115

1216
### Fixed
17+
- 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)].
18+
- `geomRibbon()`: tooltip appears in the wrong place on flipped ribbon [[#1334](https://github.com/JetBrains/lets-plot/issues/1334)].
19+
- Coordinate limits do not work on reversed scales [[#1365](https://github.com/JetBrains/lets-plot/issues/1365)]
20+
- Misaligned axis labels and ticks in polar coordinates.
21+
- Display order of fill categories not being set correctly in stacked plots? [[#1367](https://github.com/JetBrains/lets-plot/issues/1367)]
22+
- Polars: add handling for `Enum` values [[#1373](https://github.com/JetBrains/lets-plot/issues/1373)]
23+
- Unclear error when using `geomRect` with discrete scales [[#1287](https://github.com/JetBrains/lets-plot/issues/1287)]
24+
- `xlim()` breaks default `scaleXDateTime()` [[#1348](https://github.com/JetBrains/lets-plot/issues/1348)]
25+
- `scaleXReverse` breaks datetime formatting [[#1257](https://github.com/JetBrains/lets-plot/issues/1257)]
26+
- `theme(plotTitle="blank")` doesn't work with `gggrid` [[#1349](https://github.com/JetBrains/lets-plot/issues/1349)]
27+
- theme: error parsing color value pen [[#1216](https://github.com/JetBrains/lets-plot/issues/1216)]
28+
- Incorrect appearance of stacked density plot in polar coordinates [[#1375](https://github.com/JetBrains/lets-plot/issues/1375)]
1329

0 commit comments

Comments
 (0)