@@ -5,8 +5,14 @@ GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
5
5
6
6
### Added
7
7
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
+
8
15
- ` ggsave() ` :
9
- - now ` ggsave() ` uses lets-plot’s built-in ` plot-raster ` engine instead of Batik for image rendering.
10
16
- ` w ` , ` h ` and ` unit ` parameters support [[ #281 ] https://github.com/JetBrains/lets-plot-kotlin/issues/281 ] ,
11
17
[[ #1368 ] ( https://github.com/JetBrains/lets-plot/issues/1368 )] .
12
18
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)
17
23
To keep unused factor levels, use the new ` drop ` parameter, i.e., ` drop=false ` .
18
24
19
25
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).
21
33
22
34
### Fixed
23
35
@@ -26,7 +38,6 @@ GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
26
38
- Coordinate limits do not work on reversed scales [[ #1365 ] ( https://github.com/JetBrains/lets-plot/issues/1365 )]
27
39
- Misaligned axis labels and ticks in polar coordinates.
28
40
- 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 )]
30
41
- Unclear error when using ` geomRect ` with discrete scales [[ #1287 ] ( https://github.com/JetBrains/lets-plot/issues/1287 )]
31
42
- ` xlim() ` breaks default ` scaleXDateTime() ` [[ #1348 ] ( https://github.com/JetBrains/lets-plot/issues/1348 )]
32
43
- ` scaleXReverse ` breaks datetime formatting [[ #1257 ] ( https://github.com/JetBrains/lets-plot/issues/1257 )]
0 commit comments