Skip to content

Commit 713a5fd

Browse files
committed
Update future_changes.md
1 parent 4e5eec4 commit 713a5fd

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

future_changes.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
55

66
### Added
77

8+
- Facets Layout:
9+
- New `strip_spacing`, `strip_spacing_x`, and `strip_spacing_y` parameters in `theme()` to control spacing between the facet strip (title bar) and the plot panel.
10+
- New `panel_spacing`, `panel_spacing_x`, and `panel_spacing_y` parameters in `theme()` to control spacing between plot panels in faceted plots, [[#1380](https://github.com/JetBrains/lets-plot/issues/1380)].
11+
12+
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.11.1/facet_spacings.ipynb).
13+
14+
815
- `ggsave()`:
9-
- now `ggsave()` uses lets-plot’s built-in `plot-raster` engine instead of Batik for image rendering.
1016
- `w`, `h` and `unit` parameters support [[#281]https://github.com/JetBrains/lets-plot-kotlin/issues/281],
1117
[[#1368](https://github.com/JetBrains/lets-plot/issues/1368)].
1218
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.11.1/ggsave_image_size.ipynb).
@@ -17,7 +23,13 @@ GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
1723
To keep unused factor levels, use the new `drop` parameter, i.e., `drop=false`.
1824

1925
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).
20-
- Removed extra spacing between facet strips and plot panels in `facetWrap()` and `facetGrid()`.
26+
27+
28+
- Facets Layout:
29+
- Removed extra spacing between facet strips and plot panels in `facetWrap()` and `facetGrid()`.
30+
31+
32+
- `ggsave()`: removed Batik dependency (now uses lets-plot's built-in rasterizer).
2133

2234
### Fixed
2335

@@ -26,7 +38,6 @@ GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
2638
- Coordinate limits do not work on reversed scales [[#1365](https://github.com/JetBrains/lets-plot/issues/1365)]
2739
- Misaligned axis labels and ticks in polar coordinates.
2840
- Display order of fill categories not being set correctly in stacked plots? [[#1367](https://github.com/JetBrains/lets-plot/issues/1367)]
29-
- Polars: add handling for `Enum` values [[#1373](https://github.com/JetBrains/lets-plot/issues/1373)]
3041
- Unclear error when using `geomRect` with discrete scales [[#1287](https://github.com/JetBrains/lets-plot/issues/1287)]
3142
- `xlim()` breaks default `scaleXDateTime()` [[#1348](https://github.com/JetBrains/lets-plot/issues/1348)]
3243
- `scaleXReverse` breaks datetime formatting [[#1257](https://github.com/JetBrains/lets-plot/issues/1257)]

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ksp.version=1.9.25-1.0.20
3636
jupyterApi.version=0.12.0-313
3737

3838
# Also update JS version in <home>/demo/js-frontend-app/src/main/resources/index.html
39-
letsPlot.version=4.7.2-rc1
39+
letsPlot.version=4.7.2
4040

4141
# https://geotoolsnews.blogspot.com/
4242
geotools.version=33.2

0 commit comments

Comments
 (0)